Trace number 2098663

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 22.1566 22.4046

DiagnosticValue
CHECKS292170
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.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2098663-1247416353.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.38/0.45	     nbVariables=300  nbDomainTypes=12  minDomainSize=62  maxDomainSize=302  nbTotalValues=64034
0.38/0.45	       =>  wckTime=0.183  cpuTime=0.14  mem=9M888
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
20.50/20.74	   
20.50/20.74	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 33M546)
21.38/21.67	     nbConstraints=2057  nbGlobalConstraints=1  nbMergedConstraints=1809  nbConvertedConstraints=1071
21.38/21.67	     nbConvertConstraintsChecks=40656224  nbExtensionStructures=886  nbSharedExtensionStructures=382
21.38/21.67	     nbConflictsStructures=967  nbSharedConflictsStructures=420  nbUnbuiltConflictsStructures=642
21.38/21.67	     nbSharedBinaryRepresentations=351632  nbEvaluationManagers=723  nbSharedEvaluationManagers=262  minDegree=3
21.38/21.68	     maxDegree=18  minArity=2  avgArity=2  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.252
21.38/21.68	     symmetryCpuTime=0.18  nbCliques=1
21.38/21.68	       =>  wckTime=21.413  cpuTime=20.77  mem=20M552
21.47/21.78	   
21.47/21.78	   solver IterativeSystematicSolver being built... 
21.57/21.89	   
21.57/21.89	   INFO : Forward propagation technique limited 
21.67/21.97	       =>  wckTime=21.708  cpuTime=20.92  mem=38M771
21.87/22.10	   
21.87/22.10	   preprocessing
21.87/22.10	     nbConstraintChecks=282840  nbValidityChecks=2168  nbPropagations=308  nbRevisions=5068  nbUselessRevisions=4326
21.87/22.10	     nbRemovedValues=63116  detectedInconsistency=no
21.87/22.10	       =>  wckTime=0.131  cpuTime=0.1  mem=38M771
22.07/22.34	   
22.07/22.34	   search
22.07/22.34	     run=0  nbConstraintChecks=9330  nbValidityChecks=4892  minDepth=301  maxDepth=300  nbPropagations=663
22.07/22.34	     nbRevisions=7499  nbUselessRevisions=6702  nbAssignments=300  nbFailedAssignments=0  nbBacktracks=0
22.07/22.34	     nbVisitedNodes=301  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
22.07/22.34	     nbSEliminables=0  nbREliminables=0  nbIEliminables=181.99  nbDEliminables=0  nbPEliminables=0
22.07/22.34	       =>  wckTime=0.37  cpuTime=0.32  mem=40M754
22.07/22.34	   
22.07/22.34	   global
22.07/22.35	     nbConstraintChecks=292170  nbValidityChecks=7060  nbPropagations=971  nbRevisions=12567  nbUselessRevisions=11028
22.07/22.35	     nbRestartNogoods=0  solvingWckTime=0.372  solvingCpuTime=0.32  expiredTime=no  totalExploration=no
22.07/22.35	     nbFoundSolutions=1  firstSolutionCpuTime=21.24  globalCpuTime=21.3
22.07/22.35	       =>  wckTime=22.084  cpuTime=21.25  mem=40M754
22.07/22.35	   
22.07/22.35	s SATISFIABLE
22.07/22.35	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 
22.07/22.35	d NODES 300
22.07/22.35	d CHECKS 292170
22.07/22.35	   
22.07/22.35	   totalWckTime=22.16  totalCpuTime=21.31

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-2098663-1247416353/watcher-2098663-1247416353 -o /tmp/evaluation-result-2098663-1247416353/solver-2098663-1247416353 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098663-1247416353.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.05 2.06 2.02 4/80 31108
/proc/meminfo: memFree=1673232/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=18576 CPUtime=0
/proc/31108/stat : 31108 (runsolver) R 31106 31108 30993 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 28702335 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 252429528359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31108/statm: 4644 284 249 26 0 2626 0

[startup+0.0308779 s]
/proc/loadavg: 2.05 2.06 2.02 4/80 31108
/proc/meminfo: memFree=1673232/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=861936 CPUtime=0.02
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 1896 0 1 0 1 1 0 0 18 0 5 0 28702335 882622464 1578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 215484 1882 863 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.121887 s]
/proc/loadavg: 2.05 2.06 2.02 4/80 31108
/proc/meminfo: memFree=1673232/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=865984 CPUtime=0.1
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 3972 0 1 0 8 2 0 0 18 0 9 0 28702335 886767616 3401 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216496 3401 1778 9 0 210981 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.3019 s]
/proc/loadavg: 2.05 2.06 2.02 4/80 31108
/proc/meminfo: memFree=1673232/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=866380 CPUtime=0.28
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 5859 0 1 0 25 3 0 0 18 0 9 0 28702335 887173120 5225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216595 5225 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701944 s]
/proc/loadavg: 2.05 2.06 2.02 4/80 31108
/proc/meminfo: memFree=1673232/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867736 CPUtime=0.68
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 8967 0 1 0 63 5 0 0 18 0 9 0 28702335 888561664 8321 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216934 8321 2036 9 0 211370 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867736

