Trace number 1079919

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 118.382 119.744

DiagnosticValue
CHECKS352976
NODES65358

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-17_ext.xml
MD5SUMc7a4e83d91ba13000a51743d2741fd72
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 benchmark18.2082
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.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1079919-1215211314.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.29/0.35	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.29/0.35	       =>  wckTime=0.102  cpuTime=0.09  mem=7M919
0.29/0.35	   
0.29/0.35	   relations being loaded...
0.48/0.58	   
0.48/0.58	   constraints being loaded...
0.77/0.81	     nbConstraints=58  nbRelationTypes=58  nbGlobalConstraints=58  nbExtensionStructures=58
0.77/0.81	     nbSharedExtensionStructures=0  nbConflictsStructures=58  nbSharedConflictsStructures=0
0.77/0.81	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=16  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.77/0.81	     symmetryWckTime=0.044  symmetryCpuTime=0.02
0.77/0.81	       =>  wckTime=0.559  cpuTime=0.48  mem=47M164
0.87/0.93	   
0.87/0.93	   solver IterativeSystematicSolver being built... 
0.87/0.99	   
0.96/1.01	   INFO : Forward propagation technique limited 
0.96/1.08	       =>  wckTime=0.831  cpuTime=0.61  mem=29M245
1.07/1.12	   
1.07/1.12	   preprocessing
1.07/1.12	     nbConstraintChecks=0  nbValidityChecks=167056  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
1.07/1.12	     nbRemovedValues=0  detectedInconsistency=no
1.07/1.12	       =>  wckTime=0.038  cpuTime=0.02  mem=29M245
1.86/1.91	   
1.86/1.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M196)
118.34/119.71	   
118.34/119.71	   search
118.34/119.71	     run=19  nbConstraintChecks=352976  nbValidityChecks=1519601576  minDepth=0  maxDepth=20  nbPropagations=2503289
118.34/119.71	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=65358  nbFailedAssignments=46725  nbBacktracks=18514
118.34/119.71	     nbVisitedNodes=126506  nbRestartNogoods=169  nbFoundSolutions=1  nbSEliminables=0.03  nbREliminables=4.24
118.34/119.71	     nbIEliminables=10.69  nbDEliminables=0  nbPEliminables=0
118.34/119.71	       =>  wckTime=118.624  cpuTime=117.18  mem=32M99
118.34/119.71	   
118.34/119.71	   global
118.34/119.71	     nbConstraintChecks=352976  nbValidityChecks=1519768632  nbPropagations=2503309  nbRestartNogoods=169
118.34/119.71	     solvingWckTime=118.627  solvingCpuTime=117.18  expiredTime=no  totalExploration=no  nbFoundSolutions=1
118.34/119.71	     firstSolutionCpuTime=117.8  globalCpuTime=117.84
118.34/119.71	       =>  wckTime=119.461  cpuTime=117.8  mem=32M99
118.34/119.71	   
118.34/119.71	s SATISFIABLE
118.34/119.71	v 10 6 1 8 7 9 16 0 13 16 2 7 5 15 11 7 18 18 4 12 
118.34/119.71	d NODES 65358
118.34/119.71	d CHECKS 352976
118.34/119.71	   
118.34/119.71	   totalWckTime=119.528  totalCpuTime=117.84

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-1079919-1215211314/watcher-1079919-1215211314 -o /tmp/evaluation-result-1079919-1215211314/solver-1079919-1215211314 -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-1079919-1215211314.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: 1.94 1.98 1.99 3/82 750
/proc/meminfo: memFree=1511360/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=1616 CPUtime=0
/proc/750/stat : 750 (java) D 748 750 31254 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1550803629 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099937270 0 0 17 0 0 0
/proc/750/statm: 404 148 122 9 0 46 0

