Trace number 2096565

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 9.59654 10.4011

DiagnosticValue
CHECKS7620
NODES866

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-105-2.xml
MD5SUM4edeb52ba8c5e270795a490c2e727147
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.68759
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1359
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2096565-1247410392.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.39	   
0.28/0.39	   variables being loaded...
0.38/0.50	     nbVariables=400  nbDomainTypes=400  minDomainSize=1261  maxDomainSize=1359  nbTotalValues=523820
0.38/0.50	       =>  wckTime=0.243  cpuTime=0.17  mem=19M669
0.38/0.50	   
0.38/0.50	   predicates being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
3.44/4.24	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.44/4.24	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=2.263  symmetryCpuTime=1.25
3.44/4.24	     nbCliques=20
3.44/4.24	       =>  wckTime=3.992  cpuTime=2.7  mem=59M970
3.64/4.43	   
3.64/4.43	   solver IterativeSystematicSolver being built... 
3.73/4.54	   
3.73/4.54	   INFO : Forward propagation technique limited 
3.81/4.62	       =>  wckTime=4.373  cpuTime=2.84  mem=56M570
3.81/4.69	   
3.81/4.69	   preprocessing
3.81/4.69	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.81/4.69	     detectedInconsistency=no
3.81/4.69	       =>  wckTime=0.04  cpuTime=0.03  mem=58M532
9.49/10.37	   
9.49/10.37	   search
9.49/10.37	     run=2  nbConstraintChecks=7620  minDepth=401  maxDepth=400  nbPropagations=33879  nbRevisions=0
9.49/10.37	     nbUselessRevisions=0  nbAssignments=866  nbFailedAssignments=25  nbBacktracks=0  nbVisitedNodes=892
9.49/10.37	     nbRestartNogoods=25  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=793  nbSEliminables=0
9.49/10.37	     nbREliminables=13.82  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
9.49/10.37	       =>  wckTime=5.72  cpuTime=5.55  mem=79M632
9.49/10.37	   
9.49/10.37	   global
9.49/10.37	     nbConstraintChecks=7620  nbPropagations=34279  nbRestartNogoods=25  solvingWckTime=5.723  solvingCpuTime=5.55
9.49/10.37	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=8.36  globalCpuTime=8.46
9.49/10.37	       =>  wckTime=10.115  cpuTime=8.42  mem=79M632
9.49/10.37	   
9.49/10.37	s SATISFIABLE
9.49/10.37	v 102 1059 688 1250 1194 763 317 896 180 983 1299 395 1118 71 582 803 0 524 432 657 82 1029 436 475 967 406 242 915 891 592 0 743 313 549 1161 660 157 797 651 1089 1221 635 694 0 1010 868 918 330 480 392 96 967 1273 564 827 242 1129 679 166 743 921 997 394 643 80 790 1172 492 166 0 1105 249 1060 336 742 692 598 1147 516 834 389 743 1105 0 918 997 142 245 531 352 826 49 264 416 1149 560 439 512 1048 129 864 505 254 1076 341 158 1107 590 790 0 743 651 686 934 418 829 1029 1158 951 90 186 318 773 88 956 477 1047 516 336 1102 558 891 518 439 1023 239 982 541 858 0 765 336 96 1008 414 586 0 236 660 982 492 896 1098 1164 297 1206 524 339 391 186 231 341 869 1118 688 1250 468 524 1025 96 388 1095 831 607 762 187 359 297 0 931 958 348 586 424 1241 523 1015 1107 85 796 687 96 1054 249 736 917 850 989 189 0 1079 155 990 1144 403 1194 231 640 961 424 882 0 598 762 694 934 85 316 505 818 137 0 596 1176 477 49 826 237 997 957 1221 1048 236 350 684 90 187 916 859 416 1248 917 165 883 765 92 412 1172 1070 995 0 687 264 596 966 828 359 418 1030 515 350 1157 995 604 660 168 827 531 897 762 0 1086 736 83 629 436 236 679 922 260 239 803 168 326 352 1147 502 558 864 712 936 590 1182 406 883 1032 0 660 38 70 549 946 1090 915 509 226 818 88 389 783 657 255 432 250 158 1030 221 1150 684 995 812 763 489 596 1176 515 946 440 51 866 282 239 891 85 1086 255 93 102 0 686 1154 1089 189 158 1129 990 0 922 646 1032 71 440 733 282 524 866 834 596 783 360 439 982 891 833 607 348 762 53 180 54 942 1060 142 1090 255 686 1018 1079 0 523 414 96 252 850 564 54 360 961 995 1059 1113 858 712 818 635 745 180 484 318 0 
9.49/10.37	d NODES 866
9.49/10.37	d CHECKS 7620
9.49/10.37	   
9.49/10.37	   totalWckTime=10.181  totalCpuTime=8.46

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096565-1247410392/watcher-2096565-1247410392 -o /tmp/evaluation-result-2096565-1247410392/solver-2096565-1247410392 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096565-1247410392.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.16 2.06 4/80 1406
/proc/meminfo: memFree=1706336/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=18576 CPUtime=0
/proc/1406/stat : 1406 (runsolver) R 1404 1406 32214 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28105856 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1406/statm: 4644 284 249 26 0 2626 0

