Trace number 2095971

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 ACUNSAT 56.0415 56.3481

DiagnosticValue
CHECKS71926
NODES19555

General information on the benchmark

Namecsp/bddSmall/
normalized-bdd-21-133-18-78-14_ext.xml
MD5SUM5370926caba9ac4d47ccf3fc8eaf30f8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.7793
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension133
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2095971-1247409778.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.29/0.36	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.29/0.36	       =>  wckTime=0.134  cpuTime=0.1  mem=7M892
0.29/0.36	   
0.29/0.36	   relations being loaded...
0.78/0.86	   
0.78/0.86	   constraints being loaded...
1.28/1.35	     nbConstraints=133  nbRelationTypes=1  nbGlobalConstraints=133  nbExtensionStructures=1
1.28/1.35	     nbSharedExtensionStructures=132  nbConflictsStructures=1  nbSharedConflictsStructures=132
1.28/1.35	     nbSharedBinaryRepresentations=0  minDegree=107  maxDegree=122  minArity=18  maxArity=18  nbGenerators=0
1.28/1.35	     nbFusions=0  symmetryWckTime=0.092  symmetryCpuTime=0.03
1.28/1.35	       =>  wckTime=1.125  cpuTime=0.85  mem=54M913
1.36/1.43	   
1.36/1.43	   solver IterativeSystematicSolver being built... 
1.46/1.50	   
1.46/1.50	   INFO : Forward propagation technique limited 
1.46/1.57	       =>  wckTime=1.346  cpuTime=0.97  mem=69M500
3.55/3.61	   
3.55/3.61	   preprocessing
3.55/3.61	     nbConstraintChecks=0  nbValidityChecks=7662130  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
3.55/3.61	     nbRemovedValues=0  detectedInconsistency=no
3.55/3.61	       =>  wckTime=2.043  cpuTime=2.01  mem=69M500
9.13/9.28	   
9.13/9.28	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=70M932)
55.98/56.30	   
55.98/56.30	   search
55.98/56.30	     run=14  nbConstraintChecks=71926  nbValidityChecks=670795263  minDepth=0  maxDepth=14  nbPropagations=121491
55.98/56.30	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=19555  nbFailedAssignments=6452  nbBacktracks=12944
55.98/56.30	     nbVisitedNodes=32380  nbRestartNogoods=66  nbSEliminables=0  nbREliminables=10.74  nbIEliminables=0
55.98/56.30	     nbDEliminables=0  nbPEliminables=0
55.98/56.30	       =>  wckTime=54.726  cpuTime=54.36  mem=70M932
55.98/56.30	   
55.98/56.30	   global
55.98/56.30	     nbConstraintChecks=71926  nbValidityChecks=678457393  nbPropagations=121512  nbRestartNogoods=66
55.98/56.30	     solvingWckTime=54.729  solvingCpuTime=54.36  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
55.98/56.30	     globalCpuTime=55.38
55.98/56.30	       =>  wckTime=56.076  cpuTime=55.33  mem=70M932
55.98/56.30	   
55.98/56.30	s UNSATISFIABLE
55.98/56.30	d NODES 19555
55.98/56.30	d CHECKS 71926
55.98/56.30	   
55.98/56.30	   totalWckTime=56.13  totalCpuTime=55.38

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095971-1247409778/watcher-2095971-1247409778 -o /tmp/evaluation-result-2095971-1247409778/solver-2095971-1247409778 -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-2095971-1247409778.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: 1.92 1.98 1.91 3/81 30039
/proc/meminfo: memFree=1798848/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=1616 CPUtime=0
/proc/30039/stat : 30039 (java) R 30037 30039 29154 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28042431 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 11994042 0 0 4096 0 0 0 0 17 0 0 0
/proc/30039/statm: 404 148 122 9 0 46 0

