Trace number 1086245

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 21.6067 21.8038

DiagnosticValue
CHECKS784456
NODES500

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-6.xml
MD5SUM4865df64d75a9de2ecccf47a2577a6da
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.6067
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.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.32	     name=HOME/instance-1086245-1215238291.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.36/0.48	     nbVariables=500  nbDomainTypes=6  minDomainSize=42  maxDomainSize=242  nbTotalValues=113594
0.36/0.48	       =>  wckTime=0.233  cpuTime=0.15  mem=11M757
0.36/0.48	   
0.36/0.48	   predicates being loaded...
0.45/0.54	   
0.45/0.54	   constraints being loaded...
20.47/20.63	   
20.47/20.63	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 34M323)
20.63/20.84	     nbConstraints=1590  nbGlobalConstraints=1  nbMergedConstraints=1263  nbConvertedConstraints=1584
20.63/20.84	     nbConvertConstraintsChecks=44260490  nbExtensionStructures=905  nbSharedExtensionStructures=1297
20.63/20.84	     nbConflictsStructures=905  nbSharedConflictsStructures=1297  nbUnbuiltConflictsStructures=5
20.63/20.84	     nbSharedBinaryRepresentations=389595  nbEvaluationManagers=5  nbSharedEvaluationManagers=0  minDegree=2
20.63/20.84	     maxDegree=14  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.194
20.63/20.84	     symmetryCpuTime=0.12  nbCliques=1
20.63/20.84	       =>  wckTime=20.587  cpuTime=20.13  mem=39M236
20.73/20.95	   
20.73/20.95	   solver IterativeSystematicSolver being built... 
20.83/21.01	   
20.83/21.01	   INFO : Forward propagation technique limited 
20.83/21.10	       =>  wckTime=20.847  cpuTime=20.26  mem=31M492
21.03/21.20	   
21.03/21.20	   preprocessing
21.03/21.20	     nbConstraintChecks=687798  nbValidityChecks=362  nbPropagations=809  nbRevisions=4839  nbUselessRevisions=3213
21.03/21.20	     nbRemovedValues=105725  detectedInconsistency=no
21.03/21.20	       =>  wckTime=0.1  cpuTime=0.08  mem=32M459
21.53/21.73	   
21.53/21.73	   search
21.53/21.73	     run=0  nbConstraintChecks=96658  nbValidityChecks=118  minDepth=501  maxDepth=500  nbPropagations=1717
21.53/21.73	     nbRevisions=7314  nbUselessRevisions=5279  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0
21.53/21.73	     nbVisitedNodes=501  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.53/21.73	     nbSEliminables=0  nbREliminables=0  nbIEliminables=266.13  nbDEliminables=0  nbPEliminables=0
21.53/21.73	       =>  wckTime=0.632  cpuTime=0.58  mem=37M228
21.53/21.73	   
21.53/21.73	   global
21.53/21.73	     nbConstraintChecks=784456  nbValidityChecks=480  nbPropagations=2526  nbRevisions=12153  nbUselessRevisions=8492
21.53/21.73	     nbRestartNogoods=0  solvingWckTime=0.634  solvingCpuTime=0.58  expiredTime=no  totalExploration=no
21.53/21.73	     nbFoundSolutions=1  firstSolutionCpuTime=20.83  globalCpuTime=20.88
21.53/21.73	       =>  wckTime=21.486  cpuTime=20.84  mem=37M228
21.53/21.74	   
21.53/21.74	s SATISFIABLE
21.53/21.74	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 -2340 -2220 -2636 -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 -2596 -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 -2444 -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 -2468 -2596 -2700 -2260 -2220 -2588 -2220 -2700 -2304 -2296 -2660 -2260 -2648 -2628 -2480 -2260 -2420 2396 -2420 -2700 -2564 -2504 -2220 -2248 -2316 -2660 -2700 -2336 -2240 -2272 -2700 -2380 -2240 -2404 -2276 -2700 2532 -2260 -2220 -2420 -2260 -2624 -2236 -2296 -2536 -2552 -2300 -2372 
21.53/21.74	d NODES 500
21.53/21.74	d CHECKS 784456
21.53/21.75	   
21.53/21.75	   totalWckTime=21.549  totalCpuTime=20.89

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-1086245-1215238291/watcher-1086245-1215238291 -o /tmp/evaluation-result-1086245-1215238291/solver-1086245-1215238291 -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-1086245-1215238291.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.99 1.98 2.10 4/73 13401
/proc/meminfo: memFree=1608376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=1616 CPUtime=0
/proc/13401/stat : 13401 (java) D 13399 13401 12245 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 646759527 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/13401/statm: 404 147 121 9 0 46 0

[startup+0.0462531 s]
/proc/loadavg: 1.99 1.98 2.10 4/73 13401
/proc/meminfo: memFree=1608376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=862848 CPUtime=0.03
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 2403 0 1 0 2 1 0 0 18 0 7 0 646759527 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 215712 1982 910 9 0 210691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862848

