Trace number 1059716

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+picosatUNSAT 298.366 301.61

General information on the benchmark

Namecsp/fischer/
normalized-fischer-5-7-fair.xml
MD5SUMd2e0111bc12a0f1866da9545d0c2e512
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark35.8006
Satisfiable
(Un)Satisfiability was proved
Number of variables9219
Number of constraints8712
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8712
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:37:59 2008
0.00/0.05	c 0	PID 12164
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059716-1215124679.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059716-1215124679.xml' 'HOME/temp.csp'
0.97/1.04	c 1	3 domains, 9219 variables, 9 predicates, 0 relations, 8712 constraints
0.97/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.05	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'
1.01/1.13	c 1	Parsing HOME/temp.csp
1.01/1.56	c 2	parsed 10000 expressions
1.01/1.76	c 2	parsed 17943 expressions
1.01/1.76	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.76	c 2	Converting to clausal form CSP
1.01/1.81	c 2	converted 1795 (10%) expressions
1.01/1.82	c 2	converted 3589 (20%) expressions
1.01/1.82	c 2	converted 5383 (30%) expressions
1.01/1.82	c 2	converted 7178 (40%) expressions
1.01/1.82	c 2	converted 8972 (50%) expressions
1.01/2.08	c 2	converted 10766 (60%) expressions
2.13/2.27	c 2	converted 12561 (70%) expressions
2.42/2.53	c 3	converted 14355 (80%) expressions
2.52/2.68	c 3	converted 16149 (90%) expressions
2.82/2.94	c 3	converted 17943 (100%) expressions
2.82/2.94	c 3	CSP : 16081 integers, 568 booleans, 39517 clauses, largest domain size 20001
2.82/2.94	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.94	c 3	Propagation in CSP
106.91/108.06	c 108	225225931 values, 0 unsatisfiable literals, and 0 valid clauses are removed
106.91/108.07	c 108	CSP : 16081 integers, 568 booleans, 39517 clauses, largest domain size 20001
106.91/108.07	c 108	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
106.91/108.08	c 108	Simplifing CSP by introducing new Boolean variables
107.00/108.16	c 108	CSP : 16081 integers, 14466 booleans, 53415 clauses, largest domain size 20001
107.00/108.16	c 108	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.20/108.37	c 109	Encoding CSP to SAT : HOME/temp.cnf
107.30/108.47	c 109	1609 (10%) CSP integer variables are encoded (53913 clauses, 787171 bytes)
108.29/109.49	c 110	3217 (20%) CSP integer variables are encoded (874605 clauses, 14648604 bytes)
108.79/109.95	c 110	4825 (30%) CSP integer variables are encoded (1239357 clauses, 21330475 bytes)
109.08/110.20	c 110	6433 (40%) CSP integer variables are encoded (1439335 clauses, 25130057 bytes)
109.48/110.66	c 111	8041 (50%) CSP integer variables are encoded (1793282 clauses, 31855050 bytes)
109.48/110.66	c 111	9649 (60%) CSP integer variables are encoded (1793282 clauses, 31855050 bytes)
109.78/110.98	c 111	11257 (70%) CSP integer variables are encoded (2043232 clauses, 36604100 bytes)
109.97/111.18	c 111	12865 (80%) CSP integer variables are encoded (2193202 clauses, 39453530 bytes)
110.07/111.22	c 111	14473 (90%) CSP integer variables are encoded (2223198 clauses, 40023454 bytes)
110.27/111.44	c 112	16081 (100%) CSP integer variables are encoded (2393172 clauses, 43252960 bytes)
123.37/124.77	c 125	5342 (10%) CSP clauses are encoded (9579869 clauses, 187353799 bytes)
123.77/125.11	c 125	10683 (20%) CSP clauses are encoded (9781547 clauses, 191347081 bytes)
124.36/125.76	c 126	16025 (30%) CSP clauses are encoded (10183915 clauses, 199494151 bytes)
125.25/126.65	c 127	21366 (40%) CSP clauses are encoded (10745410 clauses, 210862455 bytes)
125.95/127.37	c 128	26708 (50%) CSP clauses are encoded (11187084 clauses, 220124697 bytes)
126.04/127.40	c 128	32049 (60%) CSP clauses are encoded (11189590 clauses, 220175614 bytes)
126.04/127.43	c 128	37391 (70%) CSP clauses are encoded (11192063 clauses, 220225792 bytes)
126.53/127.91	c 128	42732 (80%) CSP clauses are encoded (11474499 clauses, 226225185 bytes)
127.30/128.79	c 129	48074 (90%) CSP clauses are encoded (11997007 clauses, 237326149 bytes)
127.39/128.84	c 129	53415 (100%) CSP clauses are encoded (12006761 clauses, 237584111 bytes)
127.39/128.84	c 129	53415 CSP clauses encoded
127.39/128.84	c 129	Writing map file : HOME/temp.map
127.49/128.93	c 129	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
127.49/128.93	c 129	SAT : 2412200 SAT variables, 12006761 SAT clauses, 237584111 bytes
127.49/128.93	c 129	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
127.49/128.99	c 129	SOLVING HOME/temp.cnf
127.49/128.99	c 129	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
297.66/300.96	c 301	DECODING HOME/temp.out WITH HOME/temp.map
297.66/300.96	c 301	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
297.73/301.05	c 301	Decoding HOME/temp.out
298.15/301.46	s UNSATISFIABLE
298.15/301.47	c 302	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
298.15/301.49	c 302	CPU 242.2 (0.04 0.01 242.16 56.02)
298.15/301.49	c 302	END Fri Jul  4 00:43:01 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1059716-1215124679/watcher-1059716-1215124679 -o /tmp/evaluation-result-1059716-1215124679/solver-1059716-1215124679 -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-1059716-1215124679.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: 2.00 2.00 2.00 4/81 12164
/proc/meminfo: memFree=1792728/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=12268 CPUtime=0
/proc/12164/stat : 12164 (sugar) R 12162 12164 11984 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1991443540 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259362175998 0 0 4224 0 0 0 0 17 1 0 0
/proc/12164/statm: 3067 316 241 3 0 167 0