[startup+0.0613741 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 750
/proc/meminfo: memFree=1511360/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=864076 CPUtime=0.05
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 2798 0 1 0 4 1 0 0 18 0 9 0 1550803629 884813824 2337 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216019 2337 1118 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101381 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 750
/proc/meminfo: memFree=1511360/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=865884 CPUtime=0.09
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 3692 0 1 0 7 2 0 0 18 0 9 0 1550803629 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301404 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 750
/proc/meminfo: memFree=1511360/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=866284 CPUtime=0.29
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 5863 0 1 0 25 4 0 0 18 0 9 0 1550803629 887074816 5237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216571 5237 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701452 s]
/proc/loadavg: 1.94 1.98 1.99 3/82 750
/proc/meminfo: memFree=1511360/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=866520 CPUtime=0.68
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 13531 0 1 0 59 9 0 0 18 0 9 0 1550803629 887316480 12891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216630 12894 1977 9 0 211158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866520

[startup+1.50253 s]
/proc/loadavg: 1.94 1.98 1.99 7/93 763
/proc/meminfo: memFree=1447208/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=1.46
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27649 146 1 0 132 14 0 0 18 0 10 0 1550803629 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18670 2631 9 0 211272 0
[pid=763] ppid=750 vsize=2452 CPUtime=0
/proc/763/stat : 763 (rm) R 750 750 31254 0 -1 4194304 60 0 0 0 0 0 0 0 19 0 1 0 1550803708 2510848 32 996147200 4194304 4227748 548682068720 18446744073709551615 268211124313 0 4 0 0 0 0 0 17 1 0 0
/proc/763/statm: 613 32 22 8 0 9 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=1.17
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19003 146 1 0 106 11 0 0 19 0 10 0 1550803630 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4126746305 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.1
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 146 0 0 9 1 0 0 17 0 10 0 1550803631 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 146 0 0 0 0 0 0 16 0 10 0 1550803631 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 146 0 0 0 0 0 0 16 0 10 0 1550803631 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 146 0 0 0 0 0 0 23 0 10 0 1550803633 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.16
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 513 146 0 0 16 0 0 0 15 0 10 0 1550803634 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 146 0 0 0 0 0 0 24 0 10 0 1550803634 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 146 0 0 0 0 0 0 15 0 10 0 1550803634 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=762] ppid=748 vsize=867064 CPUtime=0
/proc/750/task/762/stat : 762 (java) S 748 750 31254 0 -1 64 48 146 0 0 0 0 0 0 16 0 10 0 1550803708 887873536 18670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 869516

[startup+3.10472 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 763
/proc/meminfo: memFree=1446576/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=3.05
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27678 269 1 0 290 14 0 1 18 0 9 0 1550803629 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18684 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=2.73
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19015 269 1 0 261 11 0 1 25 0 9 0 1550803630 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4126783011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 17 0 9 0 1550803631 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.19
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 527 269 0 0 18 0 0 1 16 0 9 0 1550803634 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18684 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18684 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) 867064

