Trace number 1086286

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 21.7677 22.0227

DiagnosticValue
CHECKS823489
NODES500

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-5.xml
MD5SUMe0a4c3f834530db0009b18ab503d1b6e
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 benchmark21.7677
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1086286-1215238521.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.48/0.57	     nbVariables=500  nbDomainTypes=6  minDomainSize=42  maxDomainSize=242  nbTotalValues=113594
0.48/0.58	       =>  wckTime=0.321  cpuTime=0.26  mem=11M757
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.57/0.67	   
0.57/0.67	   constraints being loaded...
20.48/20.76	   
20.48/20.76	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 31M223)
20.67/20.98	     nbConstraints=1590  nbGlobalConstraints=1  nbMergedConstraints=1263  nbConvertedConstraints=1548
20.67/20.98	     nbConvertConstraintsChecks=40802712  nbExtensionStructures=839  nbSharedExtensionStructures=1263
20.67/20.98	     nbConflictsStructures=839  nbSharedConflictsStructures=1263  nbUnbuiltConflictsStructures=35
20.67/20.98	     nbSharedBinaryRepresentations=359604  nbEvaluationManagers=35  nbSharedEvaluationManagers=6  minDegree=2
20.67/20.98	     maxDegree=14  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.195
20.67/20.98	     symmetryCpuTime=0.12  nbCliques=1
20.67/20.98	       =>  wckTime=20.727  cpuTime=20.17  mem=37M83
20.77/21.09	   
20.77/21.09	   solver IterativeSystematicSolver being built... 
20.87/21.16	   
20.87/21.16	   INFO : Forward propagation technique limited 
20.97/21.25	       =>  wckTime=20.997  cpuTime=20.31  mem=31M480
21.07/21.39	   
21.07/21.39	   preprocessing
21.07/21.39	     nbConstraintChecks=729782  nbValidityChecks=2345  nbPropagations=818  nbRevisions=4882  nbUselessRevisions=3257
21.07/21.39	     nbRemovedValues=105841  detectedInconsistency=no
21.07/21.39	       =>  wckTime=0.133  cpuTime=0.12  mem=32M430
21.67/21.95	   
21.67/21.95	   search
21.67/21.96	     run=0  nbConstraintChecks=93707  nbValidityChecks=1545  minDepth=501  maxDepth=500  nbPropagations=1698
21.67/21.96	     nbRevisions=7296  nbUselessRevisions=5291  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0
21.67/21.96	     nbVisitedNodes=501  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.67/21.96	     nbSEliminables=0  nbREliminables=0  nbIEliminables=266.31  nbDEliminables=0  nbPEliminables=0
21.67/21.96	       =>  wckTime=0.701  cpuTime=0.65  mem=37M173
21.67/21.96	   
21.67/21.96	   global
21.67/21.96	     nbConstraintChecks=823489  nbValidityChecks=3890  nbPropagations=2516  nbRevisions=12178  nbUselessRevisions=8548
21.67/21.96	     nbRestartNogoods=0  solvingWckTime=0.703  solvingCpuTime=0.65  expiredTime=no  totalExploration=no
21.67/21.96	     nbFoundSolutions=1  firstSolutionCpuTime=20.95  globalCpuTime=21.0
21.67/21.96	       =>  wckTime=21.703  cpuTime=20.96  mem=37M173
21.67/21.97	   
21.67/21.97	s SATISFIABLE
21.67/21.97	v -2632 -2324 -2588 -2404 2660 2660 -2384 -2296 -2624 -2220 -2332 -2480 -2220 -2400 -2528 -2496 -2332 -2232 -2276 -2660 -2416 2680 -2412 -2700 -2660 -2424 -2260 -2456 -2276 -2256 -2700 -2548 -2700 -2220 -2700 -2260 -2588 -2372 -2472 -2612 -2648 -2416 -2696 -2688 -2228 2700 -2600 -2512 -2568 -2372 -2424 -2480 -2284 -2376 -2276 -2296 -2260 -2628 -2336 -2688 -2264 -2612 -2360 -2268 -2536 -2608 -2280 -2476 -2260 -2440 -2416 -2236 -2700 -2344 -2384 -2700 -2408 -2700 2220 -2404 -2356 -2452 -2700 -2432 -2220 2220 -2260 -2700 -2228 -2332 -2580 -2368 -2592 -2600 -2260 -2260 -2292 -2632 -2624 -2220 -2352 -2660 -2220 -2276 -2276 -2360 -2504 -2700 -2296 2636 -2260 -2384 -2648 -2628 -2632 -2260 -2440 -2260 -2244 -2428 -2364 -2364 -2304 -2660 -2440 -2260 -2344 -2220 -2632 -2280 -2488 -2236 2408 -2460 -2260 -2460 -2276 -2592 -2260 -2700 -2548 -2412 -2460 -2416 -2600 -2420 -2660 -2700 -2336 -2236 -2560 -2700 -2360 -2288 2260 -2628 -2412 -2260 -2364 -2660 -2220 -2500 -2336 -2424 -2660 -2660 -2424 2428 -2596 -2260 -2364 2532 -2660 -2456 -2660 -2220 -2464 -2524 -2424 -2700 -2660 -2308 -2588 2660 -2400 -2220 -2628 2404 -2564 -2412 -2400 -2336 -2220 2676 -2260 -2584 -2660 -2648 -2280 -2220 -2380 2600 -2700 -2608 -2220 2660 2648 2584 -2660 -2260 -2304 -2400 2260 2648 -2408 -2408 -2260 -2648 -2512 2624 2612 -2472 2316 -2220 -2296 2652 -2660 -2672 -2228 -2700 -2372 -2220 -2660 -2660 -2544 -2604 -2660 2568 2676 -2412 -2660 -2420 -2360 2688 -2528 -2552 -2444 -2384 -2368 -2448 -2220 2660 -2248 -2324 -2504 -2220 -2468 -2700 2660 -2592 -2660 -2660 -2604 -2356 -2668 -2292 2660 2236 2660 -2220 -2620 -2448 -2220 -2572 -2308 -2296 -2700 -2700 -2244 -2516 -2260 2220 -2500 -2220 2636 -2700 -2660 -2656 -2444 -2560 -2700 -2508 -2288 -2552 -2300 -2260 -2700 -2464 -2384 2700 -2504 -2364 -2572 -2572 -2584 -2312 -2696 -2540 -2220 -2608 -2268 -2372 -2344 -2260 -2400 -2496 -2672 -2316 -2220 -2560 -2400 -2272 -2260 -2420 -2660 -2700 -2456 -2348 -2324 -2424 -2260 -2700 -2656 -2544 -2464 -2444 -2256 -2548 -2260 -2432 -2540 2528 -2468 2520 -2384 -2328 -2316 -2700 -2376 -2660 2492 -2660 -2484 -2220 -2240 2508 -2584 -2384 2700 2588 -2344 -2584 -2592 -2700 -2380 -2464 -2492 -2260 -2220 -2512 -2460 -2684 -2260 -2524 -2352 -2568 -2644 -2452 -2348 2660 -2588 -2220 -2260 -2296 -2520 -2260 -2348 -2532 -2260 -2276 -2588 -2628 -2220 -2252 -2636 -2336 -2632 -2284 -2320 2360 -2572 -2668 -2336 -2660 -2576 2640 -2460 -2220 -2344 -2224 2628 -2236 -2608 -2700 -2456 -2532 -2700 -2660 -2260 -2260 -2464 -2640 2636 -2300 -2448 -2640 -2500 -2392 -2700 -2220 -2484 -2340 -2220 -2268 -2260 -2520 -2404 -2392 -2700 2552 -2388 -2436 -2484 -2688 -2672 2220 -2292 -2392 2660 -2344 -2504 -2660 -2468 -2596 -2700 -2260 -2220 -2588 -2220 -2700 -2304 -2296 -2660 -2260 -2648 -2628 -2480 -2260 -2420 2396 -2420 -2700 -2564 -2504 -2220 -2252 -2316 -2660 -2700 -2336 -2240 -2272 -2700 -2384 -2240 -2408 -2276 -2700 2532 -2260 -2220 -2420 -2260 -2624 -2236 -2296 -2536 -2552 -2300 -2372 
21.67/21.97	d NODES 500
21.67/21.97	d CHECKS 823489
21.67/21.97	   
21.67/21.97	   totalWckTime=21.762  totalCpuTime=21.01

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-1086286-1215238521/watcher-1086286-1215238521 -o /tmp/evaluation-result-1086286-1215238521/solver-1086286-1215238521 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086286-1215238521.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: 1.92 2.00 2.05 4/73 7882
/proc/meminfo: memFree=1617936/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=18572 CPUtime=0
/proc/7882/stat : 7882 (runsolver) R 7880 7882 2669 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 135863135 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 210723466535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7882/statm: 4643 292 257 25 0 2626 0

