Trace number 1063811

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 195.867 196.975

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-43s-smv.xml
MD5SUM12d27c64e696cc8c609d7f2cba3eeb46
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 benchmark93.9577
Satisfiable
(Un)Satisfiability was proved
Number of variables3655
Number of constraints8685
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8685
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:32:19 2008
0.00/0.04	c 0	PID 30918
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063811-1215138739.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1063811-1215138739.xml' 'HOME/temp.csp'
0.03/0.92	c 1	3 domains, 3655 variables, 7 predicates, 0 relations, 8685 constraints
0.03/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.94/1.01	c 1	Parsing HOME/temp.csp
1.24/1.33	c 1	parsed 10000 expressions
1.34/1.45	c 2	parsed 12350 expressions
1.34/1.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.46	c 2	Converting to clausal form CSP
1.34/1.49	c 2	converted 1235 (10%) expressions
1.43/1.50	c 2	converted 2470 (20%) expressions
1.43/1.52	c 2	converted 3705 (30%) expressions
1.53/1.68	c 2	converted 4940 (40%) expressions
1.63/1.71	c 2	converted 6175 (50%) expressions
1.63/1.74	c 2	converted 7410 (60%) expressions
1.63/1.76	c 2	converted 8645 (70%) expressions
1.63/1.78	c 2	converted 9880 (80%) expressions
1.73/1.86	c 2	converted 11115 (90%) expressions
2.42/2.51	c 3	converted 12350 (100%) expressions
2.42/2.52	c 3	CSP : 12313 integers, 0 booleans, 24504 clauses, largest domain size 318
2.42/2.52	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.42/2.52	c 3	Propagation in CSP
2.63/2.71	c 3	4055 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.72	c 3	CSP : 12313 integers, 0 booleans, 24504 clauses, largest domain size 256
2.63/2.72	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.73	c 3	Simplifing CSP by introducing new Boolean variables
2.63/2.75	c 3	CSP : 12313 integers, 0 booleans, 24504 clauses, largest domain size 256
2.63/2.75	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.84	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.73/2.86	c 3	1232 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.73/2.88	c 3	2463 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.73/2.88	c 3	3694 (30%) CSP integer variables are encoded (2328 clauses, 30328 bytes)
2.83/2.97	c 3	4926 (40%) CSP integer variables are encoded (73572 clauses, 1090165 bytes)
2.93/3.05	c 3	6157 (50%) CSP integer variables are encoded (138916 clauses, 2157746 bytes)
3.03/3.14	c 3	7388 (60%) CSP integer variables are encoded (207005 clauses, 3315259 bytes)
3.13/3.23	c 3	8620 (70%) CSP integer variables are encoded (273251 clauses, 4441441 bytes)
3.23/3.32	c 3	9851 (80%) CSP integer variables are encoded (345175 clauses, 5664149 bytes)
3.33/3.43	c 4	11082 (90%) CSP integer variables are encoded (426695 clauses, 7049989 bytes)
3.43/3.52	c 4	12313 (100%) CSP integer variables are encoded (497585 clauses, 8255119 bytes)
3.43/3.57	c 4	2451 (10%) CSP clauses are encoded (500036 clauses, 8286013 bytes)
3.43/3.59	c 4	4901 (20%) CSP clauses are encoded (502486 clauses, 8319220 bytes)
4.32/4.49	c 5	7352 (30%) CSP clauses are encoded (1043249 clauses, 19177909 bytes)
7.18/7.34	c 7	9802 (40%) CSP clauses are encoded (2707708 clauses, 54341543 bytes)
9.68/9.82	c 10	12252 (50%) CSP clauses are encoded (4052625 clauses, 86454469 bytes)
12.22/12.44	c 13	14703 (60%) CSP clauses are encoded (5454605 clauses, 120180880 bytes)
15.20/15.42	c 16	17153 (70%) CSP clauses are encoded (7068835 clauses, 159062503 bytes)
18.85/19.19	c 19	19604 (80%) CSP clauses are encoded (9092529 clauses, 207938724 bytes)
23.44/23.87	c 24	22054 (90%) CSP clauses are encoded (11589035 clauses, 268297764 bytes)
27.17/27.60	c 28	24504 (100%) CSP clauses are encoded (13573605 clauses, 316229234 bytes)
27.17/27.60	c 28	24504 CSP clauses encoded
27.17/27.60	c 28	Writing map file : HOME/temp.map
27.17/27.65	c 28	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.17/27.65	c 28	SAT : 509379 SAT variables, 13573605 SAT clauses, 316229234 bytes
27.17/27.65	c 28	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.17/27.67	c 28	SOLVING HOME/temp.cnf
27.17/27.67	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
195.38/196.54	c 197	DECODING HOME/temp.out WITH HOME/temp.map
195.38/196.54	c 197	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
195.44/196.63	c 197	Decoding HOME/temp.out
195.44/196.79	s UNSATISFIABLE
195.44/196.79	c 197	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
195.67/196.82	c 197	CPU 132.61 (0.03 0.01 132.58 63.07)
195.67/196.82	c 197	END Fri Jul  4 04:35:36 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-1063811-1215138739/watcher-1063811-1215138739 -o /tmp/evaluation-result-1063811-1215138739/solver-1063811-1215138739 -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-1063811-1215138739.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.91 1.98 1.99 4/73 30918
/proc/meminfo: memFree=1814696/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=12268 CPUtime=0
/proc/30918/stat : 30918 (sugar) R 30916 30918 28750 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1992848954 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/30918/statm: 3067 316 241 3 0 167 0