[startup+6.30208 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 763
/proc/meminfo: memFree=1446448/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=6.21
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27701 269 1 0 606 14 0 1 18 0 9 0 1550803629 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18698 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=5.87
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19023 269 1 0 575 11 0 1 25 0 9 0 1550803630 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4126746514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 542 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18698 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867064

[startup+12.7028 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 763
/proc/meminfo: memFree=1446256/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=12.54
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27721 269 1 0 1239 14 0 1 18 0 9 0 1550803629 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18700 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=12.19
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19040 269 1 0 1207 11 0 1 25 0 9 0 1550803630 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4126746242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 545 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867064

[startup+25.5013 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 763
/proc/meminfo: memFree=1446192/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=25.19
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27763 269 1 0 2503 15 0 1 18 0 9 0 1550803629 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18700 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=24.84
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19082 269 1 0 2472 11 0 1 25 0 9 0 1550803630 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4126746242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 545 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18700 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 867064

[startup+51.1012 s]
/proc/loadavg: 1.97 1.98 1.99 3/91 763
/proc/meminfo: memFree=1446128/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=50.51
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27797 269 1 0 5035 15 0 1 18 0 9 0 1550803629 887873536 18701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18701 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=50.15
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19115 269 1 0 5003 11 0 1 25 0 9 0 1550803630 887873536 18701 996147200 134512640 134550740 4294955968 18446744073709551615 4126746175 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18701 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=100.79
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19264 269 1 0 10066 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126770962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 867064

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

[startup+108.704 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=107.46
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27955 269 1 0 10730 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=107.12
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19272 269 1 0 10699 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126734944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 107.46
Current children cumulated vsize (KiB) 867064

[startup+115.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=113.79
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27955 269 1 0 11363 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=113.45
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19272 269 1 0 11332 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126746059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 113.79
Current children cumulated vsize (KiB) 867064

[startup+118.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=116.96
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27966 269 1 0 11680 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=116.61
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19283 269 1 0 11648 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126746085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.96
Current children cumulated vsize (KiB) 867064

[startup+119.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=117.74
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27972 269 1 0 11758 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=117.4
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19289 269 1 0 11727 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126746242 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 117.74
Current children cumulated vsize (KiB) 867064

[startup+119.502 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=118.14
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27975 269 1 0 11798 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=117.8
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19292 269 1 0 11767 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126734990 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.14
Current children cumulated vsize (KiB) 867064

[startup+119.704 s]
/proc/loadavg: 1.99 1.98 1.99 3/91 763
/proc/meminfo: memFree=1445936/2055920 swapFree=4097964/4192956
[pid=750] ppid=748 vsize=867064 CPUtime=118.34
/proc/750/stat : 750 (java) S 748 750 31254 0 -1 0 27976 269 1 0 11818 15 0 1 18 0 9 0 1550803629 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/750/statm: 216766 18704 2631 9 0 211272 0
[pid=750/tid=752] ppid=748 vsize=867064 CPUtime=117.99
/proc/750/task/752/stat : 752 (java) R 748 750 31254 0 -1 64 19293 269 1 0 11786 12 0 1 25 0 9 0 1550803630 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4126770975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=753] ppid=748 vsize=867064 CPUtime=0.11
/proc/750/task/753/stat : 753 (java) S 748 750 31254 0 -1 64 7293 269 0 0 9 1 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=754] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/754/stat : 754 (java) S 748 750 31254 0 -1 64 16 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=755] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/755/stat : 755 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 16 0 9 0 1550803631 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=756] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/756/stat : 756 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 23 0 9 0 1550803633 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=757] ppid=748 vsize=867064 CPUtime=0.22
/proc/750/task/757/stat : 757 (java) S 748 750 31254 0 -1 64 547 269 0 0 21 0 0 1 16 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=750/tid=758] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/758/stat : 758 (java) S 748 750 31254 0 -1 64 1 269 0 0 0 0 0 1 24 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=750/tid=759] ppid=748 vsize=867064 CPUtime=0.01
/proc/750/task/759/stat : 759 (java) S 748 750 31254 0 -1 64 9 269 0 0 0 0 0 1 15 0 9 0 1550803634 887873536 18704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 118.34
Current children cumulated vsize (KiB) 867064

Child status: 0
Real time (s): 119.744
CPU time (s): 118.382
CPU user time (s): 118.198
CPU system time (s): 0.183972
CPU usage (%): 98.8629
Max. virtual memory (cumulated for all children) (KiB): 869516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.198
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28349
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= 3509
involuntary context switches= 5697

runsolver used 0.185971 second user time and 0.485926 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 00:41:54
IDJOB=1079919
IDBENCH=56921
IDSOLVER=363
FILE ID=node32/1079919-1215211314
PBS_JOBID= 7881699
Free space on /tmp= 66444 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-17_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-1079919-1215211314/watcher-1079919-1215211314 -o /tmp/evaluation-result-1079919-1215211314/solver-1079919-1215211314 -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-1079919-1215211314.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c7a4e83d91ba13000a51743d2741fd72
RANDOM SEED=1433672416

node32.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.218
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.218
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:       1511776 kB
Buffers:         68364 kB
Cached:         278832 kB
SwapCached:      88276 kB
Active:         306016 kB
Inactive:       179384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511776 kB
SwapTotal:     4192956 kB
SwapFree:      4097964 kB
Dirty:            3480 kB
Writeback:           0 kB
Mapped:         153928 kB
Slab:            43356 kB
Committed_AS:  3370648 kB
PageTables:       2212 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-05 00:43:54