Trace number 1079942

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 41.6687 41.9247

DiagnosticValue
CHECKS197377
NODES30327

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-32_ext.xml
MD5SUM43dcf6683495d4470d91163568789d5b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.05669
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.17/0.26	
0.17/0.26	   configuration
0.17/0.26	     name=mac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1079942-1215211327.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.36	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.27/0.36	       =>  wckTime=0.101  cpuTime=0.08  mem=7M919
0.27/0.36	   
0.27/0.36	   relations being loaded...
0.47/0.58	   
0.47/0.58	   constraints being loaded...
0.66/0.79	     nbConstraints=58  nbRelationTypes=58  nbGlobalConstraints=58  nbExtensionStructures=58
0.66/0.79	     nbSharedExtensionStructures=0  nbConflictsStructures=58  nbSharedConflictsStructures=0
0.66/0.79	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=16  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.66/0.79	     symmetryWckTime=0.038  symmetryCpuTime=0.02
0.66/0.79	       =>  wckTime=0.532  cpuTime=0.45  mem=47M184
0.76/0.89	   
0.76/0.89	   solver IterativeSystematicSolver being built... 
0.86/0.96	   
0.86/0.96	   INFO : Forward propagation technique limited 
0.96/1.03	       =>  wckTime=0.776  cpuTime=0.56  mem=29M241
0.96/1.07	   
0.96/1.07	   preprocessing
0.96/1.07	     nbConstraintChecks=0  nbValidityChecks=167049  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
0.96/1.07	     nbRemovedValues=0  detectedInconsistency=no
0.96/1.07	       =>  wckTime=0.034  cpuTime=0.03  mem=29M241
1.65/1.73	   
1.65/1.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M192)
41.56/41.88	   
41.56/41.88	   search
41.56/41.88	     run=16  nbConstraintChecks=197377  nbValidityChecks=575981552  minDepth=0  maxDepth=20  nbPropagations=948154
41.56/41.88	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=30327  nbFailedAssignments=19453  nbBacktracks=10771
41.56/41.88	     nbVisitedNodes=56393  nbRestartNogoods=175  nbFoundSolutions=1  nbSEliminables=0.35  nbREliminables=3.81
41.56/41.88	     nbIEliminables=10.14  nbDEliminables=0  nbPEliminables=0
41.56/41.88	       =>  wckTime=40.843  cpuTime=40.55  mem=31M144
41.56/41.88	   
41.56/41.88	   global
41.56/41.88	     nbConstraintChecks=197377  nbValidityChecks=576148601  nbPropagations=948174  nbRestartNogoods=175
41.56/41.88	     solvingWckTime=40.846  solvingCpuTime=40.55  expiredTime=no  totalExploration=no  nbFoundSolutions=1
41.56/41.88	     firstSolutionCpuTime=41.11  globalCpuTime=41.15
41.56/41.88	       =>  wckTime=41.623  cpuTime=41.11  mem=31M144
41.56/41.88	   
41.56/41.88	s SATISFIABLE
41.56/41.88	v 15 19 14 8 5 17 16 14 4 10 4 9 1 11 3 2 19 7 13 11 
41.56/41.88	d NODES 30327
41.56/41.88	d CHECKS 197377
41.56/41.88	   
41.56/41.88	   totalWckTime=41.687  totalCpuTime=41.15

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079942-1215211327/watcher-1079942-1215211327 -o /tmp/evaluation-result-1079942-1215211327/solver-1079942-1215211327 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1079942-1215211327.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: 0.42 0.20 0.15 3/82 27701
/proc/meminfo: memFree=96888/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=1472 CPUtime=0
/proc/27701/stat : 27701 (java) R 27699 27701 27578 0 -1 0 98 0 0 0 0 0 0 0 19 0 1 0 644052875 1507328 71 996147200 134512640 134550740 4294956128 18446744073709551615 7254976 0 0 4096 0 0 0 0 17 0 0 0
/proc/27701/statm: 368 71 51 9 0 10 0

