Trace number 2098664

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 22.0097 22.1302

DiagnosticValue
CHECKS300751
NODES300

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-6.xml
MD5SUM400402fb9b97807a5d169bd4c5b561d0
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 benchmark12.4071
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098664-1247416354.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.41	     nbVariables=300  nbDomainTypes=12  minDomainSize=62  maxDomainSize=302  nbTotalValues=64034
0.39/0.41	       =>  wckTime=0.171  cpuTime=0.13  mem=9M888
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
20.49/20.63	   
20.49/20.64	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 36M500)
21.27/21.48	     nbConstraints=2057  nbGlobalConstraints=1  nbMergedConstraints=1809  nbConvertedConstraints=1150
21.27/21.48	     nbConvertConstraintsChecks=43891160  nbExtensionStructures=934  nbSharedExtensionStructures=448
21.27/21.48	     nbConflictsStructures=1015  nbSharedConflictsStructures=480  nbUnbuiltConflictsStructures=611
21.27/21.48	     nbSharedBinaryRepresentations=375812  nbEvaluationManagers=692  nbSharedEvaluationManagers=214  minDegree=3
21.27/21.48	     maxDegree=18  minArity=2  avgArity=2  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.232
21.27/21.48	     symmetryCpuTime=0.16  nbCliques=1
21.27/21.48	       =>  wckTime=21.242  cpuTime=20.73  mem=21M489
21.37/21.59	   
21.37/21.59	   solver IterativeSystematicSolver being built... 
21.47/21.68	   
21.47/21.68	   INFO : Forward propagation technique limited 
21.57/21.76	       =>  wckTime=21.514  cpuTime=20.86  mem=37M339
21.67/21.87	   
21.67/21.87	   preprocessing
21.67/21.87	     nbConstraintChecks=290518  nbValidityChecks=1931  nbPropagations=308  nbRevisions=5049  nbUselessRevisions=4307
21.67/21.87	     nbRemovedValues=63116  detectedInconsistency=no
21.67/21.87	       =>  wckTime=0.114  cpuTime=0.1  mem=38M339
21.96/22.10	   
21.96/22.10	   search
21.96/22.10	     run=0  nbConstraintChecks=10233  nbValidityChecks=4402  minDepth=301  maxDepth=300  nbPropagations=663
21.96/22.10	     nbRevisions=7479  nbUselessRevisions=6682  nbAssignments=300  nbFailedAssignments=0  nbBacktracks=0
21.96/22.10	     nbVisitedNodes=301  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.96/22.10	     nbSEliminables=0  nbREliminables=0  nbIEliminables=181.99  nbDEliminables=0  nbPEliminables=0
21.96/22.10	       =>  wckTime=0.34  cpuTime=0.29  mem=40M331
21.96/22.10	   
21.96/22.10	   global
21.96/22.10	     nbConstraintChecks=300751  nbValidityChecks=6333  nbPropagations=971  nbRevisions=12528  nbUselessRevisions=10989
21.96/22.10	     nbRestartNogoods=0  solvingWckTime=0.343  solvingCpuTime=0.3  expiredTime=no  totalExploration=no
21.96/22.10	     nbFoundSolutions=1  firstSolutionCpuTime=21.16  globalCpuTime=21.21
21.96/22.10	       =>  wckTime=21.86  cpuTime=21.17  mem=40M331
21.96/22.11	   
21.96/22.11	s SATISFIABLE
21.96/22.11	v -2640 -2180 -2356 -2592 -2544 -2400 -2608 -2460 -2396 -2132 -2176 -2460 -2608 -2460 -2416 -2136 -2544 -2628 -2380 -2136 -2600 -2520 -2200 -2456 -2372 -2284 -2492 -2692 -2380 -2496 -2424 -2460 -2528 -2504 -2720 -2588 -2440 2128 -2680 -2604 -2424 -2600 -2652 -2504 -2536 -2304 -2560 2536 -2420 -2456 -2500 -2652 -2496 2284 -2176 -2720 2220 2680 -2228 -2456 -2664 -2288 2504 -2136 -2396 -2176 -2536 -2568 -2296 -2680 -2628 -2376 -2176 -2328 -2176 -2416 -2536 -2160 -2256 -2256 -2420 -2628 -2692 -2504 -2544 -2516 -2460 -2676 -2552 -2504 -2612 -2136 -2168 -2120 -2316 -2168 -2416 -2416 2720 -2456 -2456 -2420 -2356 -2456 -2368 -2680 -2380 -2668 -2496 -2576 -2184 -2360 -2120 -2720 -2176 2160 -2380 -2164 -2140 -2324 -2256 -2680 -2336 -2656 -2544 -2420 -2136 -2504 -2264 -2504 -2416 -2720 -2500 -2240 -2152 -2504 -2160 -2232 -2612 -2416 -2324 2316 -2504 -2568 -2144 -2668 -2176 -2692 -2420 -2368 -2544 2480 -2568 -2456 -2528 -2180 -2544 -2136 -2420 -2644 -2324 -2120 -2616 -2184 -2456 -2456 -2208 -2276 -2544 -2376 -2456 -2668 -2692 -2616 -2704 -2568 -2328 -2652 -2668 -2544 -2160 -2420 -2652 -2276 2524 -2400 -2200 -2460 -2268 -2396 -2420 -2652 -2168 -2476 -2324 -2244 2636 -2608 -2332 -2504 -2524 -2288 -2436 -2628 -2284 -2416 -2144 -2204 -2496 -2136 -2396 -2416 -2652 -2640 -2484 -2120 -2416 -2296 -2384 -2120 -2668 -2420 2440 -2124 2316 -2272 -2548 -2304 -2416 -2396 -2504 -2480 -2284 -2380 2708 -2496 -2172 -2472 -2208 -2132 -2456 -2536 -2416 -2160 -2488 -2628 -2608 -2416 -2416 -2544 -2132 -2628 -2384 -2264 2568 -2416 -2484 -2172 -2524 -2544 -2220 -2172 -2496 -2376 -2588 -2296 -2332 -2136 -2628 -2568 -2456 -2292 -2668 -2544 -2448 -2144 -2456 -2184 -2176 -2456 2440 -2628 -2508 -2512 -2416 -2192 2532 -2180 -2484 -2164 -2532 2492 -2284 -2248 -2436 -2276 -2248 -2240 2668 -2436 
21.96/22.11	d NODES 300
21.96/22.11	d CHECKS 300751
21.96/22.11	   
21.96/22.11	   totalWckTime=21.931  totalCpuTime=21.21

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 31582
/proc/meminfo: memFree=1762792/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=10764 CPUtime=0
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 28700053 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 2691 520 240 9 0 1196 0
[pid=31582/tid=31583] ppid=31580 vsize=10764 CPUtime=0
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 62 0 0 0 0 0 0 0 20 0 2 0 28700054 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 11629348 0 2147483391 0 16784584 0 0 0 -1 0 0 0