[startup+0.0548359 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 30918
/proc/meminfo: memFree=1814696/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.03
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992848954 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30918/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101839 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 30918
/proc/meminfo: memFree=1814696/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.03
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992848954 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30918/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30186 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 30918
/proc/meminfo: memFree=1814696/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.03
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992848954 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30918/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701898 s]
/proc/loadavg: 1.91 1.98 1.99 4/73 30918
/proc/meminfo: memFree=1814696/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.03
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 1992848954 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30918/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 30940
/proc/meminfo: memFree=1808208/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.89
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 974 9417 0 1 2 1 80 6 15 0 1 0 1992848954 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 797 370 3 0 500 0
[pid=30931] ppid=30918 vsize=5356 CPUtime=0
/proc/30931/stat : 30931 (sh) S 30918 30918 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992849048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30931/statm: 1339 233 193 169 0 50 0
[pid=30932] ppid=30931 vsize=864244 CPUtime=0.54
/proc/30932/stat : 30932 (java) S 30931 30918 28750 0 -1 0 6090 0 1 0 51 3 0 0 19 0 9 0 1992849048 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 216061 5309 2540 9 0 210636 0
[pid=30932/tid=30933] ppid=30931 vsize=864244 CPUtime=0.35
/proc/30932/task/30933/stat : 30933 (java) R 30931 30918 28750 0 -1 64 2582 0 1 0 34 1 0 0 22 0 9 0 1992849049 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30934] ppid=30931 vsize=864244 CPUtime=0.1
/proc/30932/task/30934/stat : 30934 (java) S 30931 30918 28750 0 -1 64 2470 0 0 0 9 1 0 0 16 0 9 0 1992849050 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30935] ppid=30931 vsize=864244 CPUtime=0
/proc/30932/task/30935/stat : 30935 (java) S 30931 30918 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992849050 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30936] ppid=30931 vsize=864244 CPUtime=0
/proc/30932/task/30936/stat : 30936 (java) S 30931 30918 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992849050 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30937] ppid=30931 vsize=864244 CPUtime=0
/proc/30932/task/30937/stat : 30937 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992849052 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30938] ppid=30931 vsize=864244 CPUtime=0.07
/proc/30932/task/30938/stat : 30938 (java) R 30931 30918 28750 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 1992849052 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 101991371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30939] ppid=30931 vsize=864244 CPUtime=0
/proc/30932/task/30939/stat : 30939 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992849052 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30940] ppid=30931 vsize=864244 CPUtime=0
/proc/30932/task/30940/stat : 30940 (java) S 30931 30918 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992849052 884985856 5309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883200