[startup+0.0662421 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12164
/proc/meminfo: memFree=1792728/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=0.04
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991443540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101246 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12164
/proc/meminfo: memFree=1792728/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=0.04
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991443540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301288 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12164
/proc/meminfo: memFree=1792728/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=0.04
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991443540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701365 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 12164
/proc/meminfo: memFree=1792728/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=0.04
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1991443540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50152 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12176
/proc/meminfo: memFree=1765760/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 973 10278 0 1 3 1 92 5 16 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 13600

[startup+3.10284 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 12186
/proc/meminfo: memFree=1771136/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=2.01
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 12669 0 1 0 194 7 0 0 18 0 9 0 1991443646 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12178/statm: 217101 11564 2540 9 0 211676 0
[pid=12178/tid=12179] ppid=12177 vsize=868404 CPUtime=1.14
/proc/12178/task/12179/stat : 12179 (java) R 12177 12164 11984 0 -1 64 2900 0 1 0 113 1 0 0 23 0 9 0 1991443647 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4126979741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12180] ppid=12177 vsize=868404 CPUtime=0.6
/proc/12178/task/12180/stat : 12180 (java) S 12177 12164 11984 0 -1 64 7590 0 0 0 57 3 0 0 16 0 9 0 1991443648 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12181] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12181/stat : 12181 (java) S 12177 12164 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991443648 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12182] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12182/stat : 12182 (java) S 12177 12164 11984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991443648 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12183] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12183/stat : 12183 (java) S 12177 12164 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991443650 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12184] ppid=12177 vsize=868404 CPUtime=0.23
/proc/12178/task/12184/stat : 12184 (java) S 12177 12164 11984 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1991443650 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12185] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11564 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887360

[startup+6.30247 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12186
/proc/meminfo: memFree=1752896/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=5.17
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 12988 0 1 0 509 8 0 0 18 0 9 0 1991443646 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12178/statm: 217101 11688 2540 9 0 211676 0
[pid=12178/tid=12179] ppid=12177 vsize=868404 CPUtime=4.21
/proc/12178/task/12179/stat : 12179 (java) R 12177 12164 11984 0 -1 64 3095 0 1 0 419 2 0 0 25 0 9 0 1991443647 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4126582882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12180] ppid=12177 vsize=868404 CPUtime=0.7
/proc/12178/task/12180/stat : 12180 (java) S 12177 12164 11984 0 -1 64 7714 0 0 0 66 4 0 0 16 0 9 0 1991443648 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12181] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12181/stat : 12181 (java) S 12177 12164 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991443648 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12182] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12182/stat : 12182 (java) S 12177 12164 11984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991443648 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12183] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12183/stat : 12183 (java) S 12177 12164 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991443650 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12184] ppid=12177 vsize=868404 CPUtime=0.23
/proc/12178/task/12184/stat : 12184 (java) S 12177 12164 11984 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1991443650 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12185] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887360

