Trace number 1078305

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+picosatSAT 365.502 369.118

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-33_ext.xml
MD5SUMe841dd70b15a05b93c7551d2b9a5cabb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark34.1428
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
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 23:19:35 2008
0.00/0.05	c 0	PID 15167
0.00/0.05	c 0	HOST node47.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078305-1215206375.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-1078305-1215206375.xml' 'HOME/temp.csp'
0.03/0.89	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 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.88/1.01	c 1	Parsing HOME/temp.csp
2.11/2.27	c 2	parsed 139 expressions
2.11/2.28	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.11/2.28	c 2	Converting to clausal form CSP
2.11/2.30	c 2	converted 14 (10%) expressions
2.22/2.32	c 2	converted 28 (20%) expressions
2.22/2.32	c 2	converted 42 (30%) expressions
2.31/2.49	c 2	converted 56 (40%) expressions
2.31/2.50	c 2	converted 70 (50%) expressions
2.51/2.60	c 3	converted 84 (60%) expressions
2.61/2.71	c 3	converted 98 (70%) expressions
2.71/2.82	c 3	converted 112 (80%) expressions
2.81/2.94	c 3	converted 126 (90%) expressions
3.10/3.29	c 3	converted 139 (100%) expressions
3.10/3.29	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.10/3.29	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.10/3.29	c 3	Propagation in CSP
3.10/3.29	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.29	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.10/3.29	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.10/3.29	c 3	Simplifing CSP by introducing new Boolean variables
3.10/3.29	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.10/3.29	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.30/3.42	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.43	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.30/3.43	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.30/3.43	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.30/3.43	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.30/3.43	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.30/3.43	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.30/3.43	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.30/3.44	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.30/3.44	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.30/3.44	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.50/3.64	c 4	6 (10%) CSP clauses are encoded (11193 clauses, 246318 bytes)
3.60/3.77	c 4	12 (20%) CSP clauses are encoded (22044 clauses, 502586 bytes)
3.79/3.90	c 4	18 (30%) CSP clauses are encoded (32810 clauses, 766366 bytes)
3.89/4.03	c 4	24 (40%) CSP clauses are encoded (43022 clauses, 1015959 bytes)
4.00/4.16	c 4	30 (50%) CSP clauses are encoded (53881 clauses, 1285269 bytes)
4.19/4.30	c 4	36 (60%) CSP clauses are encoded (64627 clauses, 1552767 bytes)
4.29/4.44	c 4	42 (70%) CSP clauses are encoded (75396 clauses, 1833605 bytes)
4.40/4.57	c 5	48 (80%) CSP clauses are encoded (86181 clauses, 2122176 bytes)
4.59/4.71	c 5	54 (90%) CSP clauses are encoded (97021 clauses, 2412357 bytes)
4.70/4.82	c 5	59 (100%) CSP clauses are encoded (106042 clauses, 2653923 bytes)
4.70/4.82	c 5	59 CSP clauses encoded
4.70/4.82	c 5	Writing map file : HOME/temp.map
4.70/4.82	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.82	c 5	SAT : 380 SAT variables, 106042 SAT clauses, 2653923 bytes
4.70/4.82	c 5	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.70/4.85	c 5	SOLVING HOME/temp.cnf
4.70/4.85	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
365.32/368.93	c 369	DECODING HOME/temp.out WITH HOME/temp.map
365.32/368.93	c 369	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
365.37/369.02	c 369	Decoding HOME/temp.out
365.37/369.04	s SATISFIABLE
365.37/369.04	v 17 5 4 2 5 11 19 10 13 1 15 5 0 7 8 1 14 18 18 10
365.37/369.06	c 369	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
365.37/369.11	c 369	CPU 364.44 (0.04 0.01 364.4 1.03)
365.37/369.11	c 369	END Fri Jul  4 23:25:44 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078305-1215206375/watcher-1078305-1215206375 -o /tmp/evaluation-result-1078305-1215206375/solver-1078305-1215206375 -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-1078305-1215206375.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.02 2.05 2.00 4/72 15167
/proc/meminfo: memFree=1666136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=12268 CPUtime=0
/proc/15167/stat : 15167 (sugar) R 15165 15167 13768 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999609766 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15167/statm: 3067 316 241 3 0 167 0

