Trace number 1086265

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.7917 22.1975

DiagnosticValue
CHECKS921553
NODES500

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-7.xml
MD5SUM258fa7544fb64a4c6d6543dd4100fd0f
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.7487
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.08/0.31	
0.08/0.31	Abscon 112 (May, 2008)
0.20/0.56	
0.20/0.56	   configuration
0.20/0.56	     name=mac.xml
0.29/0.62	   
0.29/0.62	   instance
0.29/0.62	     name=HOME/instance-1086265-1215238382.xml
0.29/0.66	   
0.29/0.66	   domains being loaded...
0.29/0.68	   
0.29/0.68	   variables being loaded...
0.36/0.79	     nbVariables=500  nbDomainTypes=6  minDomainSize=42  maxDomainSize=242  nbTotalValues=113594
0.36/0.79	       =>  wckTime=0.231  cpuTime=0.15  mem=11M757
0.36/0.79	   
0.36/0.79	   predicates being loaded...
0.46/0.85	   
0.46/0.85	   constraints being loaded...
20.46/20.87	   
20.46/20.87	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 33M52)
20.72/21.15	     nbConstraints=1590  nbGlobalConstraints=1  nbMergedConstraints=1263  nbConvertedConstraints=1467
20.72/21.15	     nbConvertConstraintsChecks=43602976  nbExtensionStructures=892  nbSharedExtensionStructures=1188
20.72/21.15	     nbConflictsStructures=893  nbSharedConflictsStructures=1189  nbUnbuiltConflictsStructures=97
20.72/21.15	     nbSharedBinaryRepresentations=383928  nbEvaluationManagers=98  nbSharedEvaluationManagers=24  minDegree=2
20.72/21.15	     maxDegree=14  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.21
20.72/21.15	     symmetryCpuTime=0.11  nbCliques=1
20.72/21.15	       =>  wckTime=20.586  cpuTime=20.18  mem=40M864
20.82/21.26	   
20.82/21.26	   solver IterativeSystematicSolver being built... 
20.92/21.33	   
20.92/21.33	   INFO : Forward propagation technique limited 
21.01/21.42	       =>  wckTime=20.859  cpuTime=20.32  mem=32M237
21.12/21.60	   
21.12/21.60	   preprocessing
21.12/21.60	     nbConstraintChecks=827083  nbValidityChecks=6317  nbPropagations=818  nbRevisions=4938  nbUselessRevisions=3299
21.12/21.60	     nbRemovedValues=105713  detectedInconsistency=no
21.12/21.60	       =>  wckTime=0.174  cpuTime=0.14  mem=33M215
21.72/22.13	   
21.72/22.13	   search
21.72/22.13	     run=0  nbConstraintChecks=94470  nbValidityChecks=4083  minDepth=501  maxDepth=500  nbPropagations=1729
21.72/22.13	     nbRevisions=7423  nbUselessRevisions=5372  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0
21.72/22.13	     nbVisitedNodes=501  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.72/22.13	     nbSEliminables=0  nbREliminables=0  nbIEliminables=265.09  nbDEliminables=0  nbPEliminables=0
21.72/22.13	       =>  wckTime=0.704  cpuTime=0.64  mem=38M10
21.72/22.13	   
21.72/22.13	   global
21.72/22.13	     nbConstraintChecks=921553  nbValidityChecks=10400  nbPropagations=2547  nbRevisions=12361  nbUselessRevisions=8671
21.72/22.13	     nbRestartNogoods=0  solvingWckTime=0.706  solvingCpuTime=0.65  expiredTime=no  totalExploration=no
21.72/22.13	     nbFoundSolutions=1  firstSolutionCpuTime=20.97  globalCpuTime=21.03
21.72/22.13	       =>  wckTime=21.569  cpuTime=20.98  mem=38M10
21.72/22.14	   
21.72/22.14	s SATISFIABLE
21.72/22.14	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 -2260 -2360 -2504 -2700 -2296 2636 -2260 -2384 -2648 -2628 -2632 -2260 -2440 -2260 -2244 -2428 -2364 -2364 -2304 -2660 -2440 -2260 -2340 -2220 -2636 -2280 -2488 -2236 2408 -2460 -2260 -2460 -2392 -2592 -2260 -2700 -2548 -2412 -2460 -2416 -2600 -2420 -2660 -2700 -2332 -2236 -2560 -2700 -2360 -2288 2260 -2628 -2412 -2260 -2364 -2660 -2220 -2500 -2336 -2424 -2660 -2660 -2424 2424 -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 -2220 -2220 -2380 2600 -2700 -2608 -2220 2660 2648 2584 -2660 -2260 -2304 -2400 2220 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 -2292 -2700 -2700 -2244 -2516 -2260 2220 -2500 -2220 2636 -2700 -2660 -2656 -2444 2472 -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 2432 -2384 -2328 -2316 -2700 -2376 -2660 2492 -2660 -2484 -2220 -2260 2508 -2584 -2384 2700 2588 -2344 -2584 -2596 -2700 -2380 -2464 -2492 -2260 -2220 -2512 -2460 -2684 -2260 -2524 -2352 -2568 -2644 -2452 -2348 2660 -2588 -2220 -2276 -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 -2220 -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 -2288 -2392 2660 -2344 -2504 -2660 -2464 -2596 -2700 -2260 -2260 -2588 -2220 -2700 -2304 -2296 -2660 -2260 -2648 -2628 -2480 -2260 -2420 2396 -2420 -2700 -2564 -2504 -2220 -2248 -2352 -2660 -2700 -2336 -2240 -2272 -2700 -2380 -2240 -2408 -2276 -2700 2532 -2260 -2220 -2420 -2260 -2624 -2236 -2296 -2536 -2552 -2316 -2372 
21.72/22.14	d NODES 500
21.72/22.14	d CHECKS 921553
21.72/22.14	   
21.72/22.14	   totalWckTime=21.646  totalCpuTime=21.04

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-1086265-1215238382/watcher-1086265-1215238382 -o /tmp/evaluation-result-1086265-1215238382/solver-1086265-1215238382 -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-1086265-1215238382.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

