Trace number 1077437

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+picosat? 167.993 176.162

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.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Fri Jul  4 19:28:01 2008
0.01/0.04	c 0	PID 31294
0.01/0.04	c 0	HOST node9.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1077437-1215192481.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077437-1215192481.xml' 'HOME/temp.csp'
0.03/0.25	c 0	1 domains, 100 variables, 80 predicates, 0 relations, 80 constraints
0.03/0.30	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.30	c 0	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.03/0.37	c 0	Parsing HOME/temp.csp
0.31/0.46	c 0	parsed 261 expressions
0.31/0.47	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.47	c 0	Converting to clausal form CSP
0.31/0.49	c 0	converted 27 (10%) expressions
0.31/0.49	c 0	converted 53 (20%) expressions
0.31/0.49	c 0	converted 79 (30%) expressions
0.31/0.49	c 0	converted 105 (40%) expressions
0.31/0.49	c 0	converted 131 (50%) expressions
0.31/0.49	c 0	converted 157 (60%) expressions
0.31/0.50	c 0	converted 183 (70%) expressions
0.31/0.54	c 0	converted 209 (80%) expressions
0.31/0.57	c 0	converted 235 (90%) expressions
0.31/0.62	c 0	converted 261 (100%) expressions
0.31/0.62	c 0	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 7111
0.31/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.62	c 0	Propagation in CSP
0.31/0.69	c 1	432953 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.69	c 1	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 5831
0.31/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.69	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.69	c 1	CSP : 688 integers, 0 booleans, 1336 clauses, largest domain size 5831
0.31/0.69	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.31/0.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.74	c 1	69 (10%) CSP integer variables are encoded (2434 clauses, 29551 bytes)
0.31/0.78	c 1	138 (20%) CSP integer variables are encoded (38138 clauses, 550192 bytes)
0.32/0.90	c 1	207 (30%) CSP integer variables are encoded (149035 clauses, 2312076 bytes)
1.19/1.02	c 1	276 (40%) CSP integer variables are encoded (243487 clauses, 3917760 bytes)
1.29/1.18	c 1	344 (50%) CSP integer variables are encoded (379977 clauses, 6238090 bytes)
1.49/1.32	c 1	413 (60%) CSP integer variables are encoded (503227 clauses, 8333340 bytes)
1.59/1.44	c 1	482 (70%) CSP integer variables are encoded (599199 clauses, 9964864 bytes)
1.79/1.60	c 1	551 (80%) CSP integer variables are encoded (740175 clauses, 12361456 bytes)
1.89/1.77	c 2	620 (90%) CSP integer variables are encoded (875390 clauses, 14660111 bytes)
2.09/1.97	c 2	688 (100%) CSP integer variables are encoded (1033989 clauses, 17425627 bytes)
2.29/2.19	c 2	134 (10%) CSP clauses are encoded (1161818 clauses, 19700932 bytes)
5.78/5.63	c 5	268 (20%) CSP clauses are encoded (3157210 clauses, 62036903 bytes)
8.78/8.60	c 8	401 (30%) CSP clauses are encoded (4819980 clauses, 98753964 bytes)
14.18/14.25	c 14	535 (40%) CSP clauses are encoded (7954666 clauses, 167855524 bytes)
35.80/36.08	c 36	668 (50%) CSP clauses are encoded (19542329 clauses, 444735734 bytes)
111.17/116.02	c 116	802 (60%) CSP clauses are encoded (59684225 clauses, 1424650414 bytes)
166.95/174.13	c 174	ERROR Exception Too large HOME/temp.cnf
166.95/174.13	c 174	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
166.95/174.13	c 174	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
166.95/174.13	c 174	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
166.95/174.13	s UNKNOWN
166.98/174.20	c 174	CPU 151.03 (0.03 0.01 151 15.96)
166.98/174.20	c 174	END Fri Jul  4 19:30:55 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-1077437-1215192481/watcher-1077437-1215192481 -o /tmp/evaluation-result-1077437-1215192481/solver-1077437-1215192481 -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/picosat -tmp=HOME/temp HOME/instance-1077437-1215192481.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.26 1.34 1.15 3/64 31294
/proc/meminfo: memFree=1864824/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=12268 CPUtime=0
/proc/31294/stat : 31294 (sugar) R 31292 31294 30024 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1548924323 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 0 4224 0 0 0 0 17 0 0 0
/proc/31294/statm: 3067 316 241 3 0 167 0