[startup+0.0987869 s]
/proc/loadavg: 1.92 2.00 2.05 4/73 7882
/proc/meminfo: memFree=1617936/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=865884 CPUtime=0.07
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 3613 0 1 0 5 2 0 0 18 0 9 0 135863135 886665216 3101 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216471 3101 1665 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.102783 s]
/proc/loadavg: 1.92 2.00 2.05 4/73 7882
/proc/meminfo: memFree=1617936/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=865884 CPUtime=0.07
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 3673 0 1 0 5 2 0 0 18 0 9 0 135863135 886665216 3148 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216471 3148 1679 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.30181 s]
/proc/loadavg: 1.92 2.00 2.05 4/73 7882
/proc/meminfo: memFree=1617936/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=866252 CPUtime=0.28
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 5708 0 1 0 23 5 0 0 18 0 9 0 135863135 887042048 5086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216563 5086 1945 9 0 211091 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866252

[startup+0.702857 s]
/proc/loadavg: 1.92 2.00 2.05 4/73 7882
/proc/meminfo: memFree=1617936/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867064 CPUtime=0.68
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 8349 0 1 0 62 6 0 0 18 0 9 0 135863135 887873536 7709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216766 7709 2006 9 0 211272 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867064

[startup+1.50294 s]
/proc/loadavg: 1.92 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1582536/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867648 CPUtime=1.47
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 11753 0 1 0 139 8 0 0 18 0 9 0 135863135 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216912 11110 2014 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867648 CPUtime=1.26
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 10385 0 1 0 120 6 0 0 25 0 9 0 135863137 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4126900695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 135863139 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 135863139 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 135863139 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867648 CPUtime=0.19
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 671 0 0 0 19 0 0 0 16 0 9 0 135863141 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888471552 11110 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10113 s]
/proc/loadavg: 1.92 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1579336/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867648 CPUtime=3.05
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 12624 0 1 0 296 9 0 0 18 0 9 0 135863135 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216912 11979 2014 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867648 CPUtime=2.82
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 11229 0 1 0 274 8 0 0 25 0 9 0 135863137 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4126900366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 135863139 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 135863139 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 135863139 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867648 CPUtime=0.21
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 698 0 0 0 21 0 0 0 16 0 9 0 135863141 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888471552 11979 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867648