[startup+0 s]
/proc/loadavg: 2.29 2.28 2.18 4/81 18330
/proc/meminfo: memFree=1214312/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=18572 CPUtime=0
/proc/18330/stat : 18330 (runsolver) R 18328 17513 17513 0 -1 4194368 5 0 0 0 0 0 0 0 19 0 1 0 2002813636 19017728 290 996147200 4194304 4296836 548682068336 18446744073709551615 233632754468 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18330/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.033187 s]
/proc/loadavg: 2.29 2.28 2.18 4/81 18330
/proc/meminfo: memFree=1214312/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=200 CPUtime=0
/proc/18330/stat : 18330 (java) D 18328 18330 17513 0 -1 0 47 0 1 0 0 0 0 0 18 0 1 0 2002813636 204800 33 996147200 134512640 134550740 4294956128 18446744073709551615 10924964 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/18330/statm: 50 33 26 9 0 4 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 200

[startup+0.101198 s]
/proc/loadavg: 2.29 2.28 2.18 4/81 18330
/proc/meminfo: memFree=1214312/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=10336 CPUtime=0
/proc/18330/stat : 18330 (java) D 18328 18330 17513 0 -1 0 362 0 7 0 0 0 0 0 18 0 1 0 2002813636 10584064 172 996147200 134512640 134550740 4294955968 18446744073709551615 10896170 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/18330/statm: 2584 172 143 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10336

[startup+0.301216 s]
/proc/loadavg: 2.29 2.28 2.18 4/81 18330
/proc/meminfo: memFree=1214312/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=865856 CPUtime=0.08
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 3338 0 61 0 5 3 0 0 18 0 9 0 2002813636 886636544 2908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216464 2908 1570 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865856

[startup+0.70225 s]
/proc/loadavg: 2.29 2.28 2.18 4/81 18330
/proc/meminfo: memFree=1214312/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=866400 CPUtime=0.36
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 6237 0 75 0 31 5 0 0 18 0 9 0 2002813636 887193600 5681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216600 5681 1964 9 0 211128 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 866400

[startup+1.50232 s]
/proc/loadavg: 2.29 2.28 2.18 3/90 18339
/proc/meminfo: memFree=1176544/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867676 CPUtime=1.16
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 11599 0 75 0 107 9 0 0 18 0 9 0 2002813636 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216919 11030 2014 9 0 211425 0
[pid=18330/tid=18332] ppid=18328 vsize=867676 CPUtime=0.97
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 10263 0 39 0 89 8 0 0 18 0 9 0 2002813650 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4126866167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002813659 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002813659 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867676 CPUtime=0.18
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 675 0 0 0 18 0 0 0 15 0 9 0 2002813662 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888500224 11030 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 867676

