Trace number 1077438

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
Sugar v1.13+minisat? 173.009 180.018

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-3-5.xml
MD5SUM611788638ce515f06a0b577424c1d5d6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.685895
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.37	c 0	Sugar v1-13 + HOME/minisat
0.01/0.37	c 0	BEGIN Tue Jul  8 02:32:12 2008
0.01/0.37	c 0	PID 2844
0.01/0.37	c 0	HOST node1.alineos.net
0.01/0.37	c 0	CONVERTING HOME/instance-1077438-1215477132.xml TO HOME/temp.csp
0.01/0.37	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077438-1215477132.xml' 'HOME/temp.csp'
0.26/1.18	c 1	1 domains, 100 variables, 80 predicates, 0 relations, 80 constraints
0.35/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.35/1.23	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.35/1.34	c 1	Parsing HOME/temp.csp
0.35/1.49	c 2	parsed 261 expressions
0.35/1.50	c 2	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/1.50	c 2	Converting to clausal form CSP
0.35/1.52	c 2	converted 27 (10%) expressions
0.35/1.52	c 2	converted 53 (20%) expressions
0.35/1.52	c 2	converted 79 (30%) expressions
0.35/1.52	c 2	converted 105 (40%) expressions
0.35/1.52	c 2	converted 131 (50%) expressions
0.35/1.52	c 2	converted 157 (60%) expressions
0.35/1.53	c 2	converted 183 (70%) expressions
0.35/1.60	c 2	converted 209 (80%) expressions
0.36/1.71	c 2	converted 235 (90%) expressions
0.36/1.74	c 2	converted 261 (100%) expressions
0.36/1.74	c 2	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 7111
0.36/1.74	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.74	c 2	Propagation in CSP
0.36/1.81	c 2	432953 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.36/1.81	c 2	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 5831
0.36/1.81	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.81	c 2	Simplifing CSP by introducing new Boolean variables
0.36/1.81	c 2	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 5831
0.36/1.81	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.36/1.86	c 2	Encoding CSP to SAT : HOME/temp.cnf
0.36/1.89	c 2	69 (10%) CSP integer variables are encoded (2434 clauses, 29551 bytes)
0.36/1.93	c 2	138 (20%) CSP integer variables are encoded (38138 clauses, 550192 bytes)
0.36/2.06	c 2	207 (30%) CSP integer variables are encoded (149035 clauses, 2312076 bytes)
1.15/2.18	c 2	276 (40%) CSP integer variables are encoded (243487 clauses, 3917760 bytes)
1.34/2.36	c 2	344 (50%) CSP integer variables are encoded (379977 clauses, 6238090 bytes)
1.53/2.51	c 3	413 (60%) CSP integer variables are encoded (503227 clauses, 8333340 bytes)
1.63/2.63	c 3	482 (70%) CSP integer variables are encoded (599199 clauses, 9964864 bytes)
1.73/2.79	c 3	551 (80%) CSP integer variables are encoded (740175 clauses, 12361456 bytes)
1.93/2.96	c 3	620 (90%) CSP integer variables are encoded (875390 clauses, 14660111 bytes)
2.13/3.15	c 3	688 (100%) CSP integer variables are encoded (1033989 clauses, 17425627 bytes)
2.34/3.36	c 3	134 (10%) CSP clauses are encoded (1161818 clauses, 19700932 bytes)
5.70/6.77	c 7	268 (20%) CSP clauses are encoded (3157210 clauses, 62036903 bytes)
8.58/9.64	c 10	401 (30%) CSP clauses are encoded (4819980 clauses, 98753964 bytes)
14.15/15.28	c 15	535 (40%) CSP clauses are encoded (7954666 clauses, 167855524 bytes)
36.38/37.91	c 38	668 (50%) CSP clauses are encoded (19542329 clauses, 444735734 bytes)
114.55/118.01	c 118	802 (60%) CSP clauses are encoded (59684225 clauses, 1424650414 bytes)
172.12/177.45	c 177	ERROR Exception Too large HOME/temp.cnf
172.12/177.45	c 177	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
172.12/177.45	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
172.12/177.45	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
172.12/177.45	s UNKNOWN
172.17/177.75	c 178	CPU 155.51 (0.02 0.02 155.49 16.64)
172.17/177.75	c 178	END Tue Jul  8 02:35:10 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1077438-1215477132/watcher-1077438-1215477132 -o /tmp/evaluation-result-1077438-1215477132/solver-1077438-1215477132 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1077438-1215477132.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.15 1.03 1.01 4/72 2844
/proc/meminfo: memFree=1881000/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=18572 CPUtime=0
/proc/2844/stat : 2844 (runsolver) D 2842 2844 2734 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4416697 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259353275687 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2844/statm: 4643 292 257 25 0 2626 0