[startup+0.103952 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 15167
/proc/meminfo: memFree=1666136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.03
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999609766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201969 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 15167
/proc/meminfo: memFree=1666136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.03
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999609766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301984 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 15167
/proc/meminfo: memFree=1666136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.03
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999609766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70106 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 15167
/proc/meminfo: memFree=1666136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.03
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999609766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50221 s]
/proc/loadavg: 2.02 2.05 2.00 5/83 15189
/proc/meminfo: memFree=1657408/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.88
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 973 6983 0 1 3 1 79 5 16 0 1 0 1999609766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 797 370 3 0 500 0
[pid=15180] ppid=15167 vsize=5356 CPUtime=0
/proc/15180/stat : 15180 (sh) S 15167 15167 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999609860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15180/statm: 1339 233 193 169 0 50 0
[pid=15181] ppid=15180 vsize=864040 CPUtime=0.55
/proc/15181/stat : 15181 (java) S 15180 15167 13768 0 -1 0 5870 0 1 0 53 2 0 0 19 0 9 0 1999609860 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15181/statm: 216010 5169 2532 9 0 210592 0
[pid=15181/tid=15182] ppid=15180 vsize=864040 CPUtime=0.41
/proc/15181/task/15182/stat : 15182 (java) R 15180 15167 13768 0 -1 64 2448 0 1 0 41 0 0 0 20 0 9 0 1999609861 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4126461340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15183] ppid=15180 vsize=864040 CPUtime=0.08
/proc/15181/task/15183/stat : 15183 (java) S 15180 15167 13768 0 -1 64 2418 0 0 0 8 0 0 0 16 0 9 0 1999609862 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15184] ppid=15180 vsize=864040 CPUtime=0
/proc/15181/task/15184/stat : 15184 (java) S 15180 15167 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999609862 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15185] ppid=15180 vsize=864040 CPUtime=0
/proc/15181/task/15185/stat : 15185 (java) S 15180 15167 13768 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999609862 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15186] ppid=15180 vsize=864040 CPUtime=0
/proc/15181/task/15186/stat : 15186 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999609864 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15187] ppid=15180 vsize=864040 CPUtime=0.03
/proc/15181/task/15187/stat : 15187 (java) S 15180 15167 13768 0 -1 64 307 0 0 0 3 0 0 0 18 0 9 0 1999609864 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15188] ppid=15180 vsize=864040 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999609864 884776960 5169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15189] ppid=15180 vsize=864040 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999609864 884776960 5169 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) 882996

[startup+3.10251 s]
/proc/loadavg: 2.10 2.06 2.01 3/83 15189
/proc/meminfo: memFree=1637376/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=0.88
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 973 6983 0 1 3 1 79 5 15 0 1 0 1999609766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 797 370 3 0 500 0
[pid=15180] ppid=15167 vsize=5356 CPUtime=0
/proc/15180/stat : 15180 (sh) S 15167 15167 13768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999609860 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15180/statm: 1339 233 193 169 0 50 0
[pid=15181] ppid=15180 vsize=864168 CPUtime=2.13
/proc/15181/stat : 15181 (java) S 15180 15167 13768 0 -1 0 14373 0 1 0 206 7 0 0 19 0 9 0 1999609860 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15181/statm: 216042 13605 2540 9 0 210617 0
[pid=15181/tid=15182] ppid=15180 vsize=864168 CPUtime=1.16
/proc/15181/task/15182/stat : 15182 (java) R 15180 15167 13768 0 -1 64 2914 0 1 0 115 1 0 0 25 0 9 0 1999609861 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15183] ppid=15180 vsize=864168 CPUtime=0.88
/proc/15181/task/15183/stat : 15183 (java) R 15180 15167 13768 0 -1 64 10447 0 0 0 84 4 0 0 17 0 9 0 1999609862 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 102687643 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15184] ppid=15180 vsize=864168 CPUtime=0
/proc/15181/task/15184/stat : 15184 (java) S 15180 15167 13768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999609862 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15185] ppid=15180 vsize=864168 CPUtime=0
/proc/15181/task/15185/stat : 15185 (java) S 15180 15167 13768 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999609862 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15186] ppid=15180 vsize=864168 CPUtime=0
/proc/15181/task/15186/stat : 15186 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1999609864 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15187] ppid=15180 vsize=864168 CPUtime=0.05
/proc/15181/task/15187/stat : 15187 (java) S 15180 15167 13768 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 1999609864 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15188] ppid=15180 vsize=864168 CPUtime=0
/proc/15181/task/15188/stat : 15188 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1999609864 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15181/tid=15189] ppid=15180 vsize=864168 CPUtime=0
/proc/15181/task/15189/stat : 15189 (java) S 15180 15167 13768 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999609864 884908032 13605 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883124

