Trace number 1044099

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 66.2289 66.9055

DiagnosticValue
CHECKS360552000
NODES257174

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-48021_ext.xml
MD5SUM1b7b5d107231d06ed4a84d9ed59024d0
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 benchmark2.00869
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.17	
0.05/0.17	Abscon 112 (May, 2008)
0.20/0.34	
0.20/0.34	   configuration
0.20/0.34	     name=mac.xml
0.20/0.39	   
0.20/0.39	   instance
0.20/0.39	     name=HOME/instance-1044099-1215019117.xml
0.29/0.43	   
0.29/0.43	   domains being loaded...
0.29/0.44	   
0.29/0.44	   variables being loaded...
0.29/0.46	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.29/0.46	       =>  wckTime=0.12  cpuTime=0.09  mem=7M919
0.29/0.46	   
0.29/0.46	   relations being loaded...
0.39/0.56	   
0.39/0.56	   constraints being loaded...
0.59/0.78	     nbConstraints=276  nbRelationTypes=276  nbExtensionStructures=276  nbSharedExtensionStructures=0
0.59/0.78	     nbConflictsStructures=276  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=861  minDegree=23
0.59/0.78	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.058  symmetryCpuTime=0.03
0.59/0.78	       =>  wckTime=0.437  cpuTime=0.29  mem=18M689
0.68/0.85	   
0.68/0.85	   solver IterativeSystematicSolver being built... 
0.78/1.00	       =>  wckTime=0.652  cpuTime=0.41  mem=20M438
0.87/1.01	   
0.87/1.01	   preprocessing
0.87/1.01	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87/1.01	     detectedInconsistency=no
0.87/1.01	       =>  wckTime=0.0050  cpuTime=0.01  mem=21M545
0.98/1.16	   
0.98/1.16	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M520)
66.10/66.88	   
66.10/66.88	   search
66.10/66.88	     run=21  nbConstraintChecks=360552214  minDepth=0  maxDepth=24  nbPropagations=13175883  nbRevisions=265469167
66.10/66.89	     nbUselessRevisions=230812918  nbAssignments=257174  nbFailedAssignments=127070  nbInferredBacktracks=1
66.10/66.89	     nbBacktracks=129967  nbVisitedNodes=480621  nbRestartNogoods=198  nbFoundSolutions=1  nbSEliminables=5.88
66.10/66.89	     nbREliminables=0  nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
66.10/66.89	       =>  wckTime=65.879  cpuTime=65.24  mem=22M520
66.10/66.89	   
66.10/66.89	   global
66.10/66.89	     nbConstraintChecks=360552214  nbPropagations=13175907  nbRevisions=265469167  nbUselessRevisions=230812918
66.10/66.89	     nbRestartNogoods=198  solvingWckTime=65.883  solvingCpuTime=65.24  expiredTime=no  totalExploration=no
66.10/66.89	     nbFoundSolutions=1  firstSolutionCpuTime=65.65  globalCpuTime=65.7
66.10/66.89	       =>  wckTime=66.543  cpuTime=65.65  mem=22M520
66.10/66.89	   
66.10/66.89	s SATISFIABLE
66.10/66.89	v 4 4 21 13 5 7 19 6 14 0 0 1 15 23 8 22 2 0 20 10 16 6 19 16 
66.10/66.89	d NODES 257174
66.10/66.89	d CHECKS 360552214
66.10/66.89	   
66.10/66.89	   totalWckTime=66.614  totalCpuTime=65.71

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-1044099-1215019117/watcher-1044099-1215019117 -o /tmp/evaluation-result-1044099-1215019117/solver-1044099-1215019117 -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-1044099-1215019117.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.00 0.00 0.22 3/67 1930
/proc/meminfo: memFree=1352352/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=1616 CPUtime=0
/proc/1930/stat : 1930 (java) R 1928 1930 1877 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 1531582120 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1930/statm: 405 145 119 9 0 47 0