[startup+3.10212 s]
/proc/loadavg: 1.91 1.98 1.99 3/84 30940
/proc/meminfo: memFree=1789776/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.9
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 974 9417 0 1 3 1 80 6 15 0 1 0 1992848954 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 797 370 3 0 500 0
[pid=30931] ppid=30918 vsize=5356 CPUtime=0
/proc/30931/stat : 30931 (sh) S 30918 30918 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992849048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30931/statm: 1339 233 193 169 0 50 0
[pid=30932] ppid=30931 vsize=868500 CPUtime=2.13
/proc/30932/stat : 30932 (java) S 30931 30918 28750 0 -1 0 10961 0 1 0 204 9 0 0 19 0 9 0 1992849048 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 217125 9763 2565 9 0 211672 0
[pid=30932/tid=30933] ppid=30931 vsize=868500 CPUtime=1.36
/proc/30932/task/30933/stat : 30933 (java) R 30931 30918 28750 0 -1 64 2906 0 1 0 133 3 0 0 25 0 9 0 1992849049 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4127040400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30934] ppid=30931 vsize=868500 CPUtime=0.49
/proc/30932/task/30934/stat : 30934 (java) S 30931 30918 28750 0 -1 64 5863 0 0 0 46 3 0 0 16 0 9 0 1992849050 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30935] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30935/stat : 30935 (java) S 30931 30918 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992849050 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30936] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30936/stat : 30936 (java) S 30931 30918 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992849050 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30937] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30937/stat : 30937 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992849052 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30938] ppid=30931 vsize=868500 CPUtime=0.24
/proc/30932/task/30938/stat : 30938 (java) S 30931 30918 28750 0 -1 64 1496 0 0 0 23 1 0 0 15 0 9 0 1992849052 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30939] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30939/stat : 30939 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992849052 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30940] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30940/stat : 30940 (java) S 30931 30918 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992849052 889344000 9763 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887456

[startup+6.30142 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 30940
/proc/meminfo: memFree=1752016/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.9
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 974 9417 0 1 3 1 80 6 16 0 1 0 1992848954 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 797 370 3 0 500 0
[pid=30931] ppid=30918 vsize=5356 CPUtime=0
/proc/30931/stat : 30931 (sh) S 30918 30918 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992849048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30931/statm: 1339 233 193 169 0 50 0
[pid=30932] ppid=30931 vsize=868500 CPUtime=5.31
/proc/30932/stat : 30932 (java) S 30931 30918 28750 0 -1 0 11610 0 1 0 498 33 0 0 19 0 9 0 1992849048 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 217125 9779 2565 9 0 211672 0
[pid=30932/tid=30933] ppid=30931 vsize=868500 CPUtime=4.31
/proc/30932/task/30933/stat : 30933 (java) R 30931 30918 28750 0 -1 64 3542 0 1 0 406 25 0 0 25 0 9 0 1992849049 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4127041736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30934] ppid=30931 vsize=868500 CPUtime=0.71
/proc/30932/task/30934/stat : 30934 (java) S 30931 30918 28750 0 -1 64 5863 0 0 0 65 6 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30935] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30935/stat : 30935 (java) S 30931 30918 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30936] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30936/stat : 30936 (java) S 30931 30918 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30937] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30937/stat : 30937 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30938] ppid=30931 vsize=868500 CPUtime=0.26
/proc/30932/task/30938/stat : 30938 (java) S 30931 30918 28750 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30939] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30939/stat : 30939 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30940] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30940/stat : 30940 (java) S 30931 30918 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887456

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 30940
/proc/meminfo: memFree=1665752/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.9
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 974 9417 0 1 3 1 80 6 16 0 1 0 1992848954 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 797 370 3 0 500 0
[pid=30931] ppid=30918 vsize=5356 CPUtime=0
/proc/30931/stat : 30931 (sh) S 30918 30918 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992849048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30931/statm: 1339 233 193 169 0 50 0
[pid=30932] ppid=30931 vsize=868500 CPUtime=11.62
/proc/30932/stat : 30932 (java) S 30931 30918 28750 0 -1 0 12855 0 1 0 1070 92 0 0 19 0 9 0 1992849048 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 217125 9779 2565 9 0 211672 0
[pid=30932/tid=30933] ppid=30931 vsize=868500 CPUtime=10.25
/proc/30932/task/30933/stat : 30933 (java) R 30931 30918 28750 0 -1 64 4787 0 1 0 949 76 0 0 25 0 9 0 1992849049 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30934] ppid=30931 vsize=868500 CPUtime=1.07
/proc/30932/task/30934/stat : 30934 (java) S 30931 30918 28750 0 -1 64 5863 0 0 0 94 13 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30935] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30935/stat : 30935 (java) S 30931 30918 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30936] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30936/stat : 30936 (java) S 30931 30918 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30937] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30937/stat : 30937 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30938] ppid=30931 vsize=868500 CPUtime=0.26
/proc/30932/task/30938/stat : 30938 (java) S 30931 30918 28750 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30939] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30939/stat : 30939 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30940] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30940/stat : 30940 (java) S 30931 30918 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887456