[startup+6.30111 s]
/proc/loadavg: 2.10 2.06 2.01 3/75 15191
/proc/meminfo: memFree=1657408/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=4836 CPUtime=1.43
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 1110 0 0 0 68 75 0 0 25 0 1 0 1999610251 4952064 1096 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 1209 1096 40 102 0 1104 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 23792

[startup+12.7013 s]
/proc/loadavg: 2.08 2.06 2.01 3/75 15191
/proc/meminfo: memFree=1654080/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=5892 CPUtime=7.77
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 1394 0 0 0 696 81 0 0 25 0 1 0 1999610251 6033408 1380 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 1473 1380 42 102 0 1368 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 24848

[startup+25.5017 s]
/proc/loadavg: 2.15 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1652800/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=7720 CPUtime=20.44
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 1752 0 0 0 1963 81 0 0 25 0 1 0 1999610251 7905280 1736 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 1930 1736 48 102 0 1825 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 26676

[startup+51.1015 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1652480/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=7996 CPUtime=45.79
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 1828 0 0 0 4498 81 0 0 25 0 1 0 1999610251 8187904 1812 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 1999 1812 48 102 0 1894 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 26952

[startup+102.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1651776/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=8568 CPUtime=96.5
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 1966 0 0 0 9569 81 0 0 25 0 1 0 1999610251 8773632 1917 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2142 1917 48 102 0 2037 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 27524

[startup+162.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1651776/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=8700 CPUtime=155.95
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2074 0 0 0 15513 82 0 0 25 0 1 0 1999610251 8908800 1953 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2175 1953 48 102 0 2070 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 27656

[startup+222.308 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 15191
/proc/meminfo: memFree=1651136/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9228 CPUtime=215.37
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2338 0 0 0 21455 82 0 0 25 0 1 0 1999610251 9449472 2094 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2307 2094 48 102 0 2202 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 28184

[startup+282.302 s]
/proc/loadavg: 2.07 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650752/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9492 CPUtime=274.81
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2505 0 0 0 27398 83 0 0 25 0 1 0 1999610251 9719808 2169 996147200 134512640 134931368 4294956256 18446744073709551615 134525865 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2373 2169 48 102 0 2268 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 28448

[startup+342.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/75 15191
/proc/meminfo: memFree=1650624/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9624 CPUtime=334.24
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2605 0 0 0 33341 83 0 0 25 0 1 0 1999610251 9854976 2220 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2406 2220 48 102 0 2301 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 28580

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

[startup+345.602 s]
/proc/loadavg: 2.06 2.06 2.01 3/75 15191
/proc/meminfo: memFree=1650432/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9624 CPUtime=337.51
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2615 0 0 0 33668 83 0 0 25 0 1 0 1999610251 9854976 2230 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2406 2230 48 102 0 2301 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 28580

[startup+358.401 s]
/proc/loadavg: 2.12 2.08 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9888 CPUtime=350.19
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2708 0 0 0 34936 83 0 0 25 0 1 0 1999610251 10125312 2271 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2472 2271 48 102 0 2367 0
Current children cumulated CPU time (s) 354.93
Current children cumulated vsize (KiB) 28844

[startup+364.802 s]
/proc/loadavg: 2.11 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9888 CPUtime=356.53
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2708 0 0 0 35570 83 0 0 25 0 1 0 1999610251 10125312 2271 996147200 134512640 134931368 4294956256 18446744073709551615 134525568 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2472 2271 48 102 0 2367 0
Current children cumulated CPU time (s) 361.27
Current children cumulated vsize (KiB) 28844

[startup+366.407 s]
/proc/loadavg: 2.11 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9888 CPUtime=358.11
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2708 0 0 0 35728 83 0 0 25 0 1 0 1999610251 10125312 2271 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2472 2271 48 102 0 2367 0
Current children cumulated CPU time (s) 362.85
Current children cumulated vsize (KiB) 28844

[startup+368.001 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9888 CPUtime=359.69
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2708 0 0 0 35886 83 0 0 25 0 1 0 1999610251 10125312 2271 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2472 2271 48 102 0 2367 0
Current children cumulated CPU time (s) 364.43
Current children cumulated vsize (KiB) 28844

[startup+368.801 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=4.74
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1022 22618 0 2 4 1 452 17 16 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
[pid=15190] ppid=15167 vsize=5356 CPUtime=0
/proc/15190/stat : 15190 (sh) S 15167 15167 13768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999610251 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15190/statm: 1339 232 193 169 0 50 0
[pid=15191] ppid=15190 vsize=9888 CPUtime=360.48
/proc/15191/stat : 15191 (picosat) R 15190 15167 13768 0 -1 4194304 2708 0 0 0 35965 83 0 0 25 0 1 0 1999610251 10125312 2271 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/15191/statm: 2472 2271 48 102 0 2367 0
Current children cumulated CPU time (s) 365.22
Current children cumulated vsize (KiB) 28844

[startup+369.002 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=365.37
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1070 25617 0 2 4 1 36431 101 17 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 365.37
Current children cumulated vsize (KiB) 13600

[startup+369.101 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 15191
/proc/meminfo: memFree=1650240/2055920 swapFree=4117768/4192956
[pid=15167] ppid=15165 vsize=13600 CPUtime=365.37
/proc/15167/stat : 15167 (sugar) S 15165 15167 13768 0 -1 4194304 1090 25617 0 2 4 1 36431 101 15 0 1 0 1999609766 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15167/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 365.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 369.118
CPU time (s): 365.502
CPU user time (s): 364.449
CPU system time (s): 1.05384
CPU usage (%): 99.0205
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 364.449
system time used= 1.05384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30455
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= 2231
involuntary context switches= 9789

runsolver used 0.465929 second user time and 1.22381 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 23:19:35
IDJOB=1078305
IDBENCH=56776
IDSOLVER=345
FILE ID=node47/1078305-1215206375
PBS_JOBID= 7881696
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-33_ext.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-1078305-1215206375/watcher-1078305-1215206375 -o /tmp/evaluation-result-1078305-1215206375/solver-1078305-1215206375 -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-1078305-1215206375.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e841dd70b15a05b93c7551d2b9a5cabb
RANDOM SEED=1370143889

node47.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.281
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.281
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:       1666680 kB
Buffers:         36996 kB
Cached:         190204 kB
SwapCached:      69008 kB
Active:         240076 kB
Inactive:        93760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666680 kB
SwapTotal:     4192956 kB
SwapFree:      4117768 kB
Dirty:            2540 kB
Writeback:           0 kB
Mapped:         114292 kB
Slab:            40444 kB
Committed_AS:  4162456 kB
PageTables:       2084 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= 66504 MiB
End job on node47 at 2008-07-04 23:25:44