[startup+1.50202 s]
/proc/loadavg: 2.05 2.06 2.02 3/89 31117
/proc/meminfo: memFree=1635080/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867736 CPUtime=1.47
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 12448 0 1 0 139 8 0 0 18 0 9 0 28702335 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216934 11799 2041 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867736 CPUtime=1.26
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 11064 0 1 0 119 7 0 0 25 0 9 0 28702336 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4126907831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28702338 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28702338 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28702338 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867736 CPUtime=0.2
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 686 0 0 0 20 0 0 0 15 0 9 0 28702340 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888561664 11799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867736

[startup+3.10218 s]
/proc/loadavg: 2.04 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1632776/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867736 CPUtime=3.06
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 13293 0 1 0 297 9 0 0 18 0 9 0 28702335 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216934 12642 2041 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867736 CPUtime=2.82
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 11879 0 1 0 274 8 0 0 25 0 9 0 28702336 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4126901756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28702338 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28702338 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28702338 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867736 CPUtime=0.23
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 716 0 0 0 23 0 0 0 15 0 9 0 28702340 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888561664 12642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867736

[startup+6.3025 s]
/proc/loadavg: 2.04 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1623816/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867736 CPUtime=6.23
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 15296 0 1 0 613 10 0 0 18 0 9 0 28702335 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216934 14643 2041 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867736 CPUtime=5.97
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 13879 0 1 0 588 9 0 0 25 0 9 0 28702336 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4126907870 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28702338 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28702338 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28702338 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867736 CPUtime=0.23
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 719 0 0 0 23 0 0 0 15 0 9 0 28702340 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867736 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888561664 14643 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867736

[startup+12.7021 s]
/proc/loadavg: 2.04 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1607176/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867648 CPUtime=12.56
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 18977 0 1 0 1243 13 0 0 18 0 9 0 28702335 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216912 18297 2029 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867648 CPUtime=12.24
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 15839 0 1 0 1213 11 0 0 25 0 9 0 28702336 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4126903159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867648 CPUtime=0.04
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 1711 0 0 0 4 0 0 0 17 0 9 0 28702338 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867648 CPUtime=0.25
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 726 0 0 0 25 0 0 0 16 0 9 0 28702340 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888471552 18297 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867648

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

