Trace number 1087001

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 ESACUNSAT 24.5443 24.8992

DiagnosticValue
CHECKS165883
NODES0

General information on the benchmark

Namecsp/fapp/fapp25/
normalized-fapp25-2230-0.xml
MD5SUM7d256a84222d0f8032eecede595dc56a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.06223
Satisfiable
(Un)Satisfiability was proved
Number of variables2230
Number of constraints18971
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.18	
0.01/0.18	Abscon 112 (May, 2008)
0.17/0.39	
0.17/0.39	   configuration
0.17/0.39	     name=esac.xml
0.26/0.43	   
0.26/0.43	   instance
0.26/0.43	     name=HOME/instance-1087001-1215242299.xml
0.26/0.47	   
0.26/0.47	   domains being loaded...
0.35/0.51	   
0.35/0.51	   variables being loaded...
0.54/0.80	     nbVariables=2230  nbDomainTypes=21  minDomainSize=46  maxDomainSize=302  nbTotalValues=610084
0.64/0.80	       =>  wckTime=0.403  cpuTime=0.27  mem=30M312
0.64/0.80	   
0.64/0.80	   predicates being loaded...
0.64/0.86	   
0.64/0.86	   constraints being loaded...
20.78/21.10	   
20.78/21.10	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 42M709)
23.55/23.93	     nbConstraints=11974  nbMergedConstraints=6997  nbConvertedConstraints=2664  nbConvertConstraintsChecks=52718831
23.55/23.93	     nbExtensionStructures=948  nbSharedExtensionStructures=2042  nbConflictsStructures=1052
23.55/23.93	     nbSharedConflictsStructures=2126  nbUnbuiltConflictsStructures=1822  nbSharedBinaryRepresentations=429396
23.55/23.93	     nbEvaluationManagers=1926  nbSharedEvaluationManagers=7384  minDegree=2  maxDegree=14  minArity=2  maxArity=2
23.55/23.93	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.256  symmetryCpuTime=1.03
23.55/23.93	       =>  wckTime=23.537  cpuTime=22.4  mem=63M554
23.84/24.24	   
23.84/24.24	   solver IterativeSystematicSolver being built... 
24.33/24.72	       =>  wckTime=24.328  cpuTime=22.72  mem=87M693
24.43/24.86	   
24.43/24.86	   preprocessing
24.43/24.86	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.43/24.86	     nbRemovedValues=7029  detectedInconsistency=yes
24.43/24.86	       =>  wckTime=0.12  cpuTime=0.12  mem=87M693
24.43/24.86	   
24.43/24.86	   global
24.43/24.86	     nbConstraintChecks=165883  nbValidityChecks=2444  nbPropagations=9  nbRevisions=143  nbUselessRevisions=76
24.43/24.86	     nbRestartNogoods=0  solvingWckTime=0.124  solvingCpuTime=0.12  expiredTime=no  totalExploration=yes
24.43/24.86	     nbFoundSolutions=0  globalCpuTime=22.89
24.43/24.86	       =>  wckTime=24.467  cpuTime=22.85  mem=88M678
24.43/24.87	   
24.43/24.87	s UNSATISFIABLE
24.43/24.87	d NODES 0
24.43/24.87	d CHECKS 165883
24.43/24.87	   
24.43/24.87	   totalWckTime=24.546  totalCpuTime=22.9

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087001-1215242299/watcher-1087001-1215242299 -o /tmp/evaluation-result-1087001-1215242299/solver-1087001-1215242299 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1087001-1215242299.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.17 2.15 2.14 4/72 19733
/proc/meminfo: memFree=1776248/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=18572 CPUtime=0
/proc/19733/stat : 19733 (runsolver) R 19731 19733 18792 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 2003203959 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 225612197159 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/19733/statm: 4643 292 257 25 0 2626 0

[startup+0.0258391 s]
/proc/loadavg: 2.17 2.15 2.14 4/72 19733
/proc/meminfo: memFree=1776248/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=10196 CPUtime=0
/proc/19733/stat : 19733 (java) D 19731 19733 18792 0 -1 0 357 0 0 0 0 0 0 0 18 0 1 0 2003203959 10440704 161 996147200 134512640 134550740 4294955968 18446744073709551615 1172388 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/19733/statm: 2549 161 134 9 0 1102 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10196