[startup+6.30151 s]
/proc/loadavg: 1.93 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1572288/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867648 CPUtime=6.23
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 14269 0 1 0 612 11 0 0 18 0 9 0 135863135 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216912 13622 2014 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867648 CPUtime=5.99
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 12870 0 1 0 589 10 0 0 25 0 9 0 135863137 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4126871965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135863139 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 135863139 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 135863139 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867648 CPUtime=0.22
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 702 0 0 0 22 0 0 0 15 0 9 0 135863141 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867648 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888471552 13622 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867648

[startup+12.7013 s]
/proc/loadavg: 1.93 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1551808/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867560 CPUtime=12.57
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 18889 0 1 0 1241 16 0 0 18 0 9 0 135863135 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216890 18215 2005 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867560 CPUtime=12.26
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 15796 0 1 0 1213 13 0 0 25 0 9 0 135863137 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4126910750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867560 CPUtime=0.03
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 1687 0 0 0 3 0 0 0 17 0 9 0 135863139 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867560 CPUtime=0.23
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 709 0 0 0 23 0 0 0 16 0 9 0 135863141 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888381440 18215 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867560

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

[startup+15.9026 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1551944/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867560 CPUtime=15.73
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 18891 0 1 0 1556 17 0 0 18 0 9 0 135863135 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216890 18217 2005 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867560 CPUtime=15.43
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 15797 0 1 0 1528 15 0 0 25 0 9 0 135863137 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4126874167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867560 CPUtime=0.03
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 1687 0 0 0 3 0 0 0 16 0 9 0 135863139 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867560 CPUtime=0.23
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 710 0 0 0 23 0 0 0 15 0 9 0 135863141 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888381440 18217 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.73
Current children cumulated vsize (KiB) 867560

[startup+19.102 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1551944/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867560 CPUtime=18.9
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 18892 0 1 0 1872 18 0 0 18 0 9 0 135863135 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216890 18218 2005 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867560 CPUtime=18.6
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 15797 0 1 0 1844 16 0 0 25 0 9 0 135863137 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4126871947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867560 CPUtime=0.03
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 1687 0 0 0 3 0 0 0 16 0 9 0 135863139 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867560 CPUtime=0.24
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 711 0 0 0 24 0 0 0 16 0 9 0 135863141 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888381440 18218 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 867560

[startup+20.7012 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1551944/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867560 CPUtime=20.48
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 18907 0 1 0 2030 18 0 0 18 0 9 0 135863135 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216890 18232 2005 9 0 211418 0
[pid=7882/tid=7884] ppid=7880 vsize=867560 CPUtime=20.16
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 15798 0 1 0 2000 16 0 0 25 0 9 0 135863137 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4126876215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867560 CPUtime=0.03
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 1687 0 0 0 3 0 0 0 17 0 9 0 135863139 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 135863139 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 135863141 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867560 CPUtime=0.26
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 725 0 0 0 26 0 0 0 15 0 9 0 135863141 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 135863141 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867560 CPUtime=0
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 135863141 888381440 18232 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 867560

[startup+21.5013 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7891
/proc/meminfo: memFree=1551880/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867972 CPUtime=21.27
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 31549 365 1 0 2103 22 1 1 18 0 9 0 135863135 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216993 21033 2638 9 0 211499 0
[pid=7882/tid=7884] ppid=7880 vsize=867972 CPUtime=20.74
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 22329 365 1 0 2055 17 1 1 25 0 9 0 135863137 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4127313495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867972 CPUtime=0.16
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 7404 365 0 0 12 2 1 1 16 0 9 0 135863139 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 17 365 0 0 0 0 1 1 16 0 9 0 135863139 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 14 365 0 0 0 0 1 1 16 0 9 0 135863139 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 365 0 0 0 0 1 1 18 0 9 0 135863141 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867972 CPUtime=0.36
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 954 365 0 0 34 0 1 1 15 0 9 0 135863141 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 365 0 0 0 0 1 1 19 0 9 0 135863141 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 19 365 0 0 0 0 1 1 15 0 9 0 135863141 888803328 21033 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.27
Current children cumulated vsize (KiB) 867972

[startup+21.9013 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7895
/proc/meminfo: memFree=1543176/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=867972 CPUtime=21.67
/proc/7882/stat : 7882 (java) S 7880 7882 2669 0 -1 0 32061 365 1 0 2143 22 1 1 18 0 9 0 135863135 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 216993 21039 2638 9 0 211499 0
[pid=7882/tid=7884] ppid=7880 vsize=867972 CPUtime=21.13
/proc/7882/task/7884/stat : 7884 (java) R 7880 7882 2669 0 -1 64 22833 365 1 0 2094 17 1 1 25 0 9 0 135863137 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4127304352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7885] ppid=7880 vsize=867972 CPUtime=0.16
/proc/7882/task/7885/stat : 7885 (java) S 7880 7882 2669 0 -1 64 7404 365 0 0 12 2 1 1 16 0 9 0 135863139 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7886] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7886/stat : 7886 (java) S 7880 7882 2669 0 -1 64 17 365 0 0 0 0 1 1 16 0 9 0 135863139 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7887] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7887/stat : 7887 (java) S 7880 7882 2669 0 -1 64 14 365 0 0 0 0 1 1 16 0 9 0 135863139 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7888] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7888/stat : 7888 (java) S 7880 7882 2669 0 -1 64 0 365 0 0 0 0 1 1 18 0 9 0 135863141 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7889] ppid=7880 vsize=867972 CPUtime=0.38
/proc/7882/task/7889/stat : 7889 (java) S 7880 7882 2669 0 -1 64 962 365 0 0 36 0 1 1 15 0 9 0 135863141 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7890] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7890/stat : 7890 (java) S 7880 7882 2669 0 -1 64 2 365 0 0 0 0 1 1 19 0 9 0 135863141 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7882/tid=7891] ppid=7880 vsize=867972 CPUtime=0.02
/proc/7882/task/7891/stat : 7891 (java) S 7880 7882 2669 0 -1 64 19 365 0 0 0 0 1 1 15 0 9 0 135863141 888803328 21039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 867972