[startup+25.5022 s]
/proc/loadavg: 2.23 2.05 2.02 3/84 30940
/proc/meminfo: memFree=1495896/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=0.9
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 974 9417 0 1 3 1 80 6 16 0 1 0 1992848954 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 797 370 3 0 500 0
[pid=30931] ppid=30918 vsize=5356 CPUtime=0
/proc/30931/stat : 30931 (sh) S 30918 30918 28750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992849048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30931/statm: 1339 233 193 169 0 50 0
[pid=30932] ppid=30931 vsize=868500 CPUtime=24.22
/proc/30932/stat : 30932 (java) S 30931 30918 28750 0 -1 0 15348 0 1 0 2214 208 0 0 19 0 9 0 1992849048 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30932/statm: 217125 9779 2565 9 0 211672 0
[pid=30932/tid=30933] ppid=30931 vsize=868500 CPUtime=22.08
/proc/30932/task/30933/stat : 30933 (java) R 30931 30918 28750 0 -1 64 7280 0 1 0 2030 178 0 0 25 0 9 0 1992849049 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4127040524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30934] ppid=30931 vsize=868500 CPUtime=1.85
/proc/30932/task/30934/stat : 30934 (java) S 30931 30918 28750 0 -1 64 5863 0 0 0 157 28 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30935] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30935/stat : 30935 (java) S 30931 30918 28750 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30936] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30936/stat : 30936 (java) S 30931 30918 28750 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992849050 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30937] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30937/stat : 30937 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30938] ppid=30931 vsize=868500 CPUtime=0.26
/proc/30932/task/30938/stat : 30938 (java) S 30931 30918 28750 0 -1 64 1509 0 0 0 25 1 0 0 16 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30939] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30939/stat : 30939 (java) S 30931 30918 28750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30932/tid=30940] ppid=30931 vsize=868500 CPUtime=0
/proc/30932/task/30940/stat : 30940 (java) S 30931 30918 28750 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992849052 889344000 9779 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887456

[startup+51.1017 s]
/proc/loadavg: 2.20 2.06 2.02 3/76 30942
/proc/meminfo: memFree=1369752/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=137484 CPUtime=23.32
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 32218 0 0 0 1044 1288 0 0 25 0 1 0 1992851722 140783616 32204 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 34371 32204 40 102 0 34266 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 156440

[startup+102.307 s]
/proc/loadavg: 2.09 2.05 2.01 3/76 30942
/proc/meminfo: memFree=1160216/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=338272 CPUtime=74.32
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 84013 0 0 0 3403 4029 0 0 25 0 1 0 1992851722 346390528 83999 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 84568 83999 40 102 0 84463 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 357228