[startup+0.102846 s]
/proc/loadavg: 2.17 2.15 2.14 4/72 19733
/proc/meminfo: memFree=1776248/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=11200 CPUtime=0.01
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 880 0 1 0 0 1 0 0 18 0 2 0 2003203959 11468800 632 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 2800 632 330 9 0 1198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11200

[startup+0.301866 s]
/proc/loadavg: 2.17 2.15 2.14 4/72 19733
/proc/meminfo: memFree=1776248/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=866044 CPUtime=0.17
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 4438 0 2 0 14 3 0 0 18 0 9 0 2003203959 886829056 3874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216511 3874 1845 9 0 211059 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866044

[startup+0.701901 s]
/proc/loadavg: 2.17 2.15 2.14 4/72 19733
/proc/meminfo: memFree=1776248/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=866936 CPUtime=0.54
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 9533 0 2 0 50 4 0 0 18 0 9 0 2003203959 887742464 8904 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216734 8904 1968 9 0 211262 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 866936

[startup+1.50297 s]
/proc/loadavg: 2.17 2.15 2.14 3/81 19742
/proc/meminfo: memFree=1728368/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867360 CPUtime=1.34
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 21666 0 2 0 123 11 0 0 18 0 9 0 2003203959 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216840 21002 2004 9 0 211368 0
[pid=19733/tid=19735] ppid=19731 vsize=867360 CPUtime=1.06
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15749 0 2 0 98 8 0 0 25 0 9 0 2003203963 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 103813002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867360 CPUtime=0.06
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 4595 0 0 0 5 1 0 0 16 0 9 0 2003203970 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867360 CPUtime=0.19
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 625 0 0 0 19 0 0 0 15 0 9 0 2003203973 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888176640 21002 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 867360

[startup+3.1021 s]
/proc/loadavg: 2.17 2.15 2.14 3/81 19742
/proc/meminfo: memFree=1685744/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867360 CPUtime=2.93
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 24830 0 2 0 281 12 0 0 18 0 9 0 2003203959 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216840 24163 2006 9 0 211368 0
[pid=19733/tid=19735] ppid=19731 vsize=867360 CPUtime=2.52
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15785 0 2 0 244 8 0 0 25 0 9 0 2003203963 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4126901725 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867360 CPUtime=0.16
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 7705 0 0 0 14 2 0 0 17 0 9 0 2003203970 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867360 CPUtime=0.21
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 643 0 0 0 21 0 0 0 15 0 9 0 2003203973 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867360 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888176640 24163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 867360

[startup+6.30137 s]
/proc/loadavg: 2.16 2.15 2.13 3/81 19742
/proc/meminfo: memFree=1685432/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867488 CPUtime=6.1
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 24863 0 2 0 598 12 0 0 18 0 9 0 2003203959 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216872 24192 2006 9 0 211400 0
[pid=19733/tid=19735] ppid=19731 vsize=867488 CPUtime=5.67
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15790 0 2 0 558 9 0 0 25 0 9 0 2003203963 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4126899096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867488 CPUtime=0.16
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 7705 0 0 0 14 2 0 0 17 0 9 0 2003203970 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867488 CPUtime=0.24
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 671 0 0 0 24 0 0 0 15 0 9 0 2003203973 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888307712 24192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 867488

[startup+12.7029 s]
/proc/loadavg: 2.15 2.15 2.13 3/81 19742
/proc/meminfo: memFree=1685432/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867488 CPUtime=12.45
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 24874 0 2 0 1229 16 0 0 18 0 9 0 2003203959 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216872 24200 2006 9 0 211400 0
[pid=19733/tid=19735] ppid=19731 vsize=867488 CPUtime=12
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15793 0 2 0 1188 12 0 0 25 0 9 0 2003203963 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4126901111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867488 CPUtime=0.16
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 7705 0 0 0 14 2 0 0 16 0 9 0 2003203970 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867488 CPUtime=0.26
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 679 0 0 0 26 0 0 0 15 0 9 0 2003203973 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888307712 24200 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 867488

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