[startup+0.0667621 s]
/proc/loadavg: 2.26 2.16 2.06 4/80 1406
/proc/meminfo: memFree=1706336/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=864144 CPUtime=0.05
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 2827 0 1 0 4 1 0 0 18 0 9 0 28105856 884883456 2361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 216036 2361 1118 9 0 210929 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864144

[startup+0.101766 s]
/proc/loadavg: 2.26 2.16 2.06 4/80 1406
/proc/meminfo: memFree=1706336/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=865980 CPUtime=0.08
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 3733 0 1 0 7 1 0 0 18 0 9 0 28105856 886763520 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 216495 3201 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301788 s]
/proc/loadavg: 2.26 2.16 2.06 4/80 1406
/proc/meminfo: memFree=1706336/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=866380 CPUtime=0.28
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 5932 0 1 0 25 3 0 0 18 0 9 0 28105856 887173120 5298 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 216595 5298 1983 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701832 s]
/proc/loadavg: 2.26 2.16 2.06 4/80 1406
/proc/meminfo: memFree=1706336/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=867776 CPUtime=0.67
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 11439 0 1 0 62 5 0 0 18 0 9 0 28105856 888602624 10793 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 216944 10793 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867776

[startup+1.50193 s]
/proc/loadavg: 2.26 2.16 2.06 3/89 1415
/proc/meminfo: memFree=1651800/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=867688 CPUtime=1.47
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 20941 0 1 0 127 20 0 0 18 0 9 0 28105856 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 216922 20269 2027 9 0 211380 0
[pid=1406/tid=1408] ppid=1404 vsize=867688 CPUtime=1.17
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 15817 0 1 0 100 17 0 0 25 0 9 0 28105857 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 13014007 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=867688 CPUtime=0.07
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 3719 0 0 0 6 1 0 0 17 0 9 0 28105859 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=867688 CPUtime=0
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28105859 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=867688 CPUtime=0
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28105859 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=867688 CPUtime=0
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28105861 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=867688 CPUtime=0.2
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 704 0 0 0 20 0 0 0 16 0 9 0 28105861 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=867688 CPUtime=0
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28105861 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=867688 CPUtime=0
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28105861 888512512 20269 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867688

[startup+3.10228 s]
/proc/loadavg: 2.32 2.17 2.07 3/89 1415
/proc/meminfo: memFree=1632216/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868012 CPUtime=2.75
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 24565 585 1 0 221 45 7 2 18 0 9 0 28105856 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217003 20332 2040 9 0 211461 0
[pid=1406/tid=1408] ppid=1404 vsize=868012 CPUtime=2.38
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 19113 585 1 0 190 39 7 2 21 0 9 0 28105857 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4127084900 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868012 CPUtime=0.16
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 3783 585 0 0 6 1 7 2 16 0 9 0 28105859 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868012 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 16 585 0 0 0 0 7 2 16 0 9 0 28105859 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868012 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 5 585 0 0 0 0 7 2 16 0 9 0 28105859 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868012 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868012 CPUtime=0.32
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 840 585 0 0 22 1 7 2 15 0 9 0 28105861 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868012 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868012 CPUtime=0.11
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 11 585 0 0 0 2 7 2 15 0 9 0 28105861 888844288 20332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 868012

[startup+6.30264 s]
/proc/loadavg: 2.32 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1618328/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=5.5
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 39960 585 1 0 488 53 7 2 18 0 9 0 28105856 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 24438 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=4.79
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 25739 585 1 0 430 40 7 2 24 0 9 0 28105857 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4127226396 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.41
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 12422 585 0 0 27 5 7 2 16 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 17 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 9 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.38
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 930 585 0 0 28 1 7 2 15 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 868188

Solver just ended. Dumping a history of the last processes samples

[startup+6.40265 s]
/proc/loadavg: 2.32 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1618328/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=5.6
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 39980 585 1 0 498 53 7 2 18 0 9 0 28105856 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 24438 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=4.89
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 25759 585 1 0 440 40 7 2 25 0 9 0 28105857 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4127226527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.41
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 12422 585 0 0 27 5 7 2 16 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 17 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 9 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.38
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 930 585 0 0 28 1 7 2 15 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 24438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 868188