[startup+162.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/76 30942
/proc/meminfo: memFree=1003288/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516264 CPUtime=134.08
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123038 0 0 0 7346 6062 0 0 25 0 1 0 1992851722 528654336 123024 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129066 123024 42 102 0 128961 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 535220

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

[startup+179.102 s]
/proc/loadavg: 2.02 2.03 2.01 3/76 30942
/proc/meminfo: memFree=1003224/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516264 CPUtime=150.82
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123039 0 0 0 9020 6062 0 0 25 0 1 0 1992851722 528654336 123025 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129066 123025 42 102 0 128961 0
Current children cumulated CPU time (s) 178.05
Current children cumulated vsize (KiB) 535220

[startup+185.501 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30942
/proc/meminfo: memFree=1003224/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516264 CPUtime=157.19
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123039 0 0 0 9657 6062 0 0 25 0 1 0 1992851722 528654336 123025 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129066 123025 42 102 0 128961 0
Current children cumulated CPU time (s) 184.42
Current children cumulated vsize (KiB) 535220

[startup+191.902 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30942
/proc/meminfo: memFree=1003224/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516396 CPUtime=163.56
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123042 0 0 0 10294 6062 0 0 25 0 1 0 1992851722 528789504 123028 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129099 123028 42 102 0 128994 0
Current children cumulated CPU time (s) 190.79
Current children cumulated vsize (KiB) 535352

[startup+195.101 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30942
/proc/meminfo: memFree=1003032/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516396 CPUtime=166.75
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123082 0 0 0 10613 6062 0 0 25 0 1 0 1992851722 528789504 123068 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129099 123068 42 102 0 128994 0
Current children cumulated CPU time (s) 193.98
Current children cumulated vsize (KiB) 535352

[startup+195.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30942
/proc/meminfo: memFree=1002968/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=27.23
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1022 25484 0 2 3 1 2486 233 16 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
[pid=30941] ppid=30918 vsize=5356 CPUtime=0
/proc/30941/stat : 30941 (sh) S 30918 30918 28750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992851722 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30941/statm: 1339 232 193 169 0 50 0
[pid=30942] ppid=30941 vsize=516528 CPUtime=167.54
/proc/30942/stat : 30942 (picosat) R 30941 30918 28750 0 -1 4194304 123095 0 0 0 10692 6062 0 0 25 0 1 0 1992851722 528924672 123081 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/30942/statm: 129132 123081 42 102 0 129027 0
Current children cumulated CPU time (s) 194.77
Current children cumulated vsize (KiB) 535484

[startup+196.701 s]
/proc/loadavg: 2.02 2.03 2.00 3/76 30942
/proc/meminfo: memFree=1002968/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=195.44
/proc/30918/stat : 30918 (sugar) S 30916 30918 28750 0 -1 4194304 1091 148920 0 2 3 1 13236 6304 15 0 1 0 1992848954 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30918/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 195.44
Current children cumulated vsize (KiB) 13600

[startup+196.907 s]
/proc/loadavg: 2.02 2.03 2.00 2/84 30952
/proc/meminfo: memFree=1489880/2055920 swapFree=4179560/4192956
[pid=30918] ppid=30916 vsize=13600 CPUtime=195.78
/proc/30918/stat : 30918 (sugar) R 30916 30918 28750 0 -1 4194304 1119 152947 0 3 3 10 13258 6307 16 0 1 0 1992848954 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30918/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 195.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 196.975
CPU time (s): 195.867
CPU user time (s): 132.621
CPU system time (s): 63.2464
CPU usage (%): 99.4377
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.621
system time used= 63.2464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154096
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= 37940
involuntary context switches= 39997

runsolver used 0.201969 second user time and 0.567913 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 04:32:19
IDJOB=1063811
IDBENCH=54880
IDSOLVER=345
FILE ID=node8/1063811-1215138739
PBS_JOBID= 7877255
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-43s-smv.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-1063811-1215138739/watcher-1063811-1215138739 -o /tmp/evaluation-result-1063811-1215138739/solver-1063811-1215138739 -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-1063811-1215138739.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 12d27c64e696cc8c609d7f2cba3eeb46
RANDOM SEED=270685385

node8.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1815176 kB
Buffers:          6744 kB
Cached:         105976 kB
SwapCached:       6756 kB
Active:         115544 kB
Inactive:        73084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815176 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            2652 kB
Writeback:           0 kB
Mapped:          83456 kB
Slab:            37256 kB
Committed_AS:  3324884 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node8 at 2008-07-04 04:35:36