[startup+3.10145 s]
/proc/loadavg: 2.29 2.28 2.18 3/90 18339
/proc/meminfo: memFree=1165088/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867676 CPUtime=2.76
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 12532 0 75 0 266 10 0 0 18 0 9 0 2002813636 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216919 11962 2014 9 0 211425 0
[pid=18330/tid=18332] ppid=18328 vsize=867676 CPUtime=2.54
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 11169 0 39 0 245 9 0 0 24 0 9 0 2002813650 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4126866284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002813659 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002813659 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867676 CPUtime=0.2
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 702 0 0 0 20 0 0 0 15 0 9 0 2002813662 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888500224 11962 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 867676

[startup+6.30271 s]
/proc/loadavg: 2.26 2.27 2.17 3/90 18339
/proc/meminfo: memFree=1157856/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867676 CPUtime=5.96
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 14250 0 75 0 585 11 0 0 18 0 9 0 2002813636 888500224 13677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216920 13678 2014 9 0 211426 0
[pid=18330/tid=18332] ppid=18328 vsize=867676 CPUtime=5.74
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 12885 0 39 0 564 10 0 0 25 0 9 0 2002813650 888500224 13678 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888500224 13679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002813659 888500224 13679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867680 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002813659 888504320 13679 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888500224 13680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867676 CPUtime=0.21
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 705 0 0 0 21 0 0 0 15 0 9 0 2002813662 888500224 13680 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888500224 13682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867676 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888500224 13686 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 867676

[startup+12.7012 s]
/proc/loadavg: 2.24 2.27 2.17 4/90 18339
/proc/meminfo: memFree=1137696/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867588 CPUtime=12.36
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 18783 0 75 0 1221 15 0 0 18 0 9 0 2002813636 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216897 18184 2005 9 0 211425 0
[pid=18330/tid=18332] ppid=18328 vsize=867588 CPUtime=12.07
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 15751 0 39 0 1194 13 0 0 25 0 9 0 2002813650 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4126869111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867588 CPUtime=0.04
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 1658 0 0 0 4 0 0 0 16 0 9 0 2002813659 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867588 CPUtime=0.22
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 713 0 0 0 22 0 0 0 15 0 9 0 2002813662 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888410112 18184 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 867588

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

[startup+19.1028 s]
/proc/loadavg: 2.28 2.27 2.18 3/90 18339
/proc/meminfo: memFree=1137760/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867588 CPUtime=18.76
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 18785 0 75 0 1858 18 0 0 18 0 9 0 2002813636 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216897 18185 2005 9 0 211425 0
[pid=18330/tid=18332] ppid=18328 vsize=867588 CPUtime=18.46
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 15752 0 39 0 1831 15 0 0 25 0 9 0 2002813650 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4126864861 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867588 CPUtime=0.04
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 1658 0 0 0 4 0 0 0 16 0 9 0 2002813659 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867588 CPUtime=0.22
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 714 0 0 0 22 0 0 0 15 0 9 0 2002813662 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888410112 18185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.76
Current children cumulated vsize (KiB) 867588

[startup+20.7019 s]
/proc/loadavg: 2.28 2.27 2.18 3/90 18339
/proc/meminfo: memFree=1137760/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=867588 CPUtime=20.35
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 18786 0 75 0 2017 18 0 0 18 0 9 0 2002813636 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 216897 18186 2005 9 0 211425 0
[pid=18330/tid=18332] ppid=18328 vsize=867588 CPUtime=20.06
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 15752 0 39 0 1990 16 0 0 25 0 9 0 2002813650 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4126866211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=867588 CPUtime=0.04
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 1658 0 0 0 4 0 0 0 16 0 9 0 2002813659 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002813659 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002813662 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=867588 CPUtime=0.22
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 715 0 0 0 22 0 0 0 16 0 9 0 2002813662 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002813662 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=867588 CPUtime=0
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002813662 888410112 18186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.35
Current children cumulated vsize (KiB) 867588

[startup+21.502 s]
/proc/loadavg: 2.28 2.27 2.18 3/90 18339
/proc/meminfo: memFree=1137760/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=868000 CPUtime=21.12
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 31968 361 75 2 2087 23 1 1 18 0 9 0 2002813636 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 217000 21019 2638 9 0 211506 0
[pid=18330/tid=18332] ppid=18328 vsize=868000 CPUtime=20.61
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 22552 361 39 2 2041 18 1 1 25 0 9 0 2002813650 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4125981760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=868000 CPUtime=0.17
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 7614 361 0 2 13 2 1 1 17 0 9 0 2002813659 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 17 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 14 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 361 0 2 0 0 1 1 18 0 9 0 2002813662 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=868000 CPUtime=0.33
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 978 361 0 2 31 0 1 1 15 0 9 0 2002813662 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 361 0 2 0 0 1 1 19 0 9 0 2002813662 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 19 361 0 2 0 0 1 1 15 0 9 0 2002813662 888832000 21019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.12
Current children cumulated vsize (KiB) 868000

