Trace number 1087126

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 10.2364 10.3242

DiagnosticValue
CHECKS509828
NODES200

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-10.xml
MD5SUMed0064ec6f686799b617fe86f279a28f
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 benchmark2.43163
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.29	   
0.19/0.29	   instance
0.19/0.29	     name=HOME/instance-1087126-1215242741.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.41	     nbVariables=200  nbDomainTypes=9  minDomainSize=42  maxDomainSize=190  nbTotalValues=26963
0.39/0.41	       =>  wckTime=0.158  cpuTime=0.13  mem=8M829
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
9.74/9.86	     nbConstraints=1108  nbMergedConstraints=945  nbConvertedConstraints=1108  nbConvertConstraintsChecks=16975896
9.74/9.86	     nbExtensionStructures=944  nbSharedExtensionStructures=383  nbConflictsStructures=944
9.74/9.86	     nbSharedConflictsStructures=383  nbSharedBinaryRepresentations=188999  minDegree=3  maxDegree=14  minArity=2
9.74/9.86	     maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.127  symmetryCpuTime=0.07
9.74/9.86	       =>  wckTime=9.608  cpuTime=9.22  mem=24M545
9.83/9.98	   
9.83/9.98	   solver IterativeSystematicSolver being built... 
10.03/10.11	       =>  wckTime=9.854  cpuTime=9.34  mem=27M915
10.03/10.14	   
10.03/10.14	   preprocessing
10.03/10.14	     nbConstraintChecks=66168  nbPropagations=217  nbRevisions=383  nbUselessRevisions=217  nbRemovedValues=5976
10.03/10.14	     detectedInconsistency=no
10.03/10.14	       =>  wckTime=0.03  cpuTime=0.01  mem=27M915
10.13/10.28	   
10.13/10.28	   search
10.13/10.28	     run=0  nbConstraintChecks=443660  minDepth=201  maxDepth=200  nbPropagations=1841  nbRevisions=5024
10.13/10.28	     nbUselessRevisions=3376  nbAssignments=200  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=201
10.13/10.28	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=100.97
10.13/10.28	     nbREliminables=9.36  nbIEliminables=15.76  nbDEliminables=0  nbPEliminables=0
10.13/10.28	       =>  wckTime=0.165  cpuTime=0.12  mem=29M898
10.13/10.28	   
10.13/10.28	   global
10.13/10.28	     nbConstraintChecks=509828  nbPropagations=2058  nbRevisions=5407  nbUselessRevisions=3593  nbRestartNogoods=0
10.13/10.28	     solvingWckTime=0.168  solvingCpuTime=0.12  expiredTime=no  totalExploration=no  nbFoundSolutions=1
10.13/10.28	     firstSolutionCpuTime=9.45  globalCpuTime=9.5
10.13/10.28	       =>  wckTime=10.023  cpuTime=9.46  mem=29M898
10.13/10.28	   
10.13/10.28	s SATISFIABLE
10.13/10.28	v 2592 2396 2628 2572 -2316 2612 -2456 -2532 -2420 2280 2320 -2640 2496 -2400 2492 2592 -2644 -2460 -2324 2636 -2640 2416 -2288 2632 2336 -2412 2656 2572 2656 2440 2596 2544 -2280 2388 -2456 -2420 -2640 -2616 -2400 2632 -2616 2364 2488 2460 -2464 2308 2452 -2280 -2532 -2648 -2484 2652 -2336 2372 -2320 2356 2368 -2492 -2404 -2320 2584 -2420 2356 2512 -2452 -2492 -2492 -2468 2596 -2336 2604 -2320 2600 -2516 2292 -2648 -2280 2600 2600 2320 2280 2280 -2320 -2332 2624 -2616 -2520 -2296 -2592 -2636 -2352 2464 -2572 -2532 2420 -2528 2532 -2512 2584 2336 2656 2608 2488 2512 2532 2488 -2608 -2480 -2372 2448 -2512 2280 -2372 2320 -2416 -2552 -2420 2612 2428 -2280 -2460 -2552 -2424 -2320 -2324 2300 2532 -2460 2336 -2492 2600 -2604 -2416 2424 -2284 -2532 -2632 -2412 2640 -2604 2340 2296 2456 -2332 -2460 2652 2420 -2656 -2364 -2296 2320 -2616 -2656 -2420 -2320 -2280 2600 2456 2528 -2656 -2444 2280 2412 2328 2572 2640 2476 -2420 -2616 2440 2484 2612 -2392 -2348 2320 -2376 -2572 -2376 -2336 -2376 -2644 -2380 -2588 -2280 -2616 2612 2448 -2280 -2612 -2460 -2472 -2524 -2488 2644 -2348 -2320 -2412 -2460 -2328 -2552 
10.13/10.28	d NODES 200
10.13/10.28	d CHECKS 509828
10.13/10.28	   
10.13/10.28	   totalWckTime=10.092  totalCpuTime=9.5

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-1087126-1215242741/watcher-1087126-1215242741 -o /tmp/evaluation-result-1087126-1215242741/solver-1087126-1215242741 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087126-1215242741.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: 2.00 2.00 2.00 4/76 17930
/proc/meminfo: memFree=1827232/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=10616 CPUtime=0
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 248369092 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 2654 472 209 9 0 1184 0
[pid=17930/tid=17931] ppid=17928 vsize=10616 CPUtime=0
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 248369093 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 10563544 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.102671 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 17930
/proc/meminfo: memFree=1827232/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=865884 CPUtime=0.09
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 3696 0 1 0 7 2 0 0 18 0 9 0 248369092 886665216 3170 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216471 3170 1685 9 0 211026 0
[pid=17930/tid=17931] ppid=17928 vsize=865884 CPUtime=0.06
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 2778 0 1 0 5 1 0 0 20 0 9 0 248369093 886665216 3170 996147200 134512640 134550740 4294955968 18446744073709551615 4125978366 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202684 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 17930
/proc/meminfo: memFree=1827232/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=866044 CPUtime=0.19
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 4670 0 1 0 16 3 0 0 18 0 9 0 248369092 886829056 4097 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216511 4097 1861 9 0 211059 0
[pid=17930/tid=17931] ppid=17928 vsize=866044 CPUtime=0.16
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 3750 0 1 0 14 2 0 0 20 0 9 0 248369093 886829056 4097 996147200 134512640 134550740 4294955968 18446744073709551615 4125960270 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.302693 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 17930
/proc/meminfo: memFree=1827232/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=866284 CPUtime=0.28
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 5837 0 1 0 25 3 0 0 18 0 9 0 248369092 887074816 5211 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216571 5211 1953 9 0 211099 0
[pid=17930/tid=17931] ppid=17928 vsize=866284 CPUtime=0.23
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 4864 0 1 0 21 2 0 0 18 0 9 0 248369093 887074816 5211 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702735 s]
/proc/loadavg: 2.00 2.00 2.00 4/76 17930
/proc/meminfo: memFree=1827232/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867676 CPUtime=0.69
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 8973 0 1 0 63 6 0 0 18 0 9 0 248369092 888500224 8333 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216919 8333 2010 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867676 CPUtime=0.51
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 7628 0 1 0 47 4 0 0 19 0 9 0 248369093 888500224 8333 996147200 134512640 134550740 4294955968 18446744073709551615 102559782 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50182 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1795992/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867676 CPUtime=1.47
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 10729 0 1 0 140 7 0 0 18 0 9 0 248369092 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216919 10086 2014 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867676 CPUtime=1.25
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 9335 0 1 0 119 6 0 0 25 0 9 0 248369093 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4126869303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 248369095 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248369095 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 248369095 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867676 CPUtime=0.2
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 697 0 0 0 20 0 0 0 16 0 9 0 248369097 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888500224 10086 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867676