[startup+0.042445 s]
/proc/loadavg: 1.15 1.03 1.01 4/72 2844
/proc/meminfo: memFree=1881000/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=124 CPUtime=0
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4416697 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 259350656393 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/2844/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101452 s]
/proc/loadavg: 1.15 1.03 1.01 4/72 2844
/proc/meminfo: memFree=1881000/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=11864 CPUtime=0
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 124 0 2 0 0 0 0 0 18 0 1 0 4416697 12148736 94 996147200 4194304 4206940 548682068608 18446744073709551615 259372813624 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/2844/statm: 2966 94 63 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301475 s]
/proc/loadavg: 1.15 1.03 1.01 4/72 2844
/proc/meminfo: memFree=1881000/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=12412 CPUtime=0.01
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 410 0 14 0 0 1 0 0 18 0 1 0 4416697 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/2844/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12412

[startup+0.701525 s]
/proc/loadavg: 1.15 1.03 1.01 4/72 2844
/proc/meminfo: memFree=1881000/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.03
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 885 127 15 0 2 1 0 0 16 0 1 0 4416697 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2844/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 1.15 1.03 1.01 3/83 2856
/proc/meminfo: memFree=1852880/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.35
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 958 4409 15 80 2 1 25 7 15 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+3.1018 s]
/proc/loadavg: 1.15 1.03 1.01 3/83 2866
/proc/meminfo: memFree=1841040/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 15 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=1.77
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 6702 0 10 0 162 15 0 0 18 0 9 0 4416820 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5560 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=1.45
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 3091 0 5 0 134 11 0 0 25 0 9 0 4416823 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=0.1
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 9 1 0 0 16 0 9 0 4416825 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.19
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1464 0 0 0 18 1 0 0 16 0 9 0 4416827 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 887456

[startup+6.30218 s]
/proc/loadavg: 1.22 1.05 1.02 3/83 2866
/proc/meminfo: memFree=1796112/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 15 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=4.95
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 7799 0 10 0 449 46 0 0 18 0 9 0 4416820 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5565 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=4.4
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 4184 0 5 0 404 36 0 0 25 0 9 0 4416823 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=0.32
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 25 7 0 0 16 0 9 0 4416825 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1468 0 0 0 19 1 0 0 16 0 9 0 4416827 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 887456

[startup+12.7019 s]
/proc/loadavg: 1.36 1.08 1.03 3/83 2866
/proc/meminfo: memFree=1707152/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=11.29
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 9976 0 10 0 1021 108 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5568 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=10.28
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 6358 0 5 0 942 86 0 0 25 0 9 0 4416823 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4126907946 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=0.79
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 59 20 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 16 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.65
Current children cumulated vsize (KiB) 887456

[startup+25.5024 s]
/proc/loadavg: 1.72 1.17 1.06 3/83 2866
/proc/meminfo: memFree=1371088/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=23.9
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 14048 0 10 0 2161 229 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5568 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=21.9
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 10430 0 5 0 2010 180 0 0 25 0 9 0 4416823 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4126907982 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=1.76
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 130 46 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 17 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 887456

[startup+51.1024 s]
/proc/loadavg: 2.30 1.35 1.12 3/84 2867
/proc/meminfo: memFree=738952/2055920 swapFree=4192956/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=48.86
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 22020 0 10 0 4414 472 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

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

[startup+166.302 s]
/proc/loadavg: 3.11 1.95 1.36 3/84 2867
/proc/meminfo: memFree=15944/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=160.93
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 57696 0 10 0 14541 1552 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5568 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=149.19
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 54078 0 5 0 13653 1266 0 0 25 0 9 0 4416823 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4126907937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=11.52
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 868 284 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 17 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 887456

[startup+172.708 s]
/proc/loadavg: 3.10 1.96 1.37 3/84 2867
/proc/meminfo: memFree=15240/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=167.15
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 59679 0 10 0 15104 1611 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5568 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=154.95
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 56061 0 5 0 14181 1314 0 0 25 0 9 0 4416823 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4126906513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=11.98
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 903 295 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 17 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 167.51
Current children cumulated vsize (KiB) 887456

[startup+175.902 s]
/proc/loadavg: 3.09 1.98 1.37 4/84 2867
/proc/meminfo: memFree=14792/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=170.29
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 60662 0 10 0 15388 1641 0 0 18 0 9 0 4416820 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5568 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=157.86
/proc/2858/task/2859/stat : 2859 (java) R 2857 2844 2734 0 -1 64 57044 0 5 0 14447 1339 0 0 25 0 9 0 4416823 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4126907992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=12.2
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 920 300 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) S 2857 2844 2734 0 -1 64 0 0 0 0 0 0 0 0 22 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 17 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) S 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5568 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 170.65
Current children cumulated vsize (KiB) 887456