[startup+0.047533 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 30039
/proc/meminfo: memFree=1798848/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=862776 CPUtime=0.04
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 2403 0 1 0 2 2 0 0 18 0 7 0 28042431 883482624 1980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 215694 1980 905 9 0 210609 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862776

[startup+0.101526 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 30039
/proc/meminfo: memFree=1798848/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=865984 CPUtime=0.08
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 3884 0 1 0 6 2 0 0 18 0 9 0 28042431 886767616 3323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216496 3323 1747 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30155 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 30039
/proc/meminfo: memFree=1798848/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=866376 CPUtime=0.29
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 5825 0 1 0 25 4 0 0 18 0 9 0 28042431 887169024 5199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216594 5199 1975 9 0 211052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866376

[startup+0.701596 s]
/proc/loadavg: 1.92 1.98 1.91 3/81 30039
/proc/meminfo: memFree=1798848/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=866500 CPUtime=0.69
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 15611 0 1 0 61 8 0 0 18 0 9 0 28042431 887296000 14973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216625 14973 1997 9 0 211083 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866500

[startup+1.50268 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 30048
/proc/meminfo: memFree=1724280/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=1.46
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 39075 198 1 0 127 18 0 1 18 0 10 0 28042431 888180736 32480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32480 2657 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=1.1
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 17645 198 1 0 101 8 0 1 17 0 10 0 28042433 888180736 32480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 198 0 0 11 7 0 1 16 0 10 0 28042434 888180736 32480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 198 0 0 0 0 0 1 16 0 10 0 28042434 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 198 0 0 0 0 0 1 16 0 10 0 28042434 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 198 0 0 0 0 0 1 18 0 10 0 28042436 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.14
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 525 198 0 0 13 0 0 1 15 0 10 0 28042436 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 198 0 0 0 0 0 1 19 0 10 0 28042436 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 198 0 0 0 0 0 1 15 0 10 0 28042436 888180736 32481 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867364

[startup+3.10286 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 30052
/proc/meminfo: memFree=1678776/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=3.05
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 42916 322 1 0 285 19 0 1 18 0 9 0 28042431 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32530 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=2.68
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 21470 322 1 0 258 9 0 1 25 0 9 0 28042433 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4126835783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 17 0 9 0 28042434 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.16
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 539 322 0 0 15 0 0 1 15 0 9 0 28042436 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32530 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867364

[startup+6.30122 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678392/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=6.23
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 48951 322 1 0 602 20 0 1 18 0 9 0 28042431 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32545 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=5.86
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27495 322 1 0 574 11 0 1 17 0 9 0 28042433 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4126888474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.17
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 549 322 0 0 16 0 0 1 15 0 9 0 28042436 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32545 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32545 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) 867364

[startup+12.7019 s]
/proc/loadavg: 2.01 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=12.61
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 48978 322 1 0 1239 21 0 1 18 0 9 0 28042431 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32558 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=12.19
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27508 322 1 0 1207 11 0 1 20 0 9 0 28042433 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4126835589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.2
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 563 322 0 0 19 0 0 1 15 0 9 0 28042436 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32558 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867364

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=25.34
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49032 322 1 0 2512 21 0 1 18 0 9 0 28042431 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32577 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=24.89
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27539 322 1 0 2477 11 0 1 18 0 9 0 28042433 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4126835573 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 586 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) R 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 867364

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=50.81
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49106 322 1 0 5059 21 0 1 18 0 9 0 28042431 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32578 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=50.36
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27612 322 1 0 5024 11 0 1 25 0 9 0 28042433 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126835599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 587 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 867364

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

[startup+54.3026 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=53.99
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49115 322 1 0 5377 21 0 1 18 0 9 0 28042431 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32578 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=53.54
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27621 322 1 0 5342 11 0 1 25 0 9 0 28042433 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126976940 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 587 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.99
Current children cumulated vsize (KiB) 867364

[startup+55.1027 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=54.79
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49117 322 1 0 5457 21 0 1 18 0 9 0 28042431 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32578 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=54.34
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27623 322 1 0 5422 11 0 1 25 0 9 0 28042433 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126902419 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 587 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.79
Current children cumulated vsize (KiB) 867364

[startup+55.9018 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=55.59
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49120 322 1 0 5537 21 0 1 18 0 9 0 28042431 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32578 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=55.13
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27626 322 1 0 5501 11 0 1 25 0 9 0 28042433 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126835730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 587 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.59
Current children cumulated vsize (KiB) 867364

[startup+56.3018 s]
/proc/loadavg: 2.00 2.00 1.91 3/90 30052
/proc/meminfo: memFree=1678144/2055920 swapFree=4192812/4192956
[pid=30039] ppid=30037 vsize=867364 CPUtime=55.98
/proc/30039/stat : 30039 (java) S 30037 30039 29154 0 -1 0 49122 322 1 0 5576 21 0 1 18 0 9 0 28042431 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30039/statm: 216841 32578 2659 9 0 211277 0
[pid=30039/tid=30041] ppid=30037 vsize=867364 CPUtime=55.53
/proc/30039/task/30041/stat : 30041 (java) R 30037 30039 29154 0 -1 64 27628 322 1 0 5541 11 0 1 25 0 9 0 28042433 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4126876067 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30042] ppid=30037 vsize=867364 CPUtime=0.19
/proc/30039/task/30042/stat : 30042 (java) S 30037 30039 29154 0 -1 64 20066 322 0 0 11 7 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30043] ppid=30037 vsize=867368 CPUtime=0.01
/proc/30039/task/30043/stat : 30043 (java) S 30037 30039 29154 0 -1 64 20 322 0 0 0 0 0 1 16 0 9 0 28042434 888184832 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30044] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30044/stat : 30044 (java) S 30037 30039 29154 0 -1 64 9 322 0 0 0 0 0 1 16 0 9 0 28042434 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30045] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30045/stat : 30045 (java) S 30037 30039 29154 0 -1 64 2 322 0 0 0 0 0 1 18 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30046] ppid=30037 vsize=867364 CPUtime=0.24
/proc/30039/task/30046/stat : 30046 (java) S 30037 30039 29154 0 -1 64 587 322 0 0 23 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30039/tid=30047] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30047/stat : 30047 (java) S 30037 30039 29154 0 -1 64 0 322 0 0 0 0 0 1 19 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30039/tid=30048] ppid=30037 vsize=867364 CPUtime=0.01
/proc/30039/task/30048/stat : 30048 (java) S 30037 30039 29154 0 -1 64 3 322 0 0 0 0 0 1 15 0 9 0 28042436 888180736 32578 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 867364