[startup+3.10198 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1790552/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867676 CPUtime=3.08
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 12639 0 1 0 298 10 0 0 18 0 9 0 248369092 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216919 11995 2014 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867676 CPUtime=2.84
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 11241 0 1 0 276 8 0 0 25 0 9 0 248369093 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4126863569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248369095 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248369095 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 248369095 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867676 CPUtime=0.21
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 701 0 0 0 21 0 0 0 15 0 9 0 248369097 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888500224 11995 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867676

[startup+6.30232 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1775896/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867676 CPUtime=6.26
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 16267 0 1 0 612 14 0 0 18 0 9 0 248369092 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216919 15620 2014 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867676 CPUtime=6.01
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 14859 0 1 0 589 12 0 0 25 0 9 0 248369093 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4126869426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 248369095 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248369095 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 248369095 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867676 CPUtime=0.22
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 711 0 0 0 22 0 0 0 16 0 9 0 248369097 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888500224 15620 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 867676

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

[startup+6.40233 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1775896/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867676 CPUtime=6.36
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 16337 0 1 0 622 14 0 0 18 0 9 0 248369092 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216919 15690 2014 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867676 CPUtime=6.11
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 14929 0 1 0 599 12 0 0 25 0 9 0 248369093 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4126604748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 248369095 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 248369095 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 248369095 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867676 CPUtime=0.22
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 711 0 0 0 22 0 0 0 16 0 9 0 248369097 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867676 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888500224 15690 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 867676

[startup+8.0025 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1760216/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867588 CPUtime=7.95
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 19204 0 1 0 779 16 0 0 18 0 9 0 248369092 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216897 18533 2005 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867588 CPUtime=7.61
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 15726 0 1 0 748 13 0 0 25 0 9 0 248369093 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4126863592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867588 CPUtime=0.07
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 2070 0 0 0 7 0 0 0 17 0 9 0 248369095 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 248369095 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248369095 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867588 CPUtime=0.23
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 711 0 0 0 23 0 0 0 15 0 9 0 248369097 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888410112 18533 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 867588

[startup+9.60267 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17939
/proc/meminfo: memFree=1760216/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=867588 CPUtime=9.54
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 19207 0 1 0 937 17 0 0 18 0 9 0 248369092 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 216897 18536 2005 9 0 211425 0
[pid=17930/tid=17931] ppid=17928 vsize=867588 CPUtime=9.2
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 15727 0 1 0 906 14 0 0 25 0 9 0 248369093 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4126863638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17933] ppid=17928 vsize=867588 CPUtime=0.07
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 2070 0 0 0 7 0 0 0 16 0 9 0 248369095 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 248369095 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17935] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 248369095 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 248369097 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=867588 CPUtime=0.23
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 713 0 0 0 23 0 0 0 15 0 9 0 248369097 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17938] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 248369097 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=867588 CPUtime=0
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 248369097 888410112 18536 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.54
Current children cumulated vsize (KiB) 867588

[startup+10.0067 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 17943
/proc/meminfo: memFree=1759504/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=868000 CPUtime=9.94
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 26705 335 1 0 973 19 1 1 18 0 9 0 248369092 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217000 20899 2635 9 0 211506 0
[pid=17930/tid=17931] ppid=17928 vsize=868000 CPUtime=9.46
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 17373 335 1 0 930 14 1 1 17 0 9 0 248369093 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 104175992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=868000 CPUtime=0.19
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 7631 335 0 0 16 1 1 1 16 0 9 0 248369095 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 17 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 9 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 335 0 0 0 0 1 1 18 0 9 0 248369097 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=868000 CPUtime=0.28
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 847 335 0 0 25 1 1 1 16 0 9 0 248369097 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 335 0 0 0 0 1 1 19 0 9 0 248369097 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 10 335 0 0 0 0 1 1 15 0 9 0 248369097 888832000 20899 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.94
Current children cumulated vsize (KiB) 868000

[startup+10.2017 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 17943
/proc/meminfo: memFree=1759504/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=868000 CPUtime=10.13
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 30359 335 1 0 991 20 1 1 18 0 9 0 248369092 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217000 20961 2637 9 0 211506 0
[pid=17930/tid=17931] ppid=17928 vsize=868000 CPUtime=9.61
/proc/17930/task/17931/stat : 17931 (java) R 17928 17930 17008 0 -1 64 20950 335 1 0 944 15 1 1 18 0 9 0 248369093 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4127168286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=868000 CPUtime=0.19
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 7631 335 0 0 16 1 1 1 16 0 9 0 248369095 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 17 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 9 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 335 0 0 0 0 1 1 18 0 9 0 248369097 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=868000 CPUtime=0.33
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 924 335 0 0 30 1 1 1 16 0 9 0 248369097 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 335 0 0 0 0 1 1 19 0 9 0 248369097 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 10 335 0 0 0 0 1 1 15 0 9 0 248369097 888832000 20961 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.13
Current children cumulated vsize (KiB) 868000

[startup+10.3017 s]
/proc/loadavg: 2.00 2.00 2.00 5/86 17943
/proc/meminfo: memFree=1759504/2055912 swapFree=4178564/4192956
[pid=17930] ppid=17928 vsize=868000 CPUtime=10.21
/proc/17930/stat : 17930 (java) S 17928 17930 17008 0 -1 0 30564 335 1 0 999 20 1 1 18 0 9 0 248369092 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17930/statm: 217000 20975 2637 9 0 211506 0
[pid=17930/tid=17931] ppid=17928 vsize=868000 CPUtime=9.67
/proc/17930/task/17931/stat : 17931 (java) S 17928 17930 17008 0 -1 64 21142 335 1 0 950 15 1 1 19 0 9 0 248369093 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17933] ppid=17928 vsize=868000 CPUtime=0.19
/proc/17930/task/17933/stat : 17933 (java) S 17928 17930 17008 0 -1 64 7631 335 0 0 16 1 1 1 16 0 9 0 248369095 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17934] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17934/stat : 17934 (java) S 17928 17930 17008 0 -1 64 17 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17935] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17935/stat : 17935 (java) S 17928 17930 17008 0 -1 64 9 335 0 0 0 0 1 1 16 0 9 0 248369095 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17936] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17936/stat : 17936 (java) S 17928 17930 17008 0 -1 64 0 335 0 0 0 0 1 1 18 0 9 0 248369097 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17937] ppid=17928 vsize=868000 CPUtime=0.34
/proc/17930/task/17937/stat : 17937 (java) S 17928 17930 17008 0 -1 64 937 335 0 0 31 1 1 1 15 0 9 0 248369097 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17930/tid=17938] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17938/stat : 17938 (java) S 17928 17930 17008 0 -1 64 2 335 0 0 0 0 1 1 19 0 9 0 248369097 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17930/tid=17939] ppid=17928 vsize=868000 CPUtime=0.02
/proc/17930/task/17939/stat : 17939 (java) S 17928 17930 17008 0 -1 64 10 335 0 0 0 0 1 1 15 0 9 0 248369097 888832000 20975 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.21
Current children cumulated vsize (KiB) 868000

