Trace number 1074713

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 ESACSAT 16.3445 16.5457

DiagnosticValue
CHECKS34403
NODES3277

General information on the benchmark

Namecsp/os-taillard-20/
normalized-os-taillard-20-100-1.xml
MD5SUM4cf62a1b83c7d6776b82d5fd63452e47
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 benchmark7.92679
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1332
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 (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1074713-1215179490.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.37/0.42	   
0.37/0.42	   variables being loaded...
0.57/0.62	     nbVariables=400  nbDomainTypes=400  minDomainSize=1234  maxDomainSize=1332  nbTotalValues=512393
0.57/0.62	       =>  wckTime=0.376  cpuTime=0.27  mem=19M645
0.57/0.62	   
0.57/0.62	   predicates being loaded...
0.57/0.68	   
0.57/0.68	   constraints being loaded...
3.43/3.53	     nbConstraints=7620  nbGlobalConstraints=7620  nbSharedBinaryRepresentations=0  minDegree=39  maxDegree=39
3.43/3.53	     minArity=2  avgArity=2.05  maxArity=20  nbGenerators=0  nbFusions=0  symmetryWckTime=1.341  symmetryCpuTime=1.18
3.43/3.53	     nbCliques=20
3.43/3.53	       =>  wckTime=3.286  cpuTime=2.81  mem=59M348
3.63/3.73	   
3.63/3.73	   solver IterativeSystematicSolver being built... 
3.63/3.80	   
3.63/3.80	   INFO : Forward propagation technique limited 
3.73/3.89	       =>  wckTime=3.65  cpuTime=2.95  mem=56M18
3.83/3.95	   
3.83/3.95	   preprocessing
3.83/3.95	     nbConstraintChecks=0  nbPropagations=400  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.83/3.95	     detectedInconsistency=no
3.83/3.95	       =>  wckTime=0.043  cpuTime=0.03  mem=57M936
11.76/11.92	   
11.76/11.92	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=1253, mem=87M759)
16.22/16.47	   
16.22/16.47	   search
16.22/16.47	     run=9  nbConstraintChecks=34403  minDepth=279  maxDepth=400  nbPropagations=331275  nbRevisions=0
16.22/16.47	     nbUselessRevisions=0  nbAssignments=3277  nbFailedAssignments=801  nbBacktracks=25  nbVisitedNodes=4103
16.22/16.47	     nbRestartNogoods=221  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=14.88  nbIEliminables=0
16.22/16.47	     nbDEliminables=0  nbPEliminables=0
16.22/16.47	       =>  wckTime=12.558  cpuTime=12.19  mem=61M140
16.22/16.47	   
16.22/16.47	   global
16.22/16.47	     nbConstraintChecks=34403  nbPropagations=331675  nbRestartNogoods=221  solvingWckTime=12.56  solvingCpuTime=12.19
16.22/16.47	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=15.1  globalCpuTime=15.21
16.22/16.47	       =>  wckTime=16.23  cpuTime=15.16  mem=61M140
16.22/16.47	   
16.22/16.47	s SATISFIABLE
16.22/16.47	v 790 837 387 694 1108 873 473 46 277 1180 1275 0 456 992 944 265 630 538 200 134 351 750 913 126 447 25 807 590 45 0 493 1216 973 659 1023 1115 200 259 842 742 322 722 1015 1130 308 274 677 896 1102 0 351 300 817 531 182 434 714 99 1063 625 883 804 40 1075 298 631 467 950 212 52 453 543 721 389 990 134 0 1033 1057 1015 130 724 274 563 362 219 30 901 40 921 99 447 0 72 619 432 755 50 796 1041 1211 1067 409 233 99 775 1001 427 832 1049 0 619 714 319 210 886 532 1140 432 922 853 473 641 409 659 29 276 1189 119 1034 903 1276 832 757 1157 531 967 0 391 171 297 178 931 793 694 1132 1048 951 1275 319 0 1077 93 1186 295 519 277 826 551 414 740 655 453 300 1198 380 1242 1085 999 728 807 83 99 748 863 0 56 551 171 55 511 933 844 886 0 119 593 1267 983 216 303 82 701 1291 801 1102 748 414 655 1123 288 740 1192 947 841 1026 29 238 818 639 1124 434 252 232 450 126 44 531 1075 873 1004 750 805 701 1085 896 619 970 399 1198 531 78 232 473 163 853 1157 0 303 1223 841 293 101 120 544 469 376 72 426 1005 873 590 758 1242 215 0 625 1072 529 406 467 0 303 1124 722 983 793 631 1180 842 1140 140 1162 205 1151 52 372 1077 551 913 469 150 378 105 724 552 970 619 583 0 364 327 837 1162 627 873 243 1230 83 1058 471 247 87 888 259 1034 438 1078 0 182 619 538 922 947 366 233 1004 642 327 818 408 493 844 1067 276 59 642 1104 1163 970 316 212 705 744 1290 1193 893 0 120 548 473 614 140 552 973 817 0 728 933 126 40 391 1221 303 1157 101 806 1046 219 1104 1253 300 1310 25 721 1151 399 551 630 150 756 226 931 1205 909 1046 59 493 1001 834 45 805 389 627 456 287 258 163 775 1221 724 873 116 527 215 966 1049 1124 101 0 
16.22/16.47	d NODES 3277
16.22/16.47	d CHECKS 34403
16.22/16.47	   
16.22/16.47	   totalWckTime=16.286  totalCpuTime=15.22

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074713-1215179490/watcher-1074713-1215179490 -o /tmp/evaluation-result-1074713-1215179490/solver-1074713-1215179490 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1074713-1215179490.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 10481
/proc/meminfo: memFree=1808808/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=18572 CPUtime=0
/proc/10481/stat : 10481 (runsolver) R 10479 10481 9349 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1996924433 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 233632754983 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10481/statm: 4643 292 257 25 0 2626 0