[startup+0.02645 s]
/proc/loadavg: 1.26 1.34 1.15 3/64 31294
/proc/meminfo: memFree=1864824/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13072 CPUtime=0.01
/proc/31294/stat : 31294 (sugar) R 31292 31294 30024 0 -1 4194304 624 0 0 0 1 0 0 0 18 0 1 0 1548924323 13385728 592 996147200 4194304 4206940 548682068608 18446744073709551615 215418835681 0 0 4224 0 0 0 0 17 0 0 0
/proc/31294/statm: 3268 592 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.10247 s]
/proc/loadavg: 1.26 1.34 1.15 3/64 31294
/proc/meminfo: memFree=1864824/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.03
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1548924323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302505 s]
/proc/loadavg: 1.26 1.34 1.15 3/64 31294
/proc/meminfo: memFree=1864824/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.03
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1548924323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701583 s]
/proc/loadavg: 1.26 1.34 1.15 3/64 31294
/proc/meminfo: memFree=1864824/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.31
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 0 25 3 15 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50173 s]
/proc/loadavg: 1.26 1.34 1.15 2/75 31316
/proc/meminfo: memFree=1846880/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=1.37
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 6624 0 1 0 127 10 0 0 18 0 9 0 1548924354 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5594 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=1.04
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 2950 0 1 0 97 7 0 0 24 0 9 0 1548924355 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4126373760 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=0.11
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 10 1 0 0 16 0 9 0 1548924356 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.2
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1520 0 0 0 19 1 0 0 16 0 9 0 1548924358 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5594 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 888292

[startup+3.10204 s]
/proc/loadavg: 1.26 1.34 1.15 2/75 31316
/proc/meminfo: memFree=1831584/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=2.95
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 7157 0 1 0 272 23 0 0 18 0 9 0 1548924354 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5600 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=2.5
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 3477 0 1 0 233 17 0 0 16 0 9 0 1548924355 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 18 3 0 0 16 0 9 0 1548924356 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.2
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1526 0 0 0 19 1 0 0 16 0 9 0 1548924358 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 888292

[startup+6.30165 s]
/proc/loadavg: 1.24 1.34 1.15 2/75 31316
/proc/meminfo: memFree=1791584/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=6.15
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 8238 0 1 0 563 52 0 0 18 0 9 0 1548924354 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5602 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=5.47
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 4556 0 1 0 507 40 0 0 16 0 9 0 1548924355 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 102064828 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=0.45
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 35 10 0 0 16 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.2
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1528 0 0 0 19 1 0 0 16 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 888292

[startup+12.7019 s]
/proc/loadavg: 1.22 1.33 1.14 2/75 31316
/proc/meminfo: memFree=1708000/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=12.53
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 10389 0 1 0 1145 108 0 0 18 0 9 0 1548924354 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5602 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=11.43
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 6706 0 1 0 1057 86 0 0 16 0 9 0 1548924355 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=0.87
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 67 20 0 0 16 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1529 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5602 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 888292

[startup+25.5023 s]
/proc/loadavg: 1.24 1.33 1.15 2/75 31316
/proc/meminfo: memFree=1545248/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=25.08
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 14529 0 1 0 2286 222 0 0 18 0 9 0 1548924354 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5603 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=23.19
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 10845 0 1 0 2137 182 0 0 17 0 9 0 1548924355 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4126537547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=1.66
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 128 38 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1530 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.15
Current children cumulated vsize (KiB) 888292

[startup+102.306 s]
/proc/loadavg: 1.37 1.33 1.16 2/75 31316
/proc/meminfo: memFree=603552/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=97.28
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 38294 0 1 0 8811 917 0 0 18 0 9 0 1548924354 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5603 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=90.42
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 34610 0 1 0 8284 758 0 0 17 0 9 0 1548924355 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=6.64
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 506 158 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1530 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.6
Current children cumulated vsize (KiB) 888292

[startup+162.302 s]
/proc/loadavg: 1.39 1.34 1.17 2/75 31316
/proc/meminfo: memFree=15584/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=156.67
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 58012 0 1 0 14174 1493 0 0 18 0 9 0 1548924354 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5603 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=145.72
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 54328 0 1 0 13333 1239 0 0 17 0 9 0 1548924355 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 102064825 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=10.71
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 819 252 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1530 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.99
Current children cumulated vsize (KiB) 888292

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

[startup+166.301 s]
/proc/loadavg: 1.36 1.34 1.17 2/75 31316
/proc/meminfo: memFree=15712/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=160.66
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 59292 0 1 0 14533 1533 0 0 18 0 9 0 1548924354 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5603 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=149.43
/proc/31308/task/31309/stat : 31309 (java) R 31307 31294 30024 0 -1 64 55608 0 1 0 13671 1272 0 0 24 0 9 0 1548924355 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=11
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 841 259 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1530 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 888292