[startup+0.102084 s]
/proc/loadavg: 1.99 1.98 2.10 4/73 13401
/proc/meminfo: memFree=1608376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=865884 CPUtime=0.09
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 3878 0 1 0 7 2 0 0 18 0 9 0 646759527 886665216 3318 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 216471 3318 1749 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301105 s]
/proc/loadavg: 1.99 1.98 2.10 4/73 13401
/proc/meminfo: memFree=1608376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=867308 CPUtime=0.28
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 5727 0 4 0 24 4 0 0 18 0 9 0 646759527 888123392 5127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 216827 5127 1939 9 0 211355 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 867308

[startup+0.701146 s]
/proc/loadavg: 1.99 1.98 2.10 4/73 13401
/proc/meminfo: memFree=1608376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868588 CPUtime=0.66
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 9317 0 5 0 59 7 0 0 18 0 9 0 646759527 889434112 8681 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217147 8681 2010 9 0 211653 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 868588

[startup+1.50222 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1570736/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868588 CPUtime=1.45
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 11846 0 5 0 137 8 0 0 18 0 9 0 646759527 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217147 11207 2014 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868588 CPUtime=1.25
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 10474 0 5 0 119 6 0 0 25 0 9 0 646759528 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4126894167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 646759529 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 646759529 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 646759529 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868588 CPUtime=0.17
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 675 0 0 0 16 1 0 0 16 0 9 0 646759531 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889434112 11207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868588

[startup+3.1014 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1568176/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868588 CPUtime=3.04
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 12769 0 5 0 295 9 0 0 18 0 9 0 646759527 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217147 12128 2014 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868588 CPUtime=2.82
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 11370 0 5 0 275 7 0 0 25 0 9 0 646759528 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4126867312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 646759529 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 646759529 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 646759529 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868588 CPUtime=0.2
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 702 0 0 0 19 1 0 0 15 0 9 0 646759531 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889434112 12128 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868588

[startup+6.30158 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1560376/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868588 CPUtime=6.22
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 14551 0 5 0 612 10 0 0 18 0 9 0 646759527 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217147 13908 2014 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868588 CPUtime=6
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 13150 0 5 0 592 8 0 0 25 0 9 0 646759528 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4126869406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 646759529 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 646759529 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 646759529 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868588 CPUtime=0.2
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 704 0 0 0 19 1 0 0 15 0 9 0 646759531 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868588 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889434112 13908 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868588

[startup+12.7013 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1541176/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868500 CPUtime=12.59
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 18869 0 5 0 1246 13 0 0 18 0 9 0 646759527 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217125 18200 2005 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868500 CPUtime=12.32
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 15795 0 5 0 1221 11 0 0 25 0 9 0 646759528 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4126902384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868500 CPUtime=0.03
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868500 CPUtime=0.22
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 712 0 0 0 21 1 0 0 15 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 868500

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

[startup+12.8013 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1541176/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868500 CPUtime=12.69
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 18869 0 5 0 1256 13 0 0 18 0 9 0 646759527 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217125 18200 2005 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868500 CPUtime=12.42
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 15795 0 5 0 1231 11 0 0 25 0 9 0 646759528 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4126865152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868500 CPUtime=0.03
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868500 CPUtime=0.22
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 712 0 0 0 21 1 0 0 15 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 868500

[startup+16.0016 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1541176/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868500 CPUtime=15.88
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 18869 0 5 0 1574 14 0 0 18 0 9 0 646759527 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217125 18200 2005 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868500 CPUtime=15.6
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 15795 0 5 0 1549 11 0 0 25 0 9 0 646759528 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4126894167 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868500 CPUtime=0.03
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868500 CPUtime=0.22
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 712 0 0 0 21 1 0 0 16 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889344000 18200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 868500

[startup+19.2029 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1541240/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868500 CPUtime=19.07
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 18871 0 5 0 1892 15 0 0 18 0 9 0 646759527 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217125 18202 2005 9 0 211653 0
[pid=13401/tid=13403] ppid=13399 vsize=868500 CPUtime=18.79
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 15795 0 5 0 1866 13 0 0 25 0 9 0 646759528 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4126865128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868500 CPUtime=0.03
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 1665 0 0 0 3 0 0 0 16 0 9 0 646759529 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 646759529 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646759531 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868500 CPUtime=0.22
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 714 0 0 0 21 1 0 0 15 0 9 0 646759531 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646759531 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868500 CPUtime=0
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646759531 889344000 18202 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 868500

[startup+20.8011 s]
/proc/loadavg: 1.99 1.98 2.10 3/82 13410
/proc/meminfo: memFree=1541176/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868824 CPUtime=20.63
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 20213 364 5 2 2044 17 1 1 18 0 10 0 646759527 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217206 18266 2017 9 0 211734 0
[pid=13401/tid=13403] ppid=13399 vsize=868824 CPUtime=20.31
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 16818 364 5 2 2015 14 1 1 23 0 10 0 646759528 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4127148505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868824 CPUtime=0.05
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 1697 364 0 2 3 0 1 1 16 0 10 0 646759529 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868824 CPUtime=0.02
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 12 364 0 2 0 0 1 1 16 0 10 0 646759529 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868824 CPUtime=0.02
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 5 364 0 2 0 0 1 1 16 0 10 0 646759529 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868824 CPUtime=0.02
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 364 0 2 0 0 1 1 18 0 10 0 646759531 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868824 CPUtime=0.27
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 858 364 0 2 24 1 1 1 15 0 10 0 646759531 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868824 CPUtime=0.02
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 364 0 2 0 0 1 1 19 0 10 0 646759531 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868824 CPUtime=0.02
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 12 364 0 2 0 0 1 1 15 0 10 0 646759531 889675776 18266 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 868824

[startup+21.6012 s]
/proc/loadavg: 2.07 2.00 2.10 4/82 13414
/proc/meminfo: memFree=1540216/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=868912 CPUtime=21.43
/proc/13401/stat : 13401 (java) S 13399 13401 12245 0 -1 0 31864 364 5 2 2121 20 1 1 18 0 9 0 646759527 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13401/statm: 217228 21034 2638 9 0 211734 0
[pid=13401/tid=13403] ppid=13399 vsize=868912 CPUtime=20.92
/proc/13401/task/13403/stat : 13403 (java) R 13399 13401 12245 0 -1 64 22751 364 5 2 2075 15 1 1 25 0 9 0 646759528 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4127291526 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13404] ppid=13399 vsize=868912 CPUtime=0.15
/proc/13401/task/13404/stat : 13404 (java) S 13399 13401 12245 0 -1 64 7301 364 0 2 12 1 1 1 16 0 9 0 646759529 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13405] ppid=13399 vsize=868912 CPUtime=0.02
/proc/13401/task/13405/stat : 13405 (java) S 13399 13401 12245 0 -1 64 14 364 0 2 0 0 1 1 16 0 9 0 646759529 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13406] ppid=13399 vsize=868912 CPUtime=0.02
/proc/13401/task/13406/stat : 13406 (java) S 13399 13401 12245 0 -1 64 14 364 0 2 0 0 1 1 16 0 9 0 646759529 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13407] ppid=13399 vsize=868912 CPUtime=0.02
/proc/13401/task/13407/stat : 13407 (java) S 13399 13401 12245 0 -1 64 1 364 0 2 0 0 1 1 18 0 9 0 646759531 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13408] ppid=13399 vsize=868912 CPUtime=0.36
/proc/13401/task/13408/stat : 13408 (java) S 13399 13401 12245 0 -1 64 955 364 0 2 33 1 1 1 15 0 9 0 646759531 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13401/tid=13409] ppid=13399 vsize=868912 CPUtime=0.02
/proc/13401/task/13409/stat : 13409 (java) S 13399 13401 12245 0 -1 64 2 364 0 2 0 0 1 1 19 0 9 0 646759531 889765888 21034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13401/tid=13410] ppid=13399 vsize=868912 CPUtime=0.02
/proc/13401/task/13410/stat : 13410 (java) S 13399 13401 12245 0 -1 64 14 364 0 2 0 0 1 1 15 0 9 0 646759531 889765888 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.43
Current children cumulated vsize (KiB) 868912