[startup+0.101976 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 10481
/proc/meminfo: memFree=1808808/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=865884 CPUtime=0.08
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 3685 0 1 0 6 2 0 0 18 0 9 0 1996924433 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 216471 3158 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.201987 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 10481
/proc/meminfo: memFree=1808808/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=866048 CPUtime=0.17
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 4648 0 1 0 15 2 0 0 18 0 9 0 1996924433 886833152 4075 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 216512 4075 1852 9 0 211060 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866048

[startup+0.301996 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 10481
/proc/meminfo: memFree=1808808/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=866196 CPUtime=0.28
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 5619 0 1 0 25 3 0 0 18 0 9 0 1996924433 886984704 5033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 216549 5033 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701026 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 10481
/proc/meminfo: memFree=1808808/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=867100 CPUtime=0.67
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 10238 0 1 0 61 6 0 0 18 0 9 0 1996924433 887910400 9598 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 216775 9598 2006 9 0 211281 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867100

[startup+1.50209 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10490
/proc/meminfo: memFree=1757408/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=867600 CPUtime=1.46
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 20831 0 1 0 131 15 0 0 18 0 9 0 1996924433 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 216900 20166 2004 9 0 211428 0
[pid=10481/tid=10483] ppid=10479 vsize=867600 CPUtime=1.17
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 15763 0 1 0 105 12 0 0 18 0 9 0 1996924435 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4125926123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=867600 CPUtime=0.07
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 3682 0 0 0 6 1 0 0 16 0 9 0 1996924436 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=867600 CPUtime=0
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1996924437 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=867600 CPUtime=0
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1996924437 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=867600 CPUtime=0
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1996924439 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=867600 CPUtime=0.19
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 689 0 0 0 19 0 0 0 16 0 9 0 1996924439 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=867600 CPUtime=0
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1996924439 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=867600 CPUtime=0
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1996924439 888422400 20166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867600

[startup+3.10222 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10490
/proc/meminfo: memFree=1735584/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868248 CPUtime=3.04
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 25560 588 1 0 252 44 7 1 18 0 9 0 1996924433 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217062 20244 2014 9 0 211590 0
[pid=10481/tid=10483] ppid=10479 vsize=868248 CPUtime=2.68
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 20209 588 1 0 221 39 7 1 22 0 9 0 1996924435 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4127046048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868248 CPUtime=0.15
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 3682 588 0 0 6 1 7 1 17 0 9 0 1996924436 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868248 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 12 588 0 0 0 0 7 1 16 0 9 0 1996924437 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868248 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 5 588 0 0 0 0 7 1 16 0 9 0 1996924437 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868248 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868248 CPUtime=0.32
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 832 588 0 0 24 0 7 1 15 0 9 0 1996924439 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868248 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868248 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 9 588 0 0 0 0 7 1 15 0 9 0 1996924439 889085952 20244 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868248

[startup+6.30148 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1721376/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=6.21
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 39770 588 1 0 565 48 7 1 18 0 9 0 1996924433 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 24327 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=5.61
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 25800 588 1 0 512 41 7 1 25 0 9 0 1996924435 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4127183375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.34
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 12180 588 0 0 23 3 7 1 16 0 9 0 1996924436 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.38
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 918 588 0 0 29 1 7 1 15 0 9 0 1996924439 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 24327 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868424

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693664/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=12.56
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49178 588 1 0 1196 52 7 1 18 0 9 0 1996924433 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31224 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=11.77
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28212 588 1 0 1127 42 7 1 25 0 9 0 1996924435 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.46
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19109 588 0 0 32 6 7 1 16 0 9 0 1996924436 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.44
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 985 588 0 0 35 1 7 1 15 0 9 0 1996924439 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31224 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868424

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

[startup+12.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693664/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=12.65
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49196 588 1 0 1205 52 7 1 18 0 9 0 1996924433 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31225 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=11.87
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28212 588 1 0 1137 42 7 1 25 0 9 0 1996924435 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4127156588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.46
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19109 588 0 0 32 6 7 1 16 0 9 0 1996924436 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.44
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1003 588 0 0 35 1 7 1 15 0 9 0 1996924439 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31225 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 868424

[startup+14.4062 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693664/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=14.24
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49205 588 1 0 1364 52 7 1 18 0 9 0 1996924433 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31226 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=13.43
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28216 588 1 0 1293 42 7 1 25 0 9 0 1996924435 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4127186616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.48
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19109 588 0 0 34 6 7 1 16 0 9 0 1996924436 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.45
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1008 588 0 0 36 1 7 1 16 0 9 0 1996924439 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.24
Current children cumulated vsize (KiB) 868424

[startup+15.2012 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693664/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=15.03
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49218 588 1 0 1443 52 7 1 18 0 9 0 1996924433 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31237 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=14.21
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28218 588 1 0 1371 42 7 1 25 0 9 0 1996924435 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4127186631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.5
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19119 588 0 0 36 6 7 1 16 0 9 0 1996924436 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.45
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1009 588 0 0 36 1 7 1 16 0 9 0 1996924439 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 868424

[startup+16.0013 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693600/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=15.82
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49224 588 1 0 1522 52 7 1 18 0 9 0 1996924433 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31241 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=14.99
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28220 588 1 0 1449 42 7 1 25 0 9 0 1996924435 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4127155611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.5
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19122 588 0 0 36 6 7 1 16 0 9 0 1996924436 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.45
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1010 588 0 0 36 1 7 1 15 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.82
Current children cumulated vsize (KiB) 868424

[startup+16.4023 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 10494
/proc/meminfo: memFree=1693600/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=16.22
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49225 588 1 0 1562 52 7 1 18 0 9 0 1996924433 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31241 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=15.38
/proc/10481/task/10483/stat : 10483 (java) R 10479 10481 9349 0 -1 64 28221 588 1 0 1488 42 7 1 25 0 9 0 1996924435 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4127172772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.51
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19122 588 0 0 37 6 7 1 16 0 9 0 1996924436 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.45
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1010 588 0 0 36 1 7 1 15 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31241 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.22
Current children cumulated vsize (KiB) 868424

[startup+16.5023 s]
/proc/loadavg: 2.00 2.00 2.00 2/81 10494
/proc/meminfo: memFree=1693664/2055920 swapFree=4180472/4192956
[pid=10481] ppid=10479 vsize=868424 CPUtime=16.3
/proc/10481/stat : 10481 (java) S 10479 10481 9349 0 -1 0 49233 588 1 0 1570 52 7 1 18 0 9 0 1996924433 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10481/statm: 217106 31246 2637 9 0 211612 0
[pid=10481/tid=10483] ppid=10479 vsize=868424 CPUtime=15.46
/proc/10481/task/10483/stat : 10483 (java) S 10479 10481 9349 0 -1 64 28228 588 1 0 1496 42 7 1 25 0 9 0 1996924435 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10484] ppid=10479 vsize=868424 CPUtime=0.51
/proc/10481/task/10484/stat : 10484 (java) S 10479 10481 9349 0 -1 64 19122 588 0 0 37 6 7 1 16 0 9 0 1996924436 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10485] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10485/stat : 10485 (java) S 10479 10481 9349 0 -1 64 14 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10486] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10486/stat : 10486 (java) S 10479 10481 9349 0 -1 64 8 588 0 0 0 0 7 1 16 0 9 0 1996924437 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10487] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10487/stat : 10487 (java) S 10479 10481 9349 0 -1 64 1 588 0 0 0 0 7 1 18 0 9 0 1996924439 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10488] ppid=10479 vsize=868424 CPUtime=0.45
/proc/10481/task/10488/stat : 10488 (java) S 10479 10481 9349 0 -1 64 1011 588 0 0 36 1 7 1 16 0 9 0 1996924439 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10489] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10489/stat : 10489 (java) S 10479 10481 9349 0 -1 64 2 588 0 0 0 0 7 1 19 0 9 0 1996924439 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10481/tid=10490] ppid=10479 vsize=868424 CPUtime=0.08
/proc/10481/task/10490/stat : 10490 (java) S 10479 10481 9349 0 -1 64 39 588 0 0 0 0 7 1 15 0 9 0 1996924439 889266176 31246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.3
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 16.5457
CPU time (s): 16.3445
CPU user time (s): 15.7816
CPU system time (s): 0.562914
CPU usage (%): 98.784
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7816
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49847
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= 1906
involuntary context switches= 1955

runsolver used 0.025996 second user time and 0.05999 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 15:51:30
IDJOB=1074713
IDBENCH=56430
IDSOLVER=364
FILE ID=node3/1074713-1215179490
PBS_JOBID= 7881527
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/os-taillard-20/normalized-os-taillard-20-100-1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074713-1215179490/watcher-1074713-1215179490 -o /tmp/evaluation-result-1074713-1215179490/solver-1074713-1215179490 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1074713-1215179490.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4cf62a1b83c7d6776b82d5fd63452e47
RANDOM SEED=316380805

node3.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.232
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.232
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:       1809288 kB
Buffers:         35304 kB
Cached:         114376 kB
SwapCached:       6516 kB
Active:         143012 kB
Inactive:        47696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809288 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3080 kB
Writeback:           0 kB
Mapped:          48652 kB
Slab:            41088 kB
Committed_AS:  3400980 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node3 at 2008-07-04 15:51:47