[startup+0.068559 s]
/proc/loadavg: 0.00 0.00 0.22 3/67 1930
/proc/meminfo: memFree=1352352/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=861876 CPUtime=0.02
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 2272 0 1 0 1 1 0 0 18 0 5 0 1531582120 882561024 1879 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 215469 1879 860 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101561 s]
/proc/loadavg: 0.00 0.00 0.22 3/67 1930
/proc/meminfo: memFree=1352352/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=864076 CPUtime=0.05
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 2798 0 1 0 3 2 0 0 18 0 9 0 1531582120 884813824 2338 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216019 2338 1115 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.301582 s]
/proc/loadavg: 0.00 0.00 0.22 3/67 1930
/proc/meminfo: memFree=1352352/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=866036 CPUtime=0.2
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 4838 0 1 0 17 3 0 0 18 0 9 0 1531582120 886820864 4265 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216509 4265 1861 9 0 211057 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 866036

[startup+0.701629 s]
/proc/loadavg: 0.00 0.00 0.22 3/67 1930
/proc/meminfo: memFree=1352352/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=866940 CPUtime=0.59
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 8562 0 1 0 53 6 0 0 18 0 9 0 1531582120 887746560 7922 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216735 7922 1977 9 0 211263 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 866940

[startup+1.50171 s]
/proc/loadavg: 0.00 0.00 0.22 3/81 1953
/proc/meminfo: memFree=1310384/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=1.36
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 16994 284 1 0 127 9 0 0 18 0 9 0 1531582120 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10662 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=1.06
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11835 284 1 0 99 7 0 0 25 0 9 0 1531582121 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4126871648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.22
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 695 284 0 0 22 0 0 0 15 0 9 0 1531582129 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) R 1928 1930 1877 0 -1 64 4 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10662 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 867812

[startup+3.10289 s]
/proc/loadavg: 0.00 0.00 0.22 3/81 1953
/proc/meminfo: memFree=1308464/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=2.95
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17015 284 1 0 286 9 0 0 18 0 9 0 1531582120 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10681 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=2.62
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11841 284 1 0 255 7 0 0 25 0 9 0 1531582121 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4126858097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 17 0 9 0 1531582125 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 710 284 0 0 25 0 0 0 15 0 9 0 1531582129 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 4 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 867812

[startup+6.30125 s]
/proc/loadavg: 0.16 0.03 0.23 3/81 1953
/proc/meminfo: memFree=1308208/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=6.12
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17033 284 1 0 603 9 0 0 18 0 9 0 1531582120 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10685 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=5.79
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11844 284 1 0 572 7 0 0 25 0 9 0 1531582121 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4126379154 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 15 0 9 0 1531582129 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 867812

[startup+12.703 s]
/proc/loadavg: 0.31 0.07 0.24 3/81 1953
/proc/meminfo: memFree=1307952/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=12.47
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17036 284 1 0 1238 9 0 0 18 0 9 0 1531582120 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10687 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=12.13
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11847 284 1 0 1206 7 0 0 25 0 9 0 1531582121 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4126919819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 867812

[startup+25.5014 s]
/proc/loadavg: 0.68 0.16 0.27 3/81 1953
/proc/meminfo: memFree=1308016/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=25.15
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17037 284 1 0 2506 9 0 0 18 0 9 0 1531582120 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10688 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=24.82
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11848 284 1 0 2475 7 0 0 25 0 9 0 1531582121 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4126878292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10688 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 867812

[startup+51.1013 s]
/proc/loadavg: 1.13 0.31 0.32 3/81 1953
/proc/meminfo: memFree=1308016/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=50.53
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17038 284 1 0 5044 9 0 0 18 0 9 0 1531582120 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10689 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=50.2
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11849 284 1 0 5013 7 0 0 25 0 9 0 1531582121 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4126875611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 867812

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

[startup+57.502 s]
/proc/loadavg: 1.20 0.33 0.32 3/81 1953
/proc/meminfo: memFree=1308016/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=56.88
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17039 284 1 0 5679 9 0 0 18 0 9 0 1531582120 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10690 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=56.54
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11850 284 1 0 5647 7 0 0 25 0 9 0 1531582121 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4126860547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.88
Current children cumulated vsize (KiB) 867812

[startup+63.9027 s]
/proc/loadavg: 1.32 0.39 0.34 3/81 1953
/proc/meminfo: memFree=1308080/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=63.22
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17039 284 1 0 6313 9 0 0 18 0 9 0 1531582120 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10690 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=62.89
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11850 284 1 0 6282 7 0 0 25 0 9 0 1531582121 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.22
Current children cumulated vsize (KiB) 867812