[startup+177.502 s]
/proc/loadavg: 3.09 1.98 1.37 3/84 2867
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=0.36
/proc/2844/stat : 2844 (sugar) S 2842 2844 2734 0 -1 4194304 959 4409 15 80 2 2 25 7 16 0 1 0 4416697 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2844/statm: 3400 797 370 3 0 500 0
[pid=2857] ppid=2844 vsize=5356 CPUtime=0
/proc/2857/stat : 2857 (sh) S 2844 2844 2734 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416820 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2857/statm: 1339 233 193 169 0 50 0
[pid=2858] ppid=2857 vsize=868500 CPUtime=171.8
/proc/2858/stat : 2858 (java) S 2857 2844 2734 0 -1 0 61150 0 10 0 15524 1656 0 0 18 0 9 0 4416820 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2858/statm: 217125 5575 2562 9 0 211672 0
[pid=2858/tid=2859] ppid=2857 vsize=868500 CPUtime=159.27
/proc/2858/task/2859/stat : 2859 (java) D 2857 2844 2734 0 -1 64 57528 0 5 0 14576 1351 0 0 24 0 9 0 4416823 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2860] ppid=2857 vsize=868500 CPUtime=12.3
/proc/2858/task/2860/stat : 2860 (java) S 2857 2844 2734 0 -1 64 1454 0 5 0 928 302 0 0 16 0 9 0 4416825 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2861] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2861/stat : 2861 (java) S 2857 2844 2734 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416825 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2862] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2862/stat : 2862 (java) S 2857 2844 2734 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4416825 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2863] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2863/stat : 2863 (java) D 2857 2844 2734 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 4416827 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2864] ppid=2857 vsize=868500 CPUtime=0.2
/proc/2858/task/2864/stat : 2864 (java) S 2857 2844 2734 0 -1 64 1471 0 0 0 19 1 0 0 17 0 9 0 4416827 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2858/tid=2865] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2865/stat : 2865 (java) S 2857 2844 2734 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 4416827 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2858/tid=2866] ppid=2857 vsize=868500 CPUtime=0
/proc/2858/task/2866/stat : 2866 (java) D 2857 2844 2734 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416827 889344000 5575 996147200 134512640 134550740 4294955952 18446744073709551615 6933392 0 4 0 16800975 18446744071563479169 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.16
Current children cumulated vsize (KiB) 887456

[startup+179.101 s]
/proc/loadavg: 3.08 2.00 1.38 3/74 2867
/proc/meminfo: memFree=428248/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=172.84
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 981 65847 15 91 2 69 15549 1664 15 0 1 0 4416697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/2844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.84
Current children cumulated vsize (KiB) 13600

[startup+179.501 s]
/proc/loadavg: 3.08 2.00 1.38 4/74 2867
/proc/meminfo: memFree=1473944/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=172.95
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 981 65847 15 91 2 80 15549 1664 15 0 1 0 4416697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.95
Current children cumulated vsize (KiB) 13600

[startup+179.901 s]
/proc/loadavg: 3.08 2.00 1.38 4/74 2867
/proc/meminfo: memFree=1473944/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=172.96
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 981 65847 15 91 2 81 15549 1664 15 0 1 0 4416697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.96
Current children cumulated vsize (KiB) 13600

[startup+180.001 s]
/proc/loadavg: 3.08 2.00 1.38 4/74 2867
/proc/meminfo: memFree=1473944/2055920 swapFree=4192812/4192956
[pid=2844] ppid=2842 vsize=13600 CPUtime=172.98
/proc/2844/stat : 2844 (sugar) D 2842 2844 2734 0 -1 4194304 981 65847 15 91 2 83 15549 1664 15 0 1 0 4416697 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2844/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.98
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.52588e-05
#  lost CPU user time (s): 1.52588e-05
#  lost CPU system time (s): 0

Real time (s): 180.018
CPU time (s): 173.009
CPU user time (s): 155.525
CPU system time (s): 17.4833
CPU usage (%): 96.1062
Max. virtual memory (cumulated for all children) (KiB): 887456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.525
system time used= 17.4833
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66858
page faults= 106
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 389364
involuntary context switches= 388574

runsolver used 0.241963 second user time and 0.605907 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-08 02:32:12
IDJOB=1077438
IDBENCH=56673
IDSOLVER=346
FILE ID=node1/1077438-1215477132
PBS_JOBID= 7888637
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-80-3-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077438-1215477132/watcher-1077438-1215477132 -o /tmp/evaluation-result-1077438-1215477132/solver-1077438-1215477132 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1077438-1215477132.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 611788638ce515f06a0b577424c1d5d6
RANDOM SEED=553979784

node1.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.244
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.244
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:       1881480 kB
Buffers:         34980 kB
Cached:          88848 kB
SwapCached:          0 kB
Active:          84024 kB
Inactive:        58508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1881480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           10788 kB
Writeback:           0 kB
Mapped:          29280 kB
Slab:            17416 kB
Committed_AS:   127496 kB
PageTables:       1796 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= 66508 MiB
End job on node1 at 2008-07-08 02:35:12