[startup+172.706 s]
/proc/loadavg: 1.33 1.33 1.17 1/75 31316
/proc/meminfo: memFree=15584/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=0.32
/proc/31294/stat : 31294 (sugar) S 31292 31294 30024 0 -1 4194304 974 4492 0 1 3 1 25 3 16 0 1 0 1548924323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31294/statm: 3400 797 370 3 0 500 0
[pid=31307] ppid=31294 vsize=5356 CPUtime=0
/proc/31307/stat : 31307 (sh) S 31294 31294 30024 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1548924354 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31307/statm: 1339 233 193 169 0 50 0
[pid=31308] ppid=31307 vsize=869336 CPUtime=166.05
/proc/31308/stat : 31308 (java) S 31307 31294 30024 0 -1 0 61017 0 1 0 15019 1586 0 0 18 0 9 0 1548924354 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31308/statm: 217334 5603 2562 9 0 211881 0
[pid=31308/tid=31309] ppid=31307 vsize=869336 CPUtime=154.42
/proc/31308/task/31309/stat : 31309 (java) D 31307 31294 30024 0 -1 64 57333 0 1 0 14127 1315 0 0 17 0 9 0 1548924355 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=31308/tid=31310] ppid=31307 vsize=869336 CPUtime=11.4
/proc/31308/task/31310/stat : 31310 (java) S 31307 31294 30024 0 -1 64 1462 0 0 0 871 269 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31311] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31311/stat : 31311 (java) S 31307 31294 30024 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31312] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31312/stat : 31312 (java) S 31307 31294 30024 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1548924356 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31313] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31313/stat : 31313 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31314] ppid=31307 vsize=869336 CPUtime=0.21
/proc/31308/task/31314/stat : 31314 (java) S 31307 31294 30024 0 -1 64 1530 0 0 0 20 1 0 0 16 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31308/tid=31315] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31315/stat : 31315 (java) S 31307 31294 30024 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31308/tid=31316] ppid=31307 vsize=869336 CPUtime=0
/proc/31308/task/31316/stat : 31316 (java) S 31307 31294 30024 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1548924358 890200064 5603 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.37
Current children cumulated vsize (KiB) 888292

[startup+174.302 s]
/proc/loadavg: 1.33 1.33 1.17 2/75 31316
/proc/meminfo: memFree=15776/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=167.07
/proc/31294/stat : 31294 (sugar) R 31292 31294 30024 0 -1 4194304 996 66001 0 2 3 8 15100 1596 16 0 1 0 1548924323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31294/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.07
Current children cumulated vsize (KiB) 13600

[startup+175.102 s]
/proc/loadavg: 1.30 1.33 1.17 2/65 31316
/proc/meminfo: memFree=1301232/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=167.86
/proc/31294/stat : 31294 (sugar) D 31292 31294 30024 0 -1 4194304 996 66001 0 2 3 87 15100 1596 17 0 1 0 1548924323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31294/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.86
Current children cumulated vsize (KiB) 13600

[startup+175.902 s]
/proc/loadavg: 1.30 1.33 1.17 1/65 31316
/proc/meminfo: memFree=1877872/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=167.97
/proc/31294/stat : 31294 (sugar) R 31292 31294 30024 0 -1 4194304 996 66001 0 2 3 98 15100 1596 15 0 1 0 1548924323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31294/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.97
Current children cumulated vsize (KiB) 13600

[startup+176.102 s]
/proc/loadavg: 1.30 1.33 1.17 1/65 31316
/proc/meminfo: memFree=1877872/2055920 swapFree=4114076/4192956
[pid=31294] ppid=31292 vsize=13600 CPUtime=167.98
/proc/31294/stat : 31294 (sugar) D 31292 31294 30024 0 -1 4194304 996 66001 0 2 3 99 15100 1596 15 0 1 0 1548924323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215419163689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/31294/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 167.98
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 176.162
CPU time (s): 167.993
CPU user time (s): 151.036
CPU system time (s): 16.9574
CPU usage (%): 95.3631
Max. virtual memory (cumulated for all children) (KiB): 888292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.036
system time used= 16.9574
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67027
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281561
involuntary context switches= 234838

runsolver used 0.188971 second user time and 0.549916 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 19:28:01
IDJOB=1077437
IDBENCH=56673
IDSOLVER=345
FILE ID=node9/1077437-1215192481
PBS_JOBID= 7881612
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077437-1215192481/watcher-1077437-1215192481 -o /tmp/evaluation-result-1077437-1215192481/solver-1077437-1215192481 -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/picosat" -tmp="HOME/temp" HOME/instance-1077437-1215192481.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 611788638ce515f06a0b577424c1d5d6
RANDOM SEED=889833315

node9.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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1865368 kB
Buffers:          3752 kB
Cached:          36124 kB
SwapCached:      72460 kB
Active:         132292 kB
Inactive:         4452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865368 kB
SwapTotal:     4192956 kB
SwapFree:      4114076 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:         102712 kB
Slab:            39644 kB
Committed_AS:  2959944 kB
PageTables:       1632 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node9 at 2008-07-04 19:30:57