[startup+21.902 s]
/proc/loadavg: 2.28 2.27 2.18 3/90 18343
/proc/meminfo: memFree=1128928/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=868000 CPUtime=21.53
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 32215 361 75 2 2127 24 1 1 18 0 9 0 2002813636 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 217000 21032 2638 9 0 211506 0
[pid=18330/tid=18332] ppid=18328 vsize=868000 CPUtime=20.99
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 22783 361 39 2 2079 18 1 1 25 0 9 0 2002813650 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4127292733 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=868000 CPUtime=0.17
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 7614 361 0 2 13 2 1 1 17 0 9 0 2002813659 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 17 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 14 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 361 0 2 0 0 1 1 18 0 9 0 2002813662 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=868000 CPUtime=0.35
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 995 361 0 2 33 0 1 1 15 0 9 0 2002813662 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 361 0 2 0 0 1 1 19 0 9 0 2002813662 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 19 361 0 2 0 0 1 1 15 0 9 0 2002813662 888832000 21032 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (KiB) 868000

[startup+22.102 s]
/proc/loadavg: 2.28 2.27 2.18 3/90 18343
/proc/meminfo: memFree=1128928/2055920 swapFree=4180472/4192956
[pid=18330] ppid=18328 vsize=868000 CPUtime=21.72
/proc/18330/stat : 18330 (java) S 18328 18330 17513 0 -1 0 32429 361 75 2 2146 24 1 1 18 0 9 0 2002813636 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18330/statm: 217000 21034 2638 9 0 211506 0
[pid=18330/tid=18332] ppid=18328 vsize=868000 CPUtime=21.18
/proc/18330/task/18332/stat : 18332 (java) R 18328 18330 17513 0 -1 64 22995 361 39 2 2098 18 1 1 25 0 9 0 2002813650 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4127320981 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18333] ppid=18328 vsize=868000 CPUtime=0.17
/proc/18330/task/18333/stat : 18333 (java) S 18328 18330 17513 0 -1 64 7614 361 0 2 13 2 1 1 17 0 9 0 2002813659 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18334] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18334/stat : 18334 (java) S 18328 18330 17513 0 -1 64 17 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18335] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18335/stat : 18335 (java) S 18328 18330 17513 0 -1 64 14 361 0 2 0 0 1 1 16 0 9 0 2002813659 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18336] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18336/stat : 18336 (java) S 18328 18330 17513 0 -1 64 0 361 0 2 0 0 1 1 18 0 9 0 2002813662 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18337] ppid=18328 vsize=868000 CPUtime=0.36
/proc/18330/task/18337/stat : 18337 (java) S 18328 18330 17513 0 -1 64 997 361 0 2 34 0 1 1 15 0 9 0 2002813662 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18330/tid=18338] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18338/stat : 18338 (java) S 18328 18330 17513 0 -1 64 2 361 0 2 0 0 1 1 19 0 9 0 2002813662 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18330/tid=18339] ppid=18328 vsize=868000 CPUtime=0.02
/proc/18330/task/18339/stat : 18339 (java) S 18328 18330 17513 0 -1 64 19 361 0 2 0 0 1 1 15 0 9 0 2002813662 888832000 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (KiB) 868000

Child status: 0
Real time (s): 22.1975
CPU time (s): 21.7917
CPU user time (s): 21.5227
CPU system time (s): 0.268959
CPU usage (%): 98.172
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5227
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33069
page faults= 77
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2814
involuntary context switches= 1994

runsolver used 0.042993 second user time and 0.069989 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 08:13:02
IDJOB=1086265
IDBENCH=57785
IDSOLVER=363
FILE ID=node3/1086265-1215238382
PBS_JOBID= 7881858
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-7.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-1086265-1215238382/watcher-1086265-1215238382 -o /tmp/evaluation-result-1086265-1215238382/solver-1086265-1215238382 -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-1086265-1215238382.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 258fa7544fb64a4c6d6543dd4100fd0f
RANDOM SEED=1661619006

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:       1214984 kB
Buffers:          2844 kB
Cached:          28728 kB
SwapCached:       5420 kB
Active:         782132 kB
Inactive:         6112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214984 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:         774072 kB
Slab:            36300 kB
Committed_AS:  4226968 kB
PageTables:       3340 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= 66532 MiB
End job on node3 at 2008-07-05 08:13:24