Trace number 2093027

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 12.7261 12.6472

DiagnosticValue
CHECKS11213100
NODES71894

General information on the benchmark

Namecsp/QCP-15/
normalized-qcp-15-120-9_ext.xml
MD5SUM9173172fbfb782e728ade56208ee8ce4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.268958
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints2519
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension2519
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2093027-1247401110.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.39	     nbVariables=225  nbDomainTypes=16  minDomainSize=1  maxDomainSize=15  nbTotalValues=1905
0.28/0.39	       =>  wckTime=0.166  cpuTime=0.15  mem=8M868
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.92/0.93	     nbConstraints=2534  nbRelationTypes=16  nbGlobalConstraints=15  nbSingletonDomainVariables=105
0.92/0.93	     nbExtensionStructures=31  nbSharedExtensionStructures=2488  nbConflictsStructures=31
0.92/0.93	     nbSharedConflictsStructures=2488  nbSharedBinaryRepresentations=493  minDegree=15  maxDegree=29  minArity=2
0.92/0.93	     avgArity=2.04  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.158  symmetryCpuTime=0.09  nbCliques=15
0.92/0.93	       =>  wckTime=0.712  cpuTime=0.55  mem=25M547
1.04/1.01	   
1.04/1.01	   solver IterativeSystematicSolver being built... 
1.04/1.06	   
1.04/1.06	   INFO : Forward propagation technique limited 
1.16/1.12	       =>  wckTime=0.901  cpuTime=0.66  mem=22M657
1.16/1.15	   
1.16/1.15	   preprocessing
1.16/1.15	     nbConstraintChecks=15623  nbPropagations=225  nbRevisions=1678  nbUselessRevisions=380  nbRemovedValues=1298
1.16/1.15	     detectedInconsistency=no
1.16/1.15	       =>  wckTime=0.022  cpuTime=0.02  mem=22M657
1.40/1.31	   
1.40/1.31	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M608)
12.60/12.58	   
12.60/12.58	   search
12.60/12.58	     run=15  nbConstraintChecks=11197496  minDepth=15  maxDepth=225  nbPropagations=1617701  nbRevisions=20321846
12.60/12.58	     nbUselessRevisions=17773670  nbAssignments=71894  nbFailedAssignments=12318  nbBacktracks=58198
12.60/12.58	     nbVisitedNodes=96336  nbRestartNogoods=79  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=105
12.60/12.58	     nbIEliminables=105.87  nbDEliminables=0  nbPEliminables=0
12.60/12.58	       =>  wckTime=11.456  cpuTime=11.41  mem=23M212
12.60/12.58	   
12.60/12.58	   global
12.60/12.58	     nbConstraintChecks=11213119  nbPropagations=1617926  nbRevisions=20323524  nbUselessRevisions=17774050
12.60/12.58	     nbRestartNogoods=79  solvingWckTime=11.459  solvingCpuTime=11.41  expiredTime=no  totalExploration=no
12.60/12.58	     nbFoundSolutions=1  firstSolutionCpuTime=12.07  globalCpuTime=12.11
12.60/12.58	       =>  wckTime=12.362  cpuTime=12.07  mem=23M212
12.60/12.58	   
12.60/12.58	s SATISFIABLE
12.60/12.58	v 6 8 5 11 4 13 2 0 12 3 1 7 9 14 10 12 14 13 9 3 11 10 5 0 6 2 1 4 7 8 0 4 7 6 13 9 3 10 2 12 8 14 5 11 1 9 7 6 13 12 8 0 11 14 1 5 4 2 10 3 2 3 9 7 8 5 13 6 4 10 14 12 11 1 0 14 1 2 4 10 7 5 12 3 8 6 9 0 13 11 10 11 1 5 9 14 4 2 7 0 12 13 3 8 6 13 12 0 8 2 1 14 9 5 11 10 6 7 3 4 3 6 8 12 1 10 7 4 11 13 0 2 14 9 5 1 2 12 10 14 0 9 7 8 5 11 3 6 4 13 5 10 14 2 11 6 12 3 1 7 4 8 13 0 9 8 0 4 3 6 12 1 14 9 2 13 11 10 5 7 4 13 3 1 0 2 11 8 10 9 7 5 12 6 14 7 9 11 0 5 4 8 13 6 14 3 10 1 2 12 11 5 10 14 7 3 6 1 13 4 9 0 8 12 2 
12.60/12.58	d NODES 71894
12.60/12.58	d CHECKS 11213119
12.60/12.59	   
12.60/12.59	   totalWckTime=12.414  totalCpuTime=12.11

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2093027-1247401110/watcher-2093027-1247401110 -o /tmp/evaluation-result-2093027-1247401110/solver-2093027-1247401110 -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-2093027-1247401110.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: 0.08 0.02 0.09 4/81 31013
/proc/meminfo: memFree=1002464/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=10676 CPUtime=0
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27175852 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 2669 474 207 9 0 1184 0
[pid=31013/tid=31014] ppid=31011 vsize=10676 CPUtime=0
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27175853 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 2453464 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.074614 s]
/proc/loadavg: 0.08 0.02 0.09 4/81 31013
/proc/meminfo: memFree=1002464/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=864148 CPUtime=0.05
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 3132 0 1 0 4 1 0 0 18 0 9 0 27175852 884887552 2617 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 216037 2617 1241 9 0 210930 0
[pid=31013/tid=31014] ppid=31011 vsize=864148 CPUtime=0.05
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 2225 0 1 0 4 1 0 0 18 0 9 0 27175853 884887552 2617 996147200 134512640 134550932 4294955968 18446744073709551615 4125978487 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864148

