Trace number 1095089

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 21.5937 21.8031

DiagnosticValue
CHECKS51072
NODES0

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-10.xml
MD5SUMd91c77ce7b00fdc4c403dfe3f5ffc37c
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 benchmark1.06884
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1095089-1215280713.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.37	   
0.29/0.37	   variables being loaded...
0.48/0.54	     nbVariables=260  nbDomainTypes=8  minDomainSize=42  maxDomainSize=302  nbTotalValues=47293
0.48/0.54	       =>  wckTime=0.308  cpuTime=0.23  mem=9M813
0.48/0.54	   
0.48/0.54	   predicates being loaded...
0.57/0.61	   
0.57/0.61	   constraints being loaded...
20.51/20.74	   
20.51/20.74	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 41M588)
21.18/21.45	     nbConstraints=2088  nbMergedConstraints=1839  nbConvertedConstraints=1505  nbConvertConstraintsChecks=41823815
21.18/21.45	     nbExtensionStructures=1169  nbSharedExtensionStructures=848  nbConflictsStructures=1293
21.18/21.45	     nbSharedConflictsStructures=893  nbUnbuiltConflictsStructures=364  nbSharedBinaryRepresentations=417474
21.18/21.45	     nbEvaluationManagers=488  nbSharedEvaluationManagers=95  minDegree=5  maxDegree=20  minArity=2  maxArity=2
21.18/21.45	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.203  symmetryCpuTime=0.13
21.18/21.45	       =>  wckTime=21.211  cpuTime=20.56  mem=17M900
21.28/21.55	   
21.28/21.55	   solver IterativeSystematicSolver being built... 
21.48/21.71	       =>  wckTime=21.478  cpuTime=20.7  mem=33M134
21.48/21.76	   
21.48/21.76	   preprocessing
21.48/21.76	     nbConstraintChecks=51072  nbValidityChecks=157  nbPropagations=22  nbRevisions=471  nbUselessRevisions=265
21.48/21.76	     nbRemovedValues=17284  detectedInconsistency=yes
21.48/21.76	       =>  wckTime=0.045  cpuTime=0.03  mem=34M135
21.48/21.76	   
21.48/21.76	   global
21.48/21.76	     nbConstraintChecks=51072  nbValidityChecks=157  nbPropagations=22  nbRevisions=471  nbUselessRevisions=265
21.48/21.76	     nbRestartNogoods=0  solvingWckTime=0.048  solvingCpuTime=0.04  expiredTime=no  totalExploration=yes
21.48/21.76	     nbFoundSolutions=0  globalCpuTime=20.81
21.48/21.76	       =>  wckTime=21.528  cpuTime=20.75  mem=34M135
21.48/21.77	   
21.48/21.77	s UNSATISFIABLE
21.48/21.77	d NODES 0
21.48/21.77	d CHECKS 51072
21.48/21.77	   
21.48/21.77	   totalWckTime=21.588  totalCpuTime=20.81

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-1095089-1215280713/watcher-1095089-1215280713 -o /tmp/evaluation-result-1095089-1215280713/solver-1095089-1215280713 -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-1095089-1215280713.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.16 2.14 2.09 4/72 24746
/proc/meminfo: memFree=1813976/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=10616 CPUtime=0
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2007045723 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 2654 472 209 9 0 1184 0
[pid=24746/tid=24747] ppid=24744 vsize=10616 CPUtime=0
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2007045724 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 8708056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0309521 s]
/proc/loadavg: 2.16 2.14 2.09 4/72 24746
/proc/meminfo: memFree=1813976/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=861876 CPUtime=0.01
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 1879 0 1 0 0 1 0 0 18 0 5 0 2007045723 882561024 1566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 215469 1566 695 9 0 210448 0
[pid=24746/tid=24747] ppid=24744 vsize=861876 CPUtime=0
/proc/24746/task/24747/stat : 24747 (java) S 24744 24746 21218 0 -1 64 1190 0 1 0 0 0 0 0 19 0 5 0 2007045724 882561024 1566 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.101619 s]
/proc/loadavg: 2.16 2.14 2.09 4/72 24746
/proc/meminfo: memFree=1813976/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=865884 CPUtime=0.08
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 3745 0 1 0 6 2 0 0 18 0 9 0 2007045723 886665216 3203 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216471 3203 1699 9 0 211026 0
[pid=24746/tid=24747] ppid=24744 vsize=865884 CPUtime=0.07
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 2844 0 1 0 6 1 0 0 18 0 9 0 2007045724 886665216 3203 996147200 134512640 134550740 4294955968 18446744073709551615 4125975535 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301655 s]
/proc/loadavg: 2.16 2.14 2.09 4/72 24746
/proc/meminfo: memFree=1813976/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=866196 CPUtime=0.29
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 5625 0 1 0 25 4 0 0 18 0 9 0 2007045723 886984704 5039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216549 5039 1903 9 0 211097 0
[pid=24746/tid=24747] ppid=24744 vsize=866196 CPUtime=0.24
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 4654 0 1 0 21 3 0 0 19 0 9 0 2007045724 886984704 5039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701725 s]
/proc/loadavg: 2.16 2.14 2.09 4/72 24746
/proc/meminfo: memFree=1813976/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867068 CPUtime=0.67
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 7950 0 1 0 62 5 0 0 18 0 9 0 2007045723 887877632 7310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216767 7310 2007 9 0 211273 0
[pid=24746/tid=24747] ppid=24744 vsize=867068 CPUtime=0.54
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 6769 0 1 0 50 4 0 0 20 0 9 0 2007045724 887877632 7310 996147200 134512640 134550740 4294955968 18446744073709551615 4126096977 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867068