[startup+8.00183 s]
/proc/loadavg: 2.29 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1596440/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=7.19
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 47875 585 1 0 654 56 7 2 18 0 9 0 28105856 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 29900 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=6.39
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 28154 585 1 0 590 40 7 2 19 0 9 0 28105857 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4127199636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.46
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 17875 585 0 0 29 8 7 2 17 0 9 0 28105859 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 13 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.41
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 973 585 0 0 31 1 7 2 16 0 9 0 28105861 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 29900 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 868188

[startup+9.602 s]
/proc/loadavg: 2.29 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1590040/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=8.79
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 49422 585 1 0 813 57 7 2 18 0 9 0 28105856 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 31397 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=7.94
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 28161 585 1 0 745 40 7 2 25 0 9 0 28105857 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4127213069 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.49
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 19404 585 0 0 32 8 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 13 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.42
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 984 585 0 0 32 1 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.79
Current children cumulated vsize (KiB) 868188

[startup+10.007 s]
/proc/loadavg: 2.29 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1589976/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=9.19
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 49423 585 1 0 853 57 7 2 18 0 9 0 28105856 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 31397 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=8.34
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 28162 585 1 0 785 40 7 2 25 0 9 0 28105857 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4127208760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.5
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 19404 585 0 0 33 8 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 13 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.42
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 984 585 0 0 32 1 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 868188

[startup+10.2021 s]
/proc/loadavg: 2.29 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1589976/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=9.39
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 49423 585 1 0 873 57 7 2 18 0 9 0 28105856 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 31397 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=8.53
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 28162 585 1 0 804 40 7 2 25 0 9 0 28105857 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4127234166 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.5
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 19404 585 0 0 33 8 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 13 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.42
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 984 585 0 0 32 1 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 868188

[startup+10.3021 s]
/proc/loadavg: 2.29 2.17 2.07 3/89 1419
/proc/meminfo: memFree=1589976/2055920 swapFree=4192812/4192956
[pid=1406] ppid=1404 vsize=868188 CPUtime=9.49
/proc/1406/stat : 1406 (java) S 1404 1406 32214 0 -1 0 49423 585 1 0 883 57 7 2 18 0 9 0 28105856 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1406/statm: 217047 31397 2662 9 0 211483 0
[pid=1406/tid=1408] ppid=1404 vsize=868188 CPUtime=8.63
/proc/1406/task/1408/stat : 1408 (java) R 1404 1406 32214 0 -1 64 28162 585 1 0 814 40 7 2 25 0 9 0 28105857 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4127234113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1409] ppid=1404 vsize=868188 CPUtime=0.5
/proc/1406/task/1409/stat : 1409 (java) S 1404 1406 32214 0 -1 64 19404 585 0 0 33 8 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1410] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1410/stat : 1410 (java) S 1404 1406 32214 0 -1 64 20 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1411] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1411/stat : 1411 (java) S 1404 1406 32214 0 -1 64 13 585 0 0 0 0 7 2 16 0 9 0 28105859 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1412] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1412/stat : 1412 (java) S 1404 1406 32214 0 -1 64 2 585 0 0 0 0 7 2 24 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1413] ppid=1404 vsize=868188 CPUtime=0.42
/proc/1406/task/1413/stat : 1413 (java) S 1404 1406 32214 0 -1 64 984 585 0 0 32 1 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1414] ppid=1404 vsize=868188 CPUtime=0.09
/proc/1406/task/1414/stat : 1414 (java) S 1404 1406 32214 0 -1 64 0 585 0 0 0 0 7 2 25 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1406/tid=1415] ppid=1404 vsize=868188 CPUtime=0.15
/proc/1406/task/1415/stat : 1415 (java) S 1404 1406 32214 0 -1 64 43 585 0 0 2 4 7 2 15 0 9 0 28105861 889024512 31397 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 868188

Child status: 0
Real time (s): 10.4011
CPU time (s): 9.59654
CPU user time (s): 8.97863
CPU system time (s): 0.617906
CPU usage (%): 92.2649
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.97864
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50046
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1807
involuntary context switches= 1956

runsolver used 0.032994 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 16:53:12
IDJOB=2096565
IDBENCH=56450
IDSOLVER=773
FILE ID=node28/2096565-1247410392
PBS_JOBID= 9510588
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-105-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096565-1247410392/watcher-2096565-1247410392 -o /tmp/evaluation-result-2096565-1247410392/solver-2096565-1247410392 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096565-1247410392.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4edeb52ba8c5e270795a490c2e727147
RANDOM SEED=1212864520

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706816 kB
Buffers:         38288 kB
Cached:         121988 kB
SwapCached:          0 kB
Active:         221152 kB
Inactive:        71552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706816 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6276 kB
Writeback:           0 kB
Mapped:         149840 kB
Slab:            41184 kB
Committed_AS:  1006604 kB
PageTables:       2052 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node28 at 2009-07-12 16:53:23