[startup+21.8016 s]
/proc/loadavg: 2.07 2.00 2.10 4/82 13414
/proc/meminfo: memFree=1540216/2055920 swapFree=4180580/4192956
[pid=13401] ppid=13399 vsize=0 CPUtime=21.58
/proc/13401/stat : 13401 (java) Z 13399 13401 12245 0 -1 12 32445 364 5 2 2135 21 1 1 16 0 2 0 646759527 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13401/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.8038
CPU time (s): 21.6067
CPU user time (s): 21.3758
CPU system time (s): 0.230964
CPU usage (%): 99.0961
Max. virtual memory (cumulated for all children) (KiB): 868912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3758
system time used= 0.230964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32809
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2373
involuntary context switches= 2509

runsolver used 0.024996 second user time and 0.068989 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 08:11:31
IDJOB=1086245
IDBENCH=57782
IDSOLVER=364
FILE ID=node79/1086245-1215238291
PBS_JOBID= 7881917
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4865df64d75a9de2ecccf47a2577a6da
RANDOM SEED=304513323

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1608856 kB
Buffers:          5968 kB
Cached:          64636 kB
SwapCached:       6916 kB
Active:         365492 kB
Inactive:        32296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608856 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:         332628 kB
Slab:            34044 kB
Committed_AS:  1450512 kB
PageTables:       2424 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= 66492 MiB
End job on node79 at 2008-07-05 08:11:53