[startup+0.102623 s]
/proc/loadavg: 0.08 0.02 0.09 4/81 31013
/proc/meminfo: memFree=1002464/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=865984 CPUtime=0.08
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 3952 0 1 0 7 1 0 0 18 0 9 0 27175852 886767616 3381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 216496 3381 1768 9 0 210981 0
[pid=31013/tid=31014] ppid=31011 vsize=865984 CPUtime=0.07
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 3045 0 1 0 6 1 0 0 18 0 9 0 27175853 886767616 3381 996147200 134512640 134550932 4294955968 18446744073709551615 102589905 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301638 s]
/proc/loadavg: 0.08 0.02 0.09 4/81 31013
/proc/meminfo: memFree=1002464/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=866224 CPUtime=0.28
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 6023 0 1 0 25 3 0 0 18 0 9 0 27175852 887013376 5389 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 216556 5389 1985 9 0 211014 0
[pid=31013/tid=31014] ppid=31011 vsize=866224 CPUtime=0.26
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 5089 0 1 0 23 3 0 0 18 0 9 0 27175853 887013376 5389 996147200 134512640 134550932 4294955968 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701687 s]
/proc/loadavg: 0.08 0.02 0.09 4/81 31013
/proc/meminfo: memFree=1002464/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=868416 CPUtime=0.72
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 8281 0 1 0 67 5 0 0 18 0 9 0 27175852 889257984 7634 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217104 7636 2010 9 0 211562 0
[pid=31013/tid=31014] ppid=31011 vsize=868416 CPUtime=0.57
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 6957 0 1 0 52 5 0 0 17 0 9 0 27175853 889257984 7636 996147200 134512640 134550932 4294955968 18446744073709551615 4125978558 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 868416

[startup+1.50277 s]
/proc/loadavg: 0.08 0.02 0.09 2/77 31043
/proc/meminfo: memFree=1008448/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869152 CPUtime=1.62
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 19747 412 1 0 151 9 2 0 18 0 9 0 27175852 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217288 12105 2657 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869152 CPUtime=1.25
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 14726 412 1 0 115 8 2 0 18 0 9 0 27175853 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4127078955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869152 CPUtime=0.08
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 3263 412 0 0 6 0 2 0 17 0 9 0 27175854 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 9 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869152 CPUtime=0.31
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 908 412 0 0 29 0 2 0 16 0 9 0 27175857 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 9 412 0 0 0 0 2 0 15 0 9 0 27175857 890011648 12105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 869152

[startup+3.10194 s]
/proc/loadavg: 0.08 0.02 0.09 2/77 31043
/proc/meminfo: memFree=1004352/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869152 CPUtime=3.23
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 20982 412 1 0 311 10 2 0 18 0 9 0 27175852 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217288 13045 2657 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869152 CPUtime=2.85
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 15954 412 1 0 274 9 2 0 17 0 9 0 27175853 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4126711983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869152 CPUtime=0.08
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 3263 412 0 0 6 0 2 0 16 0 9 0 27175854 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 9 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869152 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 915 412 0 0 30 0 2 0 16 0 9 0 27175857 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 9 412 0 0 0 0 2 0 15 0 9 0 27175857 890011648 13045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 869152

[startup+6.3013 s]
/proc/loadavg: 0.15 0.03 0.09 3/77 31043
/proc/meminfo: memFree=992960/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869152 CPUtime=6.44
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 23985 412 1 0 630 12 2 0 18 0 9 0 27175852 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217288 16019 2657 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869152 CPUtime=6.05
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 18933 412 1 0 593 10 2 0 25 0 9 0 27175853 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4127079420 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869152 CPUtime=0.08
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 3263 412 0 0 6 0 2 0 16 0 9 0 27175854 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 9 412 0 0 0 0 2 0 16 0 9 0 27175855 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869152 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869152 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 890011648 16019 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 869152

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

[startup+9.50267 s]
/proc/loadavg: 0.15 0.03 0.09 3/90 31065
/proc/meminfo: memFree=950360/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=9.62
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27305 412 1 0 946 14 2 0 18 0 9 0 27175852 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19306 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=9.22
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 21209 412 1 0 908 12 2 0 25 0 9 0 27175853 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4127092559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 869064