[startup+65.5019 s]
/proc/loadavg: 1.32 0.39 0.34 3/81 1953
/proc/meminfo: memFree=1308080/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=64.81
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17039 284 1 0 6472 9 0 0 18 0 9 0 1531582120 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10690 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=64.48
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11850 284 1 0 6441 7 0 0 25 0 9 0 1531582121 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4126872816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.81
Current children cumulated vsize (KiB) 867812

[startup+66.302 s]
/proc/loadavg: 1.32 0.39 0.34 3/81 1953
/proc/meminfo: memFree=1308080/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=65.6
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17039 284 1 0 6551 9 0 0 18 0 9 0 1531582120 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10690 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=65.27
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11850 284 1 0 6520 7 0 0 25 0 9 0 1531582121 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4126872889 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.6
Current children cumulated vsize (KiB) 867812

[startup+66.702 s]
/proc/loadavg: 1.32 0.39 0.34 3/81 1953
/proc/meminfo: memFree=1308080/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=867812 CPUtime=66
/proc/1930/stat : 1930 (java) S 1928 1930 1877 0 -1 0 17039 284 1 0 6591 9 0 0 18 0 9 0 1531582120 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1930/statm: 216953 10690 2633 9 0 211459 0
[pid=1930/tid=1932] ppid=1928 vsize=867812 CPUtime=65.67
/proc/1930/task/1932/stat : 1932 (java) R 1928 1930 1877 0 -1 64 11850 284 1 0 6560 7 0 0 25 0 9 0 1531582121 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4126863067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1936] ppid=1928 vsize=867812 CPUtime=0.05
/proc/1930/task/1936/stat : 1936 (java) S 1928 1930 1877 0 -1 64 3623 284 0 0 5 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1937] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1937/stat : 1937 (java) S 1928 1930 1877 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1939] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1939/stat : 1939 (java) S 1928 1930 1877 0 -1 64 7 284 0 0 0 0 0 0 15 0 9 0 1531582125 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1940] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1940/stat : 1940 (java) S 1928 1930 1877 0 -1 64 0 284 0 0 0 0 0 0 18 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1930/tid=1941] ppid=1928 vsize=867812 CPUtime=0.25
/proc/1930/task/1941/stat : 1941 (java) S 1928 1930 1877 0 -1 64 712 284 0 0 25 0 0 0 16 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1942] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1942/stat : 1942 (java) S 1928 1930 1877 0 -1 64 3 284 0 0 0 0 0 0 19 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1930/tid=1943] ppid=1928 vsize=867812 CPUtime=0
/proc/1930/task/1943/stat : 1943 (java) S 1928 1930 1877 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1531582129 888639488 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66
Current children cumulated vsize (KiB) 867812

[startup+66.9014 s]
/proc/loadavg: 1.32 0.39 0.34 3/81 1953
/proc/meminfo: memFree=1308080/2055920 swapFree=4110528/4192956
[pid=1930] ppid=1928 vsize=0 CPUtime=66.21
/proc/1930/stat : 1930 (java) Z 1928 1930 1877 0 -1 12 17167 284 1 0 6611 10 0 0 16 0 2 0 1531582120 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1930/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 66.21
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 66.9055
CPU time (s): 66.2289
CPU user time (s): 66.1139
CPU system time (s): 0.114982
CPU usage (%): 98.9887
Max. virtual memory (cumulated for all children) (KiB): 867812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.1139
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17451
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= 2731
involuntary context switches= 4176

runsolver used 0.086986 second user time and 0.233964 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-02 19:18:37
IDJOB=1044099
IDBENCH=53367
IDSOLVER=363
FILE ID=node38/1044099-1215019117
PBS_JOBID= 7874394
Free space on /tmp= 66556 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-48021_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-1044099-1215019117/watcher-1044099-1215019117 -o /tmp/evaluation-result-1044099-1215019117/solver-1044099-1215019117 -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-1044099-1215019117.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1b7b5d107231d06ed4a84d9ed59024d0
RANDOM SEED=387234901

node38.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.223
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.223
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:       1352896 kB
Buffers:         65176 kB
Cached:         470376 kB
SwapCached:      76720 kB
Active:         388132 kB
Inactive:       239956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1352896 kB
SwapTotal:     4192956 kB
SwapFree:      4110528 kB
Dirty:            2492 kB
Writeback:           0 kB
Mapped:          97892 kB
Slab:            60424 kB
Committed_AS:  2739492 kB
PageTables:       1900 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= 66548 MiB
End job on node38 at 2008-07-02 19:19:44