[startup+19.1025 s]
/proc/loadavg: 2.13 2.14 2.13 3/81 19742
/proc/meminfo: memFree=1679288/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867488 CPUtime=18.79
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 26442 0 2 0 1856 23 0 0 18 0 9 0 2003203959 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216872 25765 2006 9 0 211400 0
[pid=19733/tid=19735] ppid=19731 vsize=867488 CPUtime=18.22
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15797 0 2 0 1804 18 0 0 25 0 9 0 2003203963 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867488 CPUtime=0.26
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 9256 0 0 0 23 3 0 0 16 0 9 0 2003203970 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867488 CPUtime=0.28
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 692 0 0 0 28 0 0 0 17 0 9 0 2003203973 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888307712 25765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.79
Current children cumulated vsize (KiB) 867488

[startup+22.3018 s]
/proc/loadavg: 2.12 2.14 2.13 3/81 19742
/proc/meminfo: memFree=1673208/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867488 CPUtime=21.96
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 27942 0 2 0 2171 25 0 0 18 0 9 0 2003203959 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216872 27263 2007 9 0 211400 0
[pid=19733/tid=19735] ppid=19731 vsize=867488 CPUtime=21.29
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 15799 0 2 0 2109 20 0 0 25 0 9 0 2003203963 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 101444392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867488 CPUtime=0.34
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 10743 0 0 0 31 3 0 0 16 0 9 0 2003203970 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003203970 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003203973 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867488 CPUtime=0.3
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 703 0 0 0 30 0 0 0 15 0 9 0 2003203973 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003203973 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867488 CPUtime=0
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003203973 888307712 27263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.96
Current children cumulated vsize (KiB) 867488

[startup+23.9019 s]
/proc/loadavg: 2.12 2.14 2.13 5/83 19746
/proc/meminfo: memFree=1667432/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867812 CPUtime=23.55
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 32488 848 2 0 2310 28 15 2 18 0 9 0 2003203959 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216953 28472 2019 9 0 211481 0
[pid=19733/tid=19735] ppid=19731 vsize=867812 CPUtime=22.74
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 18855 848 2 0 2236 21 15 2 25 0 9 0 2003203963 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4125975780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867812 CPUtime=0.61
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 11945 848 0 0 40 4 15 2 16 0 9 0 2003203970 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 13 848 0 0 0 0 15 2 16 0 9 0 2003203970 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 5 848 0 0 0 0 15 2 16 0 9 0 2003203970 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 18 0 9 0 2003203973 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867812 CPUtime=0.5
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 848 848 0 0 33 0 15 2 15 0 9 0 2003203973 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 19 0 9 0 2003203973 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 11 848 0 0 0 0 15 2 15 0 9 0 2003203973 888639488 28472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.55
Current children cumulated vsize (KiB) 867812

[startup+24.3019 s]
/proc/loadavg: 2.12 2.14 2.13 4/81 19746
/proc/meminfo: memFree=1668208/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867900 CPUtime=23.94
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 45977 848 2 0 2347 30 15 2 18 0 9 0 2003203959 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216975 30893 2637 9 0 211481 0
[pid=19733/tid=19735] ppid=19731 vsize=867900 CPUtime=22.81
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 19660 848 2 0 2243 21 15 2 25 0 9 0 2003203963 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 1639388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867900 CPUtime=0.9
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 24582 848 0 0 67 6 15 2 18 0 9 0 2003203970 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 17 848 0 0 0 0 15 2 17 0 9 0 2003203970 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 15 848 0 0 0 0 15 2 16 0 9 0 2003203970 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 18 0 9 0 2003203973 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867900 CPUtime=0.52
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 881 848 0 0 35 0 15 2 15 0 9 0 2003203973 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 19 0 9 0 2003203973 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 11 848 0 0 0 0 15 2 15 0 9 0 2003203973 888729600 30893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 867900