[startup+11.1018 s]
/proc/loadavg: 0.30 0.06 0.10 3/90 31065
/proc/meminfo: memFree=940696/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=11.21
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27306 412 1 0 1105 14 2 0 18 0 9 0 27175852 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19306 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=10.81
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 21210 412 1 0 1067 12 2 0 25 0 9 0 27175853 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4127089152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 869064

[startup+11.9019 s]
/proc/loadavg: 0.30 0.06 0.10 3/90 31065
/proc/meminfo: memFree=940696/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=12.01
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27306 412 1 0 1185 14 2 0 18 0 9 0 27175852 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19306 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=11.61
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 21210 412 1 0 1147 12 2 0 25 0 9 0 27175853 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4127090880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 869064

[startup+12.302 s]
/proc/loadavg: 0.30 0.06 0.10 3/90 31065
/proc/meminfo: memFree=940568/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=12.4
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27306 412 1 0 1224 14 2 0 18 0 9 0 27175852 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19306 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=12
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 21210 412 1 0 1186 12 2 0 25 0 9 0 27175853 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4126381357 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 869064

[startup+12.502 s]
/proc/loadavg: 0.30 0.06 0.10 3/90 31065
/proc/meminfo: memFree=940568/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=12.6
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27306 412 1 0 1244 14 2 0 18 0 9 0 27175852 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19306 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=12.2
/proc/31013/task/31014/stat : 31014 (java) R 31011 31013 30937 0 -1 64 21210 412 1 0 1206 12 2 0 25 0 9 0 27175853 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4126381335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 916 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 869064

[startup+12.602 s]
/proc/loadavg: 0.30 0.06 0.10 3/90 31065
/proc/meminfo: memFree=940568/2055920 swapFree=4192948/4192956
[pid=31013] ppid=31011 vsize=869064 CPUtime=12.69
/proc/31013/stat : 31013 (java) S 31011 31013 30937 0 -1 0 27311 412 1 0 1253 14 2 0 18 0 9 0 27175852 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31013/statm: 217266 19309 2638 9 0 211724 0
[pid=31013/tid=31014] ppid=31011 vsize=869064 CPUtime=12.29
/proc/31013/task/31014/stat : 31014 (java) S 31011 31013 30937 0 -1 64 21214 412 1 0 1215 12 2 0 25 0 9 0 27175853 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31016] ppid=31011 vsize=869064 CPUtime=0.09
/proc/31013/task/31016/stat : 31016 (java) S 31011 31013 30937 0 -1 64 4306 412 0 0 7 0 2 0 16 0 9 0 27175854 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31017] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31017/stat : 31017 (java) S 31011 31013 30937 0 -1 64 19 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31018] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31018/stat : 31018 (java) S 31011 31013 30937 0 -1 64 10 412 0 0 0 0 2 0 16 0 9 0 27175855 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31019] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31019/stat : 31019 (java) S 31011 31013 30937 0 -1 64 2 412 0 0 0 0 2 0 18 0 9 0 27175857 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31020] ppid=31011 vsize=869064 CPUtime=0.32
/proc/31013/task/31020/stat : 31020 (java) S 31011 31013 30937 0 -1 64 917 412 0 0 30 0 2 0 16 0 9 0 27175857 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31021] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31021/stat : 31021 (java) S 31011 31013 30937 0 -1 64 0 412 0 0 0 0 2 0 19 0 9 0 27175857 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31013/tid=31022] ppid=31011 vsize=869064 CPUtime=0.02
/proc/31013/task/31022/stat : 31022 (java) S 31011 31013 30937 0 -1 64 32 412 0 0 0 0 2 0 15 0 9 0 27175857 889921536 19309 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 869064

Child status: 0
Real time (s): 12.6472
CPU time (s): 12.7261
CPU user time (s): 12.5591
CPU system time (s): 0.166974
CPU usage (%): 100.624
Max. virtual memory (cumulated for all children) (KiB): 869152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5591
system time used= 0.166974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27750
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= 606
involuntary context switches= 480

runsolver used 0.019996 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 14:18:30
IDJOB=2093027
IDBENCH=53332
IDSOLVER=773
FILE ID=node87/2093027-1247401110
PBS_JOBID= 9510478
Free space on /tmp= 66292 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-15/normalized-qcp-15-120-9_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-2093027-1247401110/watcher-2093027-1247401110 -o /tmp/evaluation-result-2093027-1247401110/solver-2093027-1247401110 -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-2093027-1247401110.xml

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

MD5SUM BENCH= 9173172fbfb782e728ade56208ee8ce4
RANDOM SEED=940707768

node87.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.236
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.236
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:       1003016 kB
Buffers:        106384 kB
Cached:         799980 kB
SwapCached:          8 kB
Active:         255444 kB
Inactive:       705864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1003016 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4512 kB
Writeback:           0 kB
Mapped:          74120 kB
Slab:            76784 kB
Committed_AS:  1030432 kB
PageTables:       1976 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66292 MiB
End job on node87 at 2009-07-12 14:18:43