[startup+12.7027 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12186
/proc/meminfo: memFree=1752512/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=11.51
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 13382 0 1 0 1138 13 0 0 18 0 9 0 1991443646 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12178/statm: 217101 11694 2540 9 0 211676 0
[pid=12178/tid=12179] ppid=12177 vsize=868404 CPUtime=10.39
/proc/12178/task/12179/stat : 12179 (java) R 12177 12164 11984 0 -1 64 3483 0 1 0 1036 3 0 0 25 0 9 0 1991443647 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4126979631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12180] ppid=12177 vsize=868404 CPUtime=0.85
/proc/12178/task/12180/stat : 12180 (java) S 12177 12164 11984 0 -1 64 7720 0 0 0 78 7 0 0 16 0 9 0 1991443648 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12181] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12181/stat : 12181 (java) S 12177 12164 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991443648 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12182] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12182/stat : 12182 (java) S 12177 12164 11984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991443648 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12183] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12183/stat : 12183 (java) S 12177 12164 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991443650 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12184] ppid=12177 vsize=868404 CPUtime=0.23
/proc/12178/task/12184/stat : 12184 (java) S 12177 12164 11984 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1991443650 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12185] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11694 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887360

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 12186
/proc/meminfo: memFree=1752576/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=24.18
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 14166 0 1 0 2397 21 0 0 18 0 9 0 1991443646 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12178/statm: 217101 11707 2540 9 0 211676 0
[pid=12178/tid=12179] ppid=12177 vsize=868404 CPUtime=22.73
/proc/12178/task/12179/stat : 12179 (java) R 12177 12164 11984 0 -1 64 4254 0 1 0 2267 6 0 0 25 0 9 0 1991443647 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4126630042 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12180] ppid=12177 vsize=868404 CPUtime=1.2
/proc/12178/task/12180/stat : 12180 (java) S 12177 12164 11984 0 -1 64 7733 0 0 0 107 13 0 0 16 0 9 0 1991443648 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12181] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12181/stat : 12181 (java) S 12177 12164 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991443648 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12182] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12182/stat : 12182 (java) S 12177 12164 11984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991443648 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12183] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12183/stat : 12183 (java) S 12177 12164 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991443650 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12184] ppid=12177 vsize=868404 CPUtime=0.23
/proc/12178/task/12184/stat : 12184 (java) S 12177 12164 11984 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1991443650 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12185] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11707 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887360

[startup+51.1023 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 12186
/proc/meminfo: memFree=1752512/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=49.54
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 15731 0 1 0 4916 38 0 0 18 0 9 0 1991443646 889245696 11731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 887360

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/92 12186
/proc/meminfo: memFree=1752320/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=1.01
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 974 10278 0 1 3 1 92 5 15 0 1 0 1991443540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 797 370 3 0 500 0
[pid=12177] ppid=12164 vsize=5356 CPUtime=0
/proc/12177/stat : 12177 (sh) S 12164 12164 11984 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991443646 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12177/statm: 1339 233 193 169 0 50 0
[pid=12178] ppid=12177 vsize=868404 CPUtime=100.26
/proc/12178/stat : 12178 (java) S 12177 12164 11984 0 -1 0 18855 0 1 0 9959 67 0 0 18 0 9 0 1991443646 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12178/statm: 217101 11764 2540 9 0 211676 0
[pid=12178/tid=12179] ppid=12177 vsize=868404 CPUtime=96.92
/proc/12178/task/12179/stat : 12179 (java) R 12177 12164 11984 0 -1 64 8886 0 1 0 9670 22 0 0 25 0 9 0 1991443647 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12180] ppid=12177 vsize=868404 CPUtime=3.08
/proc/12178/task/12180/stat : 12180 (java) S 12177 12164 11984 0 -1 64 7790 0 0 0 266 42 0 0 16 0 9 0 1991443648 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12181] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12181/stat : 12181 (java) S 12177 12164 11984 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991443648 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12182] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12182/stat : 12182 (java) S 12177 12164 11984 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991443648 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12183] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12183/stat : 12183 (java) S 12177 12164 11984 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1991443650 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12184] ppid=12177 vsize=868404 CPUtime=0.23
/proc/12178/task/12184/stat : 12184 (java) S 12177 12164 11984 0 -1 64 1482 0 0 0 22 1 0 0 16 0 9 0 1991443650 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12185] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12185/stat : 12185 (java) S 12177 12164 11984 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991443650 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12178/tid=12186] ppid=12177 vsize=868404 CPUtime=0
/proc/12178/task/12186/stat : 12186 (java) S 12177 12164 11984 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991443650 889245696 11764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 887360

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 12188
/proc/meminfo: memFree=1275456/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=389988 CPUtime=32.96
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 69818 0 0 0 1503 1793 0 0 25 0 1 0 1991456440 399347712 69804 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 97497 69804 40 102 0 97392 0
Current children cumulated CPU time (s) 160.52
Current children cumulated vsize (KiB) 408944

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1057408/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=602928 CPUtime=92.27
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 122602 0 0 0 4166 5061 0 0 25 0 1 0 1991456440 617398272 122588 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 150732 122588 40 102 0 150627 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 621884

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1026304/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=689600 CPUtime=151.68
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 131284 0 0 0 9813 5355 0 0 25 0 1 0 1991456440 706150400 131259 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 172400 131259 42 102 0 172295 0
Current children cumulated CPU time (s) 279.24
Current children cumulated vsize (KiB) 708556

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