Child status: 0
Real time (s): 10.3242
CPU time (s): 10.2364
CPU user time (s): 10.0065
CPU system time (s): 0.229965
CPU usage (%): 99.1496
Max. virtual memory (cumulated for all children) (KiB): 868000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0065
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30928
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= 1823
involuntary context switches= 1956

runsolver used 0.017997 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-05 09:25:41
IDJOB=1087126
IDBENCH=57940
IDSOLVER=363
FILE ID=node78/1087126-1215242741
PBS_JOBID= 7881955
Free space on /tmp= 126636 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087126-1215242741/watcher-1087126-1215242741 -o /tmp/evaluation-result-1087126-1215242741/solver-1087126-1215242741 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087126-1215242741.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ed0064ec6f686799b617fe86f279a28f
RANDOM SEED=2050691500

node78.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.247
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.247
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:      2055912 kB
MemFree:       1827648 kB
Buffers:          6020 kB
Cached:          90404 kB
SwapCached:       7072 kB
Active:         122292 kB
Inactive:        45420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1827648 kB
SwapTotal:     4192956 kB
SwapFree:      4178564 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          79284 kB
Slab:            45884 kB
Committed_AS:   791808 kB
PageTables:       1684 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= 126632 MiB
End job on node78 at 2008-07-05 09:25:51