[startup+19.1018 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1607176/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867648 CPUtime=18.91
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 18980 0 1 0 1876 15 0 0 18 0 9 0 28702335 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216912 18300 2029 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867648 CPUtime=18.58
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 15841 0 1 0 1845 13 0 0 25 0 9 0 28702336 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4126910032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867648 CPUtime=0.04
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 1711 0 0 0 4 0 0 0 16 0 9 0 28702338 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867648 CPUtime=0.25
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 727 0 0 0 25 0 0 0 16 0 9 0 28702340 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888471552 18300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.91
Current children cumulated vsize (KiB) 867648

[startup+20.7029 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1607112/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867648 CPUtime=20.5
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 18982 0 1 0 2034 16 0 0 18 0 9 0 28702335 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216912 18302 2029 9 0 211370 0
[pid=31108/tid=31110] ppid=31106 vsize=867648 CPUtime=20.17
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 15841 0 1 0 2003 14 0 0 25 0 9 0 28702336 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4126907191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867648 CPUtime=0.04
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 1711 0 0 0 4 0 0 0 16 0 9 0 28702338 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28702338 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28702340 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867648 CPUtime=0.25
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 729 0 0 0 25 0 0 0 15 0 9 0 28702340 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28702340 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867648 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28702340 888471552 18302 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.5
Current children cumulated vsize (KiB) 867648

[startup+21.503 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31117
/proc/meminfo: memFree=1607112/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=867972 CPUtime=21.26
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 21431 0 1 0 2109 17 0 0 18 0 10 0 28702335 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 216993 20734 2036 9 0 211451 0
[pid=31108/tid=31110] ppid=31106 vsize=867972 CPUtime=20.83
/proc/31108/task/31110/stat : 31110 (java) S 31106 31108 30993 0 -1 64 15868 0 1 0 2069 14 0 0 25 0 10 0 28702336 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=867972 CPUtime=0.11
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 4100 0 0 0 10 1 0 0 16 0 10 0 28702338 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=867972 CPUtime=0
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28702338 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=867972 CPUtime=0
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28702338 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=867972 CPUtime=0
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28702340 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=867972 CPUtime=0.29
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 750 0 0 0 29 0 0 0 15 0 10 0 28702340 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=867972 CPUtime=0
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28702340 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=867972 CPUtime=0
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 28702340 888803328 20734 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (KiB) 867972

[startup+21.9021 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31121
/proc/meminfo: memFree=1592456/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=868060 CPUtime=21.67
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 31041 386 1 0 2145 19 2 1 18 0 9 0 28702335 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 217015 22587 2660 9 0 211451 0
[pid=31108/tid=31110] ppid=31106 vsize=868060 CPUtime=21.09
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 20169 386 1 0 2091 15 2 1 25 0 9 0 28702336 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 104185107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=868060 CPUtime=0.24
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 9068 386 0 0 20 1 2 1 16 0 9 0 28702338 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 20 386 0 0 0 0 2 1 17 0 9 0 28702338 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 16 386 0 0 0 0 2 1 16 0 9 0 28702338 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 386 0 0 0 0 2 1 18 0 9 0 28702340 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=868060 CPUtime=0.36
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 946 386 0 0 33 0 2 1 15 0 9 0 28702340 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 386 0 0 0 0 2 1 19 0 9 0 28702340 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 9 386 0 0 0 0 2 1 15 0 9 0 28702340 888893440 22587 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.67
Current children cumulated vsize (KiB) 868060

[startup+22.3021 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31121
/proc/meminfo: memFree=1592456/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=868060 CPUtime=22.07
/proc/31108/stat : 31108 (java) S 31106 31108 30993 0 -1 0 34804 386 1 0 2184 20 2 1 18 0 9 0 28702335 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 217015 22639 2662 9 0 211451 0
[pid=31108/tid=31110] ppid=31106 vsize=868060 CPUtime=21.44
/proc/31108/task/31110/stat : 31110 (java) R 31106 31108 30993 0 -1 64 23903 386 1 0 2125 16 2 1 25 0 9 0 28702336 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4127363676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31111] ppid=31106 vsize=868060 CPUtime=0.24
/proc/31108/task/31111/stat : 31111 (java) S 31106 31108 30993 0 -1 64 9068 386 0 0 20 1 2 1 16 0 9 0 28702338 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31112] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31112/stat : 31112 (java) S 31106 31108 30993 0 -1 64 20 386 0 0 0 0 2 1 17 0 9 0 28702338 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31113] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31113/stat : 31113 (java) S 31106 31108 30993 0 -1 64 16 386 0 0 0 0 2 1 16 0 9 0 28702338 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31114] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31114/stat : 31114 (java) S 31106 31108 30993 0 -1 64 2 386 0 0 0 0 2 1 18 0 9 0 28702340 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31115] ppid=31106 vsize=868060 CPUtime=0.41
/proc/31108/task/31115/stat : 31115 (java) S 31106 31108 30993 0 -1 64 975 386 0 0 38 0 2 1 15 0 9 0 28702340 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31116] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31116/stat : 31116 (java) S 31106 31108 30993 0 -1 64 0 386 0 0 0 0 2 1 19 0 9 0 28702340 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31108/tid=31117] ppid=31106 vsize=868060 CPUtime=0.03
/proc/31108/task/31117/stat : 31117 (java) S 31106 31108 30993 0 -1 64 9 386 0 0 0 0 2 1 15 0 9 0 28702340 888893440 22639 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 868060

[startup+22.4025 s]
/proc/loadavg: 2.03 2.05 2.02 3/89 31121
/proc/meminfo: memFree=1592456/2055920 swapFree=4192812/4192956
[pid=31108] ppid=31106 vsize=0 CPUtime=22.13
/proc/31108/stat : 31108 (java) Z 31106 31108 30993 0 -1 12 35084 386 1 0 2189 21 2 1 16 0 2 0 28702335 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31108/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.13
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.4046
CPU time (s): 22.1566
CPU user time (s): 21.9237
CPU system time (s): 0.232964
CPU usage (%): 98.8932
Max. virtual memory (cumulated for all children) (KiB): 868060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.9237
system time used= 0.232964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35470
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= 2361
involuntary context switches= 3110

runsolver used 0.030995 second user time and 0.082987 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 18:32:33
IDJOB=2098663
IDBENCH=58868
IDSOLVER=773
FILE ID=node12/2098663-1247416353
PBS_JOBID= 9510765
Free space on /tmp= 66212 MiB

SOLVER NAME= Abscon 112v4 AC
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 mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098663-1247416353/watcher-2098663-1247416353 -o /tmp/evaluation-result-2098663-1247416353/solver-2098663-1247416353 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098663-1247416353.xml

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

MD5SUM BENCH= 400402fb9b97807a5d169bd4c5b561d0
RANDOM SEED=1823719031

node12.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.240
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.240
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:       1673712 kB
Buffers:         47268 kB
Cached:         155300 kB
SwapCached:        140 kB
Active:         206044 kB
Inactive:       106040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2792 kB
Writeback:           0 kB
Mapped:         129808 kB
Slab:            55388 kB
Committed_AS:   998044 kB
PageTables:       1956 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= 66212 MiB
End job on node12 at 2009-07-12 18:32:56