[startup+294.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1026240/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=689600 CPUtime=163.56
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 131286 0 0 0 11001 5355 0 0 25 0 1 0 1991456440 706150400 131261 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 172400 131261 42 102 0 172295 0
Current children cumulated CPU time (s) 291.12
Current children cumulated vsize (KiB) 708556

[startup+297.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1026240/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=689600 CPUtime=166.73
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 131288 0 0 0 11318 5355 0 0 25 0 1 0 1991456440 706150400 131263 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 172400 131263 42 102 0 172295 0
Current children cumulated CPU time (s) 294.29
Current children cumulated vsize (KiB) 708556

[startup+299.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1026240/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=689600 CPUtime=168.32
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 131289 0 0 0 11477 5355 0 0 25 0 1 0 1991456440 706150400 131264 996147200 134512640 134931368 4294956256 18446744073709551615 134523087 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 172400 131264 42 102 0 172295 0
Current children cumulated CPU time (s) 295.88
Current children cumulated vsize (KiB) 708556

[startup+300.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1025664/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=127.56
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1022 33906 0 2 4 1 12517 234 17 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
[pid=12187] ppid=12164 vsize=5356 CPUtime=0
/proc/12187/stat : 12187 (sh) S 12164 12164 11984 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991456440 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12187/statm: 1339 232 193 169 0 50 0
[pid=12188] ppid=12187 vsize=658284 CPUtime=169.9
/proc/12188/stat : 12188 (picosat) R 12187 12164 11984 0 -1 4194304 131731 0 0 0 11634 5356 0 0 25 0 1 0 1991456440 674082816 123524 996147200 134512640 134931368 4294956256 18446744073709551615 134580624 0 0 4096 0 0 0 0 17 1 0 0
/proc/12188/statm: 164571 123524 42 102 0 164466 0
Current children cumulated CPU time (s) 297.46
Current children cumulated vsize (KiB) 677240

[startup+301.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12188
/proc/meminfo: memFree=1025664/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=297.73
/proc/12164/stat : 12164 (sugar) S 12162 12164 11984 0 -1 4194304 1091 165924 0 2 4 1 24169 5599 16 0 1 0 1991443540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12164/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 297.73
Current children cumulated vsize (KiB) 13600

[startup+301.503 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 12198
/proc/meminfo: memFree=1546944/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=298.25
/proc/12164/stat : 12164 (sugar) R 12162 12164 11984 0 -1 4194304 1119 170237 0 3 4 3 24216 5602 16 0 1 0 1991443540 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12164/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 298.25
Current children cumulated vsize (KiB) 13600

[startup+301.609 s]
/proc/loadavg: 2.00 2.00 2.00 5/92 12198
/proc/meminfo: memFree=1546944/2055920 swapFree=4179472/4192956
[pid=12164] ppid=12162 vsize=13600 CPUtime=298.35
/proc/12164/stat : 12164 (sugar) R 12162 12164 11984 0 -1 4194304 1119 170237 0 3 4 13 24216 5602 16 0 1 0 1991443540 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12164/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 298.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 301.61
CPU time (s): 298.366
CPU user time (s): 242.203
CPU system time (s): 56.1625
CPU usage (%): 98.9243
Max. virtual memory (cumulated for all children) (KiB): 889924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.203
system time used= 56.1625
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171386
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65046
involuntary context switches= 74894

runsolver used 0.394939 second user time and 1.00285 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 00:37:59
IDJOB=1059716
IDBENCH=54337
IDSOLVER=345
FILE ID=node1/1059716-1215124679
PBS_JOBID= 7877229
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-5-7-fair.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-1059716-1215124679/watcher-1059716-1215124679 -o /tmp/evaluation-result-1059716-1215124679/solver-1059716-1215124679 -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-1059716-1215124679.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d2e0111bc12a0f1866da9545d0c2e512
RANDOM SEED=974809407

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.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	: 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.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:       1793272 kB
Buffers:         15044 kB
Cached:         113396 kB
SwapCached:       7288 kB
Active:         149764 kB
Inactive:        62976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793272 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            2776 kB
Writeback:           0 kB
Mapped:          98532 kB
Slab:            34972 kB
Committed_AS:  3828716 kB
PageTables:       2064 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= 66536 MiB
End job on node1 at 2008-07-04 00:43:01