[startup+24.702 s]
/proc/loadavg: 2.12 2.14 2.13 4/81 19746
/proc/meminfo: memFree=1668208/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867900 CPUtime=24.33
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 64680 848 2 0 2381 35 15 2 18 0 9 0 2003203959 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216975 38455 2638 9 0 211481 0
[pid=19733/tid=19735] ppid=19731 vsize=867900 CPUtime=23.08
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 29567 848 2 0 2268 23 15 2 25 0 9 0 2003203963 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867900 CPUtime=1
/proc/19733/task/19736/stat : 19736 (java) R 19731 19733 18792 0 -1 64 33352 848 0 0 74 9 15 2 16 0 9 0 2003203970 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 17 848 0 0 0 0 15 2 16 0 9 0 2003203970 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 24 848 0 0 0 0 15 2 15 0 9 0 2003203970 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 18 0 9 0 2003203973 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867900 CPUtime=0.55
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 898 848 0 0 38 0 15 2 15 0 9 0 2003203973 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 19 0 9 0 2003203973 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867900 CPUtime=0.17
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 11 848 0 0 0 0 15 2 15 0 9 0 2003203973 888729600 38455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 867900

[startup+24.802 s]
/proc/loadavg: 2.12 2.14 2.13 4/81 19746
/proc/meminfo: memFree=1668208/2055920 swapFree=4180080/4192956
[pid=19733] ppid=19731 vsize=867812 CPUtime=24.43
/proc/19733/stat : 19733 (java) S 19731 19733 18792 0 -1 0 65132 848 2 0 2390 36 15 2 18 0 9 0 2003203959 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19733/statm: 216953 38874 2616 9 0 211481 0
[pid=19733/tid=19735] ppid=19731 vsize=867812 CPUtime=23.17
/proc/19733/task/19735/stat : 19735 (java) R 19731 19733 18792 0 -1 64 29584 848 2 0 2276 24 15 2 25 0 9 0 2003203963 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4126901112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19736] ppid=19731 vsize=867812 CPUtime=1
/proc/19733/task/19736/stat : 19736 (java) S 19731 19733 18792 0 -1 64 33776 848 0 0 74 9 15 2 16 0 9 0 2003203970 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19737] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19737/stat : 19737 (java) S 19731 19733 18792 0 -1 64 17 848 0 0 0 0 15 2 16 0 9 0 2003203970 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19738] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19738/stat : 19738 (java) S 19731 19733 18792 0 -1 64 29 848 0 0 0 0 15 2 15 0 9 0 2003203970 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19739] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19739/stat : 19739 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 18 0 9 0 2003203973 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19740] ppid=19731 vsize=867812 CPUtime=0.56
/proc/19733/task/19740/stat : 19740 (java) S 19731 19733 18792 0 -1 64 904 848 0 0 39 0 15 2 16 0 9 0 2003203973 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19741] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19741/stat : 19741 (java) S 19731 19733 18792 0 -1 64 1 848 0 0 0 0 15 2 19 0 9 0 2003203973 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19733/tid=19742] ppid=19731 vsize=867812 CPUtime=0.17
/proc/19733/task/19742/stat : 19742 (java) S 19731 19733 18792 0 -1 64 11 848 0 0 0 0 15 2 15 0 9 0 2003203973 888639488 38874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.43
Current children cumulated vsize (KiB) 867812

Child status: 0
Real time (s): 24.8992
CPU time (s): 24.5443
CPU user time (s): 24.1273
CPU system time (s): 0.416936
CPU usage (%): 98.5747
Max. virtual memory (cumulated for all children) (KiB): 867900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1273
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66023
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2799
involuntary context switches= 3182

runsolver used 0.039993 second user time and 0.085986 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 09:18:19
IDJOB=1087001
IDBENCH=57913
IDSOLVER=364
FILE ID=node31/1087001-1215242299
PBS_JOBID= 7881924
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7d256a84222d0f8032eecede595dc56a
RANDOM SEED=8494638

node31.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.232
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.232
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:       1776920 kB
Buffers:          3088 kB
Cached:          37900 kB
SwapCached:       5728 kB
Active:         222752 kB
Inactive:         4780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776920 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            4692 kB
Writeback:           0 kB
Mapped:         194196 kB
Slab:            35928 kB
Committed_AS:  3346880 kB
PageTables:       2312 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= 66484 MiB
End job on node31 at 2008-07-05 09:18:44