[startup+22.0114 s]
/proc/loadavg: 1.94 2.00 2.05 3/82 7895
/proc/meminfo: memFree=1543176/2055920 swapFree=4181452/4192956
[pid=7882] ppid=7880 vsize=0 CPUtime=21.73
/proc/7882/stat : 7882 (java) Z 7880 7882 2669 0 -1 12 32450 365 1 0 2149 22 1 1 16 0 2 0 135863135 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7882/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.0227
CPU time (s): 21.7677
CPU user time (s): 21.5147
CPU system time (s): 0.252961
CPU usage (%): 98.8422
Max. virtual memory (cumulated for all children) (KiB): 867972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5147
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32815
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= 2056
involuntary context switches= 2524

runsolver used 0.038994 second user time and 0.076988 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 08:15:21
IDJOB=1086286
IDBENCH=57786
IDSOLVER=363
FILE ID=node73/1086286-1215238521
PBS_JOBID= 7881783
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-5.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086286-1215238521/watcher-1086286-1215238521 -o /tmp/evaluation-result-1086286-1215238521/solver-1086286-1215238521 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1086286-1215238521.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e0a4c3f834530db0009b18ab503d1b6e
RANDOM SEED=1202020681

node73.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:       1618416 kB
Buffers:          4112 kB
Cached:          57164 kB
SwapCached:       5092 kB
Active:         371764 kB
Inactive:        14156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618416 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:         332268 kB
Slab:            36196 kB
Committed_AS:   775056 kB
PageTables:       2428 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= 66548 MiB
End job on node73 at 2008-07-05 08:15:43