[startup+1.50186 s]
/proc/loadavg: 2.23 2.16 2.09 3/81 24755
/proc/meminfo: memFree=1777168/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867648 CPUtime=1.47
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 12304 0 1 0 140 7 0 0 18 0 9 0 2007045723 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216912 11661 2014 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867648 CPUtime=1.27
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 10920 0 1 0 121 6 0 0 25 0 9 0 2007045724 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4126931388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007045726 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007045726 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867648 CPUtime=0.18
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 687 0 0 0 18 0 0 0 16 0 9 0 2007045728 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888471552 11661 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867648

[startup+3.10215 s]
/proc/loadavg: 2.23 2.16 2.09 3/81 24755
/proc/meminfo: memFree=1773584/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867648 CPUtime=3.05
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 13310 0 1 0 297 8 0 0 18 0 9 0 2007045723 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216912 12665 2014 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867648 CPUtime=2.82
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 11898 0 1 0 275 7 0 0 25 0 9 0 2007045724 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4126898160 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 2007045726 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007045726 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007045726 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867648 CPUtime=0.21
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 715 0 0 0 21 0 0 0 16 0 9 0 2007045728 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888471552 12665 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867648

[startup+6.30171 s]
/proc/loadavg: 2.23 2.16 2.09 3/81 24755
/proc/meminfo: memFree=1764304/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867648 CPUtime=6.22
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 15602 0 1 0 612 10 0 0 18 0 9 0 2007045723 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216912 14955 2014 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867648 CPUtime=5.99
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 14189 0 1 0 590 9 0 0 25 0 9 0 2007045724 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4126875375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007045726 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007045726 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867648 CPUtime=0.22
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 716 0 0 0 22 0 0 0 16 0 9 0 2007045728 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867648 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888471552 14955 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867648

[startup+12.7028 s]
/proc/loadavg: 2.19 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1748944/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867560 CPUtime=12.57
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 18719 0 1 0 1243 14 0 0 18 0 9 0 2007045723 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216890 18046 2005 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867560 CPUtime=12.27
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 15784 0 1 0 1215 12 0 0 25 0 9 0 2007045724 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4126875248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867560 CPUtime=0.04
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 2007045726 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867560 CPUtime=0.23
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 724 0 0 0 23 0 0 0 16 0 9 0 2007045728 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888381440 18046 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867560

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

[startup+15.9014 s]
/proc/loadavg: 2.19 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1749008/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867560 CPUtime=15.74
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 18720 0 1 0 1560 14 0 0 18 0 9 0 2007045723 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216890 18047 2005 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867560 CPUtime=15.44
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 15784 0 1 0 1532 12 0 0 25 0 9 0 2007045724 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4126875255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867560 CPUtime=0.04
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 2007045726 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867560 CPUtime=0.24
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 725 0 0 0 24 0 0 0 15 0 9 0 2007045728 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888381440 18047 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.74
Current children cumulated vsize (KiB) 867560

[startup+19.103 s]
/proc/loadavg: 2.18 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1749008/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867560 CPUtime=18.92
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 18721 0 1 0 1877 15 0 0 18 0 9 0 2007045723 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216890 18048 2005 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867560 CPUtime=18.61
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 15784 0 1 0 1848 13 0 0 25 0 9 0 2007045724 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4126878512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867560 CPUtime=0.04
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 1514 0 0 0 4 0 0 0 16 0 9 0 2007045726 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867560 CPUtime=0.24
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 726 0 0 0 24 0 0 0 16 0 9 0 2007045728 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888381440 18048 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 867560

[startup+20.7013 s]
/proc/loadavg: 2.18 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1748944/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867560 CPUtime=20.51
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 18730 0 1 0 2035 16 0 0 18 0 9 0 2007045723 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216890 18056 2005 9 0 211418 0
[pid=24746/tid=24747] ppid=24744 vsize=867560 CPUtime=20.18
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 15785 0 1 0 2004 14 0 0 25 0 9 0 2007045724 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867560 CPUtime=0.04
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 1514 0 0 0 4 0 0 0 17 0 9 0 2007045726 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007045726 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007045728 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867560 CPUtime=0.25
/proc/24746/task/24753/stat : 24753 (java) R 24744 24746 21218 0 -1 64 734 0 0 0 25 0 0 0 16 0 9 0 2007045728 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 102096929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007045728 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867560 CPUtime=0
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007045728 888381440 18056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 867560