[startup+0.0622511 s]
/proc/loadavg: 0.42 0.20 0.15 3/82 27701
/proc/meminfo: memFree=96888/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=864076 CPUtime=0.04
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 2779 0 1 0 3 1 0 0 18 0 9 0 644052875 884813824 2320 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216019 2320 1110 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101255 s]
/proc/loadavg: 0.42 0.20 0.15 3/82 27701
/proc/meminfo: memFree=96888/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=865884 CPUtime=0.08
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 3696 0 1 0 6 2 0 0 18 0 9 0 644052875 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216471 3171 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301279 s]
/proc/loadavg: 0.42 0.20 0.15 3/82 27701
/proc/meminfo: memFree=96888/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=866284 CPUtime=0.27
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 5807 0 1 0 23 4 0 0 18 0 9 0 644052875 887074816 5181 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216571 5181 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.70132 s]
/proc/loadavg: 0.42 0.20 0.15 3/82 27701
/proc/meminfo: memFree=96888/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=866520 CPUtime=0.66
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 13796 0 1 0 58 8 0 0 18 0 9 0 644052875 887316480 13156 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216630 13156 1977 9 0 211158 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 866520

[startup+1.5024 s]
/proc/loadavg: 0.42 0.20 0.15 4/93 27714
/proc/meminfo: memFree=31904/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867256 CPUtime=1.45
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27662 269 1 0 132 13 0 0 18 0 9 0 644052875 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216814 18677 2631 9 0 211320 0
[pid=27701/tid=27703] ppid=27699 vsize=867256 CPUtime=1.16
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19011 269 1 0 106 10 0 0 25 0 9 0 644052877 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4126746559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867256 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867256 CPUtime=0.17
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 513 269 0 0 17 0 0 0 15 0 9 0 644052880 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888070144 18677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867256

[startup+3.10256 s]
/proc/loadavg: 0.42 0.20 0.15 3/91 27714
/proc/meminfo: memFree=31464/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867256 CPUtime=3.04
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27684 269 1 0 291 13 0 0 18 0 9 0 644052875 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216814 18687 2631 9 0 211320 0
[pid=27701/tid=27703] ppid=27699 vsize=867256 CPUtime=2.73
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19021 269 1 0 263 10 0 0 25 0 9 0 644052877 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4126746596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867256 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 17 0 9 0 644052878 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867256 CPUtime=0.19
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 525 269 0 0 19 0 0 0 15 0 9 0 644052880 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867256 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888070144 18687 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867256

[startup+6.30288 s]
/proc/loadavg: 0.54 0.23 0.16 3/91 27714
/proc/meminfo: memFree=31280/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=6.23
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27707 269 1 0 610 13 0 0 18 0 9 0 644052875 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18700 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=5.89
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19030 269 1 0 579 10 0 0 25 0 9 0 644052877 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4126735347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 539 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867388

[startup+12.7025 s]
/proc/loadavg: 0.66 0.26 0.17 3/91 27714
/proc/meminfo: memFree=31184/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=12.6
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27731 269 1 0 1247 13 0 0 18 0 9 0 644052875 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18702 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=12.26
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19051 269 1 0 1216 10 0 0 25 0 9 0 644052877 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4126746704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 542 269 0 0 21 0 0 0 15 0 9 0 644052880 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18702 996147200 134512640 134550740 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) 867388

[startup+25.5019 s]
/proc/loadavg: 0.96 0.34 0.20 3/91 27714
/proc/meminfo: memFree=31384/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=25.33
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27773 269 1 0 2520 13 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=24.99
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19092 269 1 0 2489 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867388

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

[startup+31.9075 s]
/proc/loadavg: 1.04 0.37 0.21 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=31.71
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27790 269 1 0 3157 14 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=31.36
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19109 269 1 0 3126 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.71
Current children cumulated vsize (KiB) 867388

[startup+38.3021 s]
/proc/loadavg: 1.12 0.40 0.22 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=38.08
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27820 269 1 0 3794 14 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=37.73
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19139 269 1 0 3763 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 867388