[startup+0.071394 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 31582
/proc/meminfo: memFree=1762792/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=864144 CPUtime=0.06
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 3099 0 1 0 4 2 0 0 18 0 9 0 28700053 884883456 2584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216036 2584 1235 9 0 210929 0
[pid=31582/tid=31583] ppid=31580 vsize=864144 CPUtime=0.05
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 2191 0 1 0 4 1 0 0 25 0 9 0 28700054 884883456 2584 996147200 134512640 134550932 4294955968 18446744073709551615 102255652 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.101396 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 31582
/proc/meminfo: memFree=1762792/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=865980 CPUtime=0.09
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 3782 0 1 0 7 2 0 0 18 0 9 0 28700053 886763520 3241 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216495 3241 1707 9 0 210980 0
[pid=31582/tid=31583] ppid=31580 vsize=865980 CPUtime=0.06
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 2849 0 1 0 5 1 0 0 25 0 9 0 28700054 886763520 3241 996147200 134512640 134550932 4294955968 18446744073709551615 102755358 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301419 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 31582
/proc/meminfo: memFree=1762792/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=866472 CPUtime=0.29
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 6075 0 1 0 25 4 0 0 18 0 9 0 28700053 887267328 5441 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216618 5441 1986 9 0 211076 0
[pid=31582/tid=31583] ppid=31580 vsize=866472 CPUtime=0.24
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 5097 0 1 0 21 3 0 0 25 0 9 0 28700054 887267328 5441 996147200 134512640 134550932 4294955968 18446744073709551615 4125980164 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866472

[startup+0.701462 s]
/proc/loadavg: 2.06 2.02 2.00 4/81 31582
/proc/meminfo: memFree=1762792/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867736 CPUtime=0.68
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 9681 0 1 0 62 6 0 0 18 0 9 0 28700053 888561664 9035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216934 9035 2037 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867736 CPUtime=0.52
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 8322 0 1 0 47 5 0 0 25 0 9 0 28700054 888561664 9035 996147200 134512640 134550932 4294955968 18446744073709551615 4126760121 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50155 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 31591
/proc/meminfo: memFree=1724128/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867736 CPUtime=1.48
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 12502 0 1 0 140 8 0 0 18 0 9 0 28700053 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216934 11853 2041 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867736 CPUtime=1.29
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 11119 0 1 0 122 7 0 0 25 0 9 0 28700054 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4126909943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28700056 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28700056 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28700056 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867736 CPUtime=0.18
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 28700058 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888561664 11853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867736

[startup+3.10172 s]
/proc/loadavg: 2.06 2.02 2.00 3/90 31591
/proc/meminfo: memFree=1721888/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867736 CPUtime=3.08
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 13427 0 1 0 299 9 0 0 18 0 9 0 28700053 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216934 12776 2041 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867736 CPUtime=2.86
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 12017 0 1 0 278 8 0 0 25 0 9 0 28700054 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4126903159 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28700056 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28700056 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28700056 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867736 CPUtime=0.21
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 712 0 0 0 21 0 0 0 15 0 9 0 28700058 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888561664 12776 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867736

[startup+6.30208 s]
/proc/loadavg: 2.13 2.03 2.01 3/90 31591
/proc/meminfo: memFree=1712544/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867736 CPUtime=6.26
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 15538 0 1 0 615 11 0 0 18 0 9 0 28700053 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216934 14885 2041 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867736 CPUtime=6.03
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 14124 0 1 0 593 10 0 0 25 0 9 0 28700054 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4126901713 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28700056 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28700056 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28700056 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867736 CPUtime=0.21
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 716 0 0 0 21 0 0 0 15 0 9 0 28700058 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867736 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888561664 14885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867736

[startup+12.7018 s]
/proc/loadavg: 2.12 2.03 2.01 3/90 31591
/proc/meminfo: memFree=1696680/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867648 CPUtime=12.63
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 18978 0 1 0 1249 14 0 0 18 0 9 0 28700053 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216912 18299 2029 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867648 CPUtime=12.33
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 15842 0 1 0 1221 12 0 0 25 0 9 0 28700054 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4126903242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867648 CPUtime=0.04
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 1712 0 0 0 4 0 0 0 16 0 9 0 28700056 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867648 CPUtime=0.22
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 723 0 0 0 22 0 0 0 15 0 9 0 28700058 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888471552 18299 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 867648

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

[startup+19.1015 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 31591
/proc/meminfo: memFree=1696680/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867648 CPUtime=19
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 18980 0 1 0 1885 15 0 0 18 0 9 0 28700053 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216912 18301 2029 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867648 CPUtime=18.7
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 15842 0 1 0 1857 13 0 0 25 0 9 0 28700054 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4126907824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867648 CPUtime=0.04
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 1712 0 0 0 4 0 0 0 16 0 9 0 28700056 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867648 CPUtime=0.23
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 725 0 0 0 23 0 0 0 15 0 9 0 28700058 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888471552 18301 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 867648

[startup+20.7017 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 31591
/proc/meminfo: memFree=1696680/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867648 CPUtime=20.59
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 18986 0 1 0 2044 15 0 0 18 0 9 0 28700053 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216912 18306 2030 9 0 211370 0
[pid=31582/tid=31583] ppid=31580 vsize=867648 CPUtime=20.28
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 15844 0 1 0 2015 13 0 0 25 0 9 0 28700054 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 102883359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867648 CPUtime=0.04
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 1713 0 0 0 4 0 0 0 16 0 9 0 28700056 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28700056 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28700058 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867648 CPUtime=0.23
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 728 0 0 0 23 0 0 0 16 0 9 0 28700058 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28700058 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867648 CPUtime=0
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28700058 888471552 18306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 867648

[startup+21.5028 s]
/proc/loadavg: 2.10 2.03 2.01 3/90 31591
/proc/meminfo: memFree=1696680/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=867972 CPUtime=21.37
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 25367 387 1 0 2117 18 2 0 18 0 9 0 28700053 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 216993 20856 2084 9 0 211451 0
[pid=31582/tid=31583] ppid=31580 vsize=867972 CPUtime=20.94
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 17709 387 1 0 2078 14 2 0 23 0 9 0 28700054 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=867972 CPUtime=0.14
/proc/31582/task/31585/stat : 31585 (java) R 31580 31582 31428 0 -1 64 5936 387 0 0 11 1 2 0 16 0 9 0 28700056 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 102758154 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=867972 CPUtime=0.02
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 16 387 0 0 0 0 2 0 16 0 9 0 28700056 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=867972 CPUtime=0.02
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 5 387 0 0 0 0 2 0 16 0 9 0 28700056 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=867972 CPUtime=0.02
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 387 0 0 0 0 2 0 24 0 9 0 28700058 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=867972 CPUtime=0.29
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 882 387 0 0 27 0 2 0 15 0 9 0 28700058 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=867972 CPUtime=0.02
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 387 0 0 0 0 2 0 25 0 9 0 28700058 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=867972 CPUtime=0.02
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 9 387 0 0 0 0 2 0 15 0 9 0 28700058 888803328 20856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.37
Current children cumulated vsize (KiB) 867972

[startup+21.9028 s]
/proc/loadavg: 2.10 2.03 2.01 4/90 31595
/proc/meminfo: memFree=1681960/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=868060 CPUtime=21.77
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 34545 387 1 0 2155 20 2 0 18 0 9 0 28700053 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 217015 22633 2662 9 0 211451 0
[pid=31582/tid=31583] ppid=31580 vsize=868060 CPUtime=21.19
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 23453 387 1 0 2101 16 2 0 25 0 9 0 28700054 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=868060 CPUtime=0.23
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 9270 387 0 0 20 1 2 0 16 0 9 0 28700056 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 20 387 0 0 0 0 2 0 17 0 9 0 28700056 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 16 387 0 0 0 0 2 0 16 0 9 0 28700056 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 387 0 0 0 0 2 0 24 0 9 0 28700058 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=868060 CPUtime=0.35
/proc/31582/task/31589/stat : 31589 (java) R 31580 31582 31428 0 -1 64 967 387 0 0 33 0 2 0 16 0 9 0 28700058 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 102028490 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 387 0 0 0 0 2 0 25 0 9 0 28700058 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 9 387 0 0 0 0 2 0 15 0 9 0 28700058 888893440 22633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.77
Current children cumulated vsize (KiB) 868060

[startup+22.1028 s]
/proc/loadavg: 2.10 2.03 2.01 4/90 31595
/proc/meminfo: memFree=1681960/2055920 swapFree=4192812/4192956
[pid=31582] ppid=31580 vsize=868060 CPUtime=21.96
/proc/31582/stat : 31582 (java) S 31580 31582 31428 0 -1 0 34859 387 1 0 2174 20 2 0 18 0 9 0 28700053 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31582/statm: 217015 22643 2662 9 0 211451 0
[pid=31582/tid=31583] ppid=31580 vsize=868060 CPUtime=21.37
/proc/31582/task/31583/stat : 31583 (java) R 31580 31582 31428 0 -1 64 23757 387 1 0 2119 16 2 0 25 0 9 0 28700054 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 102337865 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31585] ppid=31580 vsize=868060 CPUtime=0.23
/proc/31582/task/31585/stat : 31585 (java) S 31580 31582 31428 0 -1 64 9270 387 0 0 20 1 2 0 16 0 9 0 28700056 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31586] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31586/stat : 31586 (java) S 31580 31582 31428 0 -1 64 20 387 0 0 0 0 2 0 17 0 9 0 28700056 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31587] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31587/stat : 31587 (java) S 31580 31582 31428 0 -1 64 16 387 0 0 0 0 2 0 16 0 9 0 28700056 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31588] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31588/stat : 31588 (java) S 31580 31582 31428 0 -1 64 2 387 0 0 0 0 2 0 24 0 9 0 28700058 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31589] ppid=31580 vsize=868060 CPUtime=0.36
/proc/31582/task/31589/stat : 31589 (java) S 31580 31582 31428 0 -1 64 977 387 0 0 34 0 2 0 15 0 9 0 28700058 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31590] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31590/stat : 31590 (java) S 31580 31582 31428 0 -1 64 0 387 0 0 0 0 2 0 25 0 9 0 28700058 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31582/tid=31591] ppid=31580 vsize=868060 CPUtime=0.02
/proc/31582/task/31591/stat : 31591 (java) S 31580 31582 31428 0 -1 64 9 387 0 0 0 0 2 0 15 0 9 0 28700058 888893440 22643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 868060

Child status: 0
Real time (s): 22.1302
CPU time (s): 22.0097
CPU user time (s): 21.7787
CPU system time (s): 0.230964
CPU usage (%): 99.4552
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7787
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= 35371
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= 2371
involuntary context switches= 2694

runsolver used 0.033994 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 18:32:34
IDJOB=2098664
IDBENCH=58868
IDSOLVER=774
FILE ID=node91/2098664-1247416354
PBS_JOBID= 9510712
Free space on /tmp= 66220 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098664-1247416354/watcher-2098664-1247416354 -o /tmp/evaluation-result-2098664-1247416354/solver-2098664-1247416354 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098664-1247416354.xml

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

MD5SUM BENCH= 400402fb9b97807a5d169bd4c5b561d0
RANDOM SEED=1045514356

node91.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.241
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.241
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:       1763144 kB
Buffers:         42264 kB
Cached:         106928 kB
SwapCached:          0 kB
Active:         182904 kB
Inactive:        57116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:         111180 kB
Slab:            37780 kB
Committed_AS:  1003928 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66216 MiB
End job on node91 at 2009-07-12 18:32:57