[startup+21.5014 s]
/proc/loadavg: 2.16 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1748752/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867884 CPUtime=21.28
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 25687 389 1 0 2107 19 1 1 18 0 10 0 2007045723 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216971 20428 2069 9 0 211499 0
[pid=24746/tid=24747] ppid=24744 vsize=867884 CPUtime=20.79
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 17226 389 1 0 2063 14 1 1 23 0 10 0 2007045724 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867884 CPUtime=0.18
/proc/24746/task/24749/stat : 24749 (java) R 24744 24746 21218 0 -1 64 6746 389 0 0 14 2 1 1 16 0 10 0 2007045726 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 104180246 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867884 CPUtime=0.02
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 13 389 0 0 0 0 1 1 16 0 10 0 2007045726 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867884 CPUtime=0.02
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 5 389 0 0 0 0 1 1 16 0 10 0 2007045726 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867884 CPUtime=0.02
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 389 0 0 0 0 1 1 18 0 10 0 2007045728 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867884 CPUtime=0.31
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 880 389 0 0 29 0 1 1 15 0 10 0 2007045728 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867884 CPUtime=0.02
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 389 0 0 0 0 1 1 19 0 10 0 2007045728 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867884 CPUtime=0.02
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 9 389 0 0 0 0 1 1 15 0 10 0 2007045728 888713216 20428 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 867884

[startup+21.7014 s]
/proc/loadavg: 2.16 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1748752/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=867972 CPUtime=21.48
/proc/24746/stat : 24746 (java) S 24744 24746 21218 0 -1 0 31964 389 1 0 2125 21 1 1 18 0 9 0 2007045723 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 216993 21978 2638 9 0 211499 0
[pid=24746/tid=24747] ppid=24744 vsize=867972 CPUtime=20.92
/proc/24746/task/24747/stat : 24747 (java) R 24744 24746 21218 0 -1 64 21834 389 1 0 2075 15 1 1 23 0 9 0 2007045724 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 102715030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24749] ppid=24744 vsize=867972 CPUtime=0.22
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 21218 0 -1 64 8339 389 0 0 17 3 1 1 16 0 9 0 2007045726 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24750] ppid=24744 vsize=867972 CPUtime=0.02
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 21218 0 -1 64 18 389 0 0 0 0 1 1 17 0 9 0 2007045726 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24751] ppid=24744 vsize=867972 CPUtime=0.02
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 21218 0 -1 64 12 389 0 0 0 0 1 1 17 0 9 0 2007045726 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24752] ppid=24744 vsize=867972 CPUtime=0.02
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 21218 0 -1 64 0 389 0 0 0 0 1 1 18 0 9 0 2007045728 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24753] ppid=24744 vsize=867972 CPUtime=0.34
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 21218 0 -1 64 941 389 0 0 32 0 1 1 15 0 9 0 2007045728 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24754] ppid=24744 vsize=867972 CPUtime=0.02
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 21218 0 -1 64 2 389 0 0 0 0 1 1 19 0 9 0 2007045728 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24746/tid=24755] ppid=24744 vsize=867972 CPUtime=0.02
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 21218 0 -1 64 9 389 0 0 0 0 1 1 15 0 9 0 2007045728 888803328 21978 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.48
Current children cumulated vsize (KiB) 867972

[startup+21.8015 s]
/proc/loadavg: 2.16 2.15 2.09 3/81 24755
/proc/meminfo: memFree=1748752/2055920 swapFree=4180540/4192956
[pid=24746] ppid=24744 vsize=0 CPUtime=21.57
/proc/24746/stat : 24746 (java) Z 24744 24746 21218 0 -1 12 32858 389 1 0 2132 23 1 1 16 0 2 0 2007045723 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24746/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.57
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 21.8031
CPU time (s): 21.5937
CPU user time (s): 21.3468
CPU system time (s): 0.246962
CPU usage (%): 99.0397
Max. virtual memory (cumulated for all children) (KiB): 867972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3468
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33247
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= 1961
involuntary context switches= 2003

runsolver used 0.038994 second user time and 0.074988 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 19:58:33
IDJOB=1095089
IDBENCH=58877
IDSOLVER=364
FILE ID=node18/1095089-1215280713
PBS_JOBID= 7882140
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-10.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-1095089-1215280713/watcher-1095089-1215280713 -o /tmp/evaluation-result-1095089-1215280713/solver-1095089-1215280713 -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-1095089-1215280713.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d91c77ce7b00fdc4c403dfe3f5ffc37c
RANDOM SEED=446254668

node18.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.268
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	: 5931.00
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.268
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:       1814392 kB
Buffers:         19644 kB
Cached:         135096 kB
SwapCached:       6012 kB
Active:          80672 kB
Inactive:       106856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814392 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:          40424 kB
Slab:            39316 kB
Committed_AS:  3595644 kB
PageTables:       1732 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= 66552 MiB
End job on node18 at 2008-07-05 19:58:55