[startup+39.9023 s]
/proc/loadavg: 1.19 0.42 0.23 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=39.67
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27826 269 1 0 3953 14 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=39.32
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19145 269 1 0 3922 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.67
Current children cumulated vsize (KiB) 867388

[startup+40.7074 s]
/proc/loadavg: 1.19 0.42 0.23 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=40.47
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27830 269 1 0 4033 14 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=40.12
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19149 269 1 0 4002 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.47
Current children cumulated vsize (KiB) 867388

[startup+41.5014 s]
/proc/loadavg: 1.19 0.42 0.23 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=41.26
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27834 269 1 0 4112 14 0 0 18 0 9 0 644052875 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18703 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=40.91
/proc/27701/task/27703/stat : 27703 (java) R 27699 27701 27578 0 -1 64 19153 269 1 0 4081 10 0 0 25 0 9 0 644052877 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126801291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.21
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 21 0 0 0 16 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.26
Current children cumulated vsize (KiB) 867388

[startup+41.9015 s]
/proc/loadavg: 1.19 0.42 0.23 3/91 27714
/proc/meminfo: memFree=31448/2055920 swapFree=4176992/4192956
[pid=27701] ppid=27699 vsize=867388 CPUtime=41.64
/proc/27701/stat : 27701 (java) S 27699 27701 27578 0 -1 0 27901 269 1 0 4150 14 0 0 18 0 9 0 644052875 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27701/statm: 216847 18707 2631 9 0 211353 0
[pid=27701/tid=27703] ppid=27699 vsize=867388 CPUtime=41.3
/proc/27701/task/27703/stat : 27703 (java) S 27699 27701 27578 0 -1 64 19220 269 1 0 4119 11 0 0 25 0 9 0 644052877 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27704] ppid=27699 vsize=867388 CPUtime=0.09
/proc/27701/task/27704/stat : 27704 (java) S 27699 27701 27578 0 -1 64 7287 269 0 0 8 1 0 0 16 0 9 0 644052878 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27705] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27705/stat : 27705 (java) S 27699 27701 27578 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 644052878 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27706] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27706/stat : 27706 (java) S 27699 27701 27578 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 644052878 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27707] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27707/stat : 27707 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 644052880 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27708] ppid=27699 vsize=867388 CPUtime=0.22
/proc/27701/task/27708/stat : 27708 (java) S 27699 27701 27578 0 -1 64 543 269 0 0 22 0 0 0 16 0 9 0 644052880 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27709] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27709/stat : 27709 (java) S 27699 27701 27578 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 644052880 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27701/tid=27710] ppid=27699 vsize=867388 CPUtime=0
/proc/27701/task/27710/stat : 27710 (java) S 27699 27701 27578 0 -1 64 3 269 0 0 0 0 0 0 15 0 9 0 644052880 888205312 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (KiB) 867388

Child status: 0
Real time (s): 41.9247
CPU time (s): 41.6687
CPU user time (s): 41.5067
CPU system time (s): 0.161975
CPU usage (%): 99.3892
Max. virtual memory (cumulated for all children) (KiB): 867400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.5067
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28198
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= 2112
involuntary context switches= 2872

runsolver used 0.06399 second user time and 0.140978 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 00:42:07
IDJOB=1079942
IDBENCH=56925
IDSOLVER=363
FILE ID=node84/1079942-1215211327
PBS_JOBID= 7881788
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-32_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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079942-1215211327/watcher-1079942-1215211327 -o /tmp/evaluation-result-1079942-1215211327/solver-1079942-1215211327 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1079942-1215211327.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 43dcf6683495d4470d91163568789d5b
RANDOM SEED=978583840

node84.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.231
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.231
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:         97368 kB
Buffers:         51668 kB
Cached:        1824756 kB
SwapCached:      10712 kB
Active:         555224 kB
Inactive:      1350776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         97368 kB
SwapTotal:     4192956 kB
SwapFree:      4176992 kB
Dirty:            5700 kB
Writeback:           0 kB
Mapped:          44620 kB
Slab:            37740 kB
Committed_AS:  1187916 kB
PageTables:       1864 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 node84 at 2008-07-05 00:42:49