Child status: 0
Real time (s): 56.3481
CPU time (s): 56.0415
CPU user time (s): 55.7845
CPU system time (s): 0.25696
CPU usage (%): 99.4558
Max. virtual memory (cumulated for all children) (KiB): 867364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.7845
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49560
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= 2308
involuntary context switches= 2013

runsolver used 0.06399 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 16:42:58
IDJOB=2095971
IDBENCH=55963
IDSOLVER=773
FILE ID=node91/2095971-1247409778
PBS_JOBID= 9510470
Free space on /tmp= 66220 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddSmall/normalized-bdd-21-133-18-78-14_ext.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-2095971-1247409778/watcher-2095971-1247409778 -o /tmp/evaluation-result-2095971-1247409778/solver-2095971-1247409778 -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-2095971-1247409778.xml

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

MD5SUM BENCH= 5370926caba9ac4d47ccf3fc8eaf30f8
RANDOM SEED=1517986512

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:       1799264 kB
Buffers:         37112 kB
Cached:         100724 kB
SwapCached:          0 kB
Active:         156704 kB
Inactive:        47412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1799264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4088 kB
Writeback:           0 kB
Mapped:          86684 kB
Slab:            37556 kB
Committed_AS:  1000500 kB
PageTables:       1848 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 16:43:55