Trace number 1080116

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+minisatUNSAT 742.052 749.182

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-30_ext.xml
MD5SUMff729e3d722d9d70ffaf83156670664a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.7255
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 00:52:39 2008
0.00/0.04	c 0	PID 8908
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080116-1215211958.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-1080116-1215211958.xml' 'HOME/temp.csp'
0.04/0.86	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.04/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.90	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.04/0.98	c 1	Parsing HOME/temp.csp
1.90/2.10	c 2	parsed 141 expressions
2.00/2.10	c 2	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.00/2.10	c 2	Converting to clausal form CSP
2.00/2.12	c 2	converted 15 (10%) expressions
2.10/2.29	c 2	converted 29 (20%) expressions
2.10/2.30	c 2	converted 43 (30%) expressions
2.10/2.30	c 2	converted 57 (40%) expressions
2.21/2.32	c 2	converted 71 (50%) expressions
2.21/2.38	c 2	converted 85 (60%) expressions
2.30/2.48	c 2	converted 99 (70%) expressions
2.50/2.61	c 2	converted 113 (80%) expressions
2.80/2.90	c 3	converted 127 (90%) expressions
2.90/3.08	c 3	converted 141 (100%) expressions
2.90/3.08	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.90/3.08	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.08	c 3	Propagation in CSP
2.90/3.08	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.90/3.08	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.90/3.08	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.90/3.08	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.08	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.90/3.08	c 3	Heap : 41 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.09/3.20	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.09/3.21	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.09/3.21	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.09/3.21	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.09/3.21	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.09/3.21	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.09/3.22	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.09/3.22	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.09/3.22	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.09/3.22	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.09/3.22	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.29/3.42	c 3	6 (10%) CSP clauses are encoded (11210 clauses, 254547 bytes)
3.39/3.55	c 3	12 (20%) CSP clauses are encoded (22014 clauses, 512145 bytes)
3.48/3.69	c 3	18 (30%) CSP clauses are encoded (32905 clauses, 775786 bytes)
3.68/3.82	c 4	24 (40%) CSP clauses are encoded (43777 clauses, 1046349 bytes)
3.79/3.95	c 4	30 (50%) CSP clauses are encoded (54582 clauses, 1315077 bytes)
3.89/4.09	c 4	36 (60%) CSP clauses are encoded (65391 clauses, 1584153 bytes)
4.07/4.23	c 4	42 (70%) CSP clauses are encoded (76136 clauses, 1851524 bytes)
4.18/4.36	c 4	48 (80%) CSP clauses are encoded (86964 clauses, 2135995 bytes)
4.27/4.50	c 4	54 (90%) CSP clauses are encoded (97767 clauses, 2424960 bytes)
4.47/4.63	c 4	60 (100%) CSP clauses are encoded (108717 clauses, 2718259 bytes)
4.47/4.64	c 4	60 CSP clauses encoded
4.47/4.64	c 4	Writing map file : HOME/temp.map
4.47/4.64	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/4.64	c 4	SAT : 380 SAT variables, 108717 SAT clauses, 2718259 bytes
4.47/4.64	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.47/4.66	c 4	SOLVING HOME/temp.cnf
4.47/4.66	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.47/4.66	c 4	This is MiniSat 2.0 beta
4.47/4.67	c 4	WARNING: for repeatability, setting FPU to use double precision
4.47/4.67	c 4	============================[ Problem Statistics ]=============================
4.47/4.67	c 4	|                                                                             |
4.47/4.67	c 4	|  Number of variables:  380                                                  |
4.47/4.67	c 4	|  Number of clauses:    108717                                               |
4.53/4.74	c 4	|  Parsing time:         0.06         s                                       |
4.53/4.74	c 4	============================[ Search Statistics ]==============================
4.53/4.74	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.53/4.74	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.53/4.74	c 4	===============================================================================
4.53/4.74	c 4	|         0 |     380   108717   597140 |    36239        0    nan |  0.000 % |
4.53/4.78	c 4	|       100 |     380   108717   597140 |    39862      100     10 |  0.001 % |
4.53/4.84	c 5	|       250 |     380   108717   597140 |    43849      250     10 |  0.013 % |
4.53/4.94	c 5	|       476 |     380   108717   597140 |    48234      476     11 |  0.013 % |
4.53/5.09	c 5	|       813 |     380   108717   597140 |    53057      813     11 |  0.012 % |
4.53/5.27	c 5	|      1321 |     380   108717   597140 |    58363     1321     11 |  0.014 % |
5.34/5.54	c 5	|      2080 |     380   108717   597140 |    64199     2080     12 |  0.013 % |
5.74/5.92	c 6	|      3219 |     380   108717   597140 |    70619     3219     11 |  0.014 % |
6.33/6.58	c 6	|      4928 |     380   108717   597140 |    77681     4928     12 |  0.014 % |
7.43/7.60	c 7	|      7490 |     380   108717   597140 |    85449     7490     12 |  0.015 % |
8.91/9.16	c 9	|     11334 |     380   108717   597140 |    93994    11334     13 |  0.015 % |
11.19/11.48	c 11	|     17102 |     380   108717   597140 |   103394    17102     13 |  0.015 % |
15.25/15.55	c 15	|     25752 |     380   108717   597140 |   113733    25752     13 |  0.018 % |
21.79/22.17	c 22	|     38726 |     379   107856   593150 |   125106    10692     13 |  0.265 % |
30.60/31.10	c 31	|     58187 |     379   107856   593150 |   137617    30153     14 |  0.275 % |
46.65/47.22	c 47	|     87379 |     378   106825   587633 |   151379    32899     15 |  0.527 % |
77.76/78.63	c 78	|    131169 |     378   106825   587633 |   166517    76689     16 |  0.537 % |
141.07/142.52	c 142	|    196855 |     378   106825   587633 |   183168   142375     16 |  0.533 % |
246.96/249.43	c 249	|    295381 |     378   106825   587633 |   201485    76485     16 |  0.533 % |
424.20/428.32	c 428	|    443171 |     378   106825   587633 |   221634    42302     14 |  0.538 % |
736.75/743.87	c 744	|    664854 |     372   102223   562822 |   243797    33814     13 |  2.125 % |
741.90/749.00	c 749	===============================================================================
741.90/749.00	c 749	restarts              : 21
741.90/749.00	c 749	conflicts             : 671742         (911 /sec)
741.90/749.00	c 749	decisions             : 783561         (1.58 % random) (1063 /sec)
741.90/749.00	c 749	propagations          : 26744785       (36275 /sec)
741.90/749.00	c 749	conflict literals     : 10872597       (31.49 % deleted)
741.90/749.00	c 749	Memory used           : 32.93 MB
741.90/749.00	c 749	CPU time              : 737.284 s
741.90/749.00	c 749	
741.90/749.00	c 749	UNSATISFIABLE
741.90/749.01	c 749	DECODING HOME/temp.out WITH HOME/temp.map
741.90/749.01	c 749	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
741.99/749.10	c 749	Decoding HOME/temp.out
741.99/749.12	s UNSATISFIABLE
741.99/749.12	c 749	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
741.99/749.18	c 749	CPU 741.72 (0.04 0.01 741.68 0.3)
741.99/749.18	c 749	END Sat Jul  5 01:05:08 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-1080116-1215211958/watcher-1080116-1215211958 -o /tmp/evaluation-result-1080116-1215211958/solver-1080116-1215211958 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1080116-1215211958.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.92 2.00 1.99 4/74 8908
/proc/meminfo: memFree=1608312/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=12268 CPUtime=0
/proc/8908/stat : 8908 (sugar) R 8906 8908 5927 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2000169565 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264916483070 0 0 4224 0 0 0 0 17 1 0 0
/proc/8908/statm: 3067 316 241 3 0 167 0

[startup+0.110359 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 8908
/proc/meminfo: memFree=1608312/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.04
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000169565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202363 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 8908
/proc/meminfo: memFree=1608312/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.04
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000169565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302369 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 8908
/proc/meminfo: memFree=1608312/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.04
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000169565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701398 s]
/proc/loadavg: 1.92 2.00 1.99 4/74 8908
/proc/meminfo: memFree=1608312/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.04
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2000169565 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50145 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 8930
/proc/meminfo: memFree=1598048/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.84
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 973 6971 0 1 3 1 75 5 16 0 1 0 2000169565 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 797 370 3 0 500 0
[pid=8921] ppid=8908 vsize=5356 CPUtime=0
/proc/8921/stat : 8921 (sh) S 8908 8908 5927 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000169655 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8921/statm: 1339 233 193 169 0 50 0
[pid=8922] ppid=8921 vsize=864012 CPUtime=0.57
/proc/8922/stat : 8922 (java) S 8921 8908 5927 0 -1 0 6735 0 1 0 55 2 0 0 19 0 9 0 2000169655 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8922/statm: 216003 6025 2532 9 0 210585 0
[pid=8922/tid=8923] ppid=8921 vsize=864012 CPUtime=0.34
/proc/8922/task/8923/stat : 8923 (java) R 8921 8908 5927 0 -1 64 2458 0 1 0 33 1 0 0 22 0 9 0 2000169656 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4126413475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8924] ppid=8921 vsize=864012 CPUtime=0.18
/proc/8922/task/8924/stat : 8924 (java) S 8921 8908 5927 0 -1 64 3268 0 0 0 17 1 0 0 16 0 9 0 2000169657 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8925] ppid=8921 vsize=864012 CPUtime=0
/proc/8922/task/8925/stat : 8925 (java) S 8921 8908 5927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000169658 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8926] ppid=8921 vsize=864012 CPUtime=0
/proc/8922/task/8926/stat : 8926 (java) S 8921 8908 5927 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000169658 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8927] ppid=8921 vsize=864012 CPUtime=0
/proc/8922/task/8927/stat : 8927 (java) S 8921 8908 5927 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000169660 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8928] ppid=8921 vsize=864012 CPUtime=0.03
/proc/8922/task/8928/stat : 8928 (java) S 8921 8908 5927 0 -1 64 312 0 0 0 3 0 0 0 16 0 9 0 2000169660 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8929] ppid=8921 vsize=864012 CPUtime=0
/proc/8922/task/8929/stat : 8929 (java) S 8921 8908 5927 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000169660 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8930] ppid=8921 vsize=864012 CPUtime=0
/proc/8922/task/8930/stat : 8930 (java) S 8921 8908 5927 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000169660 884748288 6025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10256 s]
/proc/loadavg: 1.92 2.00 1.99 4/85 8930
/proc/meminfo: memFree=1576288/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=0.84
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 974 6971 0 1 3 1 75 5 15 0 1 0 2000169565 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 797 370 3 0 500 0
[pid=8921] ppid=8908 vsize=5356 CPUtime=0
/proc/8921/stat : 8921 (sh) S 8908 8908 5927 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000169655 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8921/statm: 1339 233 193 169 0 50 0
[pid=8922] ppid=8921 vsize=864160 CPUtime=2.15
/proc/8922/stat : 8922 (java) S 8921 8908 5927 0 -1 0 15654 0 1 0 208 7 0 0 19 0 9 0 2000169655 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8922/statm: 216040 14883 2540 9 0 210615 0
[pid=8922/tid=8923] ppid=8921 vsize=864160 CPUtime=1.05
/proc/8922/task/8923/stat : 8923 (java) R 8921 8908 5927 0 -1 64 3189 0 1 0 104 1 0 0 20 0 9 0 2000169656 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8924] ppid=8921 vsize=864160 CPUtime=1.03
/proc/8922/task/8924/stat : 8924 (java) R 8921 8908 5927 0 -1 64 11447 0 0 0 98 5 0 0 17 0 9 0 2000169657 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8925] ppid=8921 vsize=864160 CPUtime=0
/proc/8922/task/8925/stat : 8925 (java) S 8921 8908 5927 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000169658 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8926] ppid=8921 vsize=864160 CPUtime=0
/proc/8922/task/8926/stat : 8926 (java) S 8921 8908 5927 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2000169658 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8927] ppid=8921 vsize=864160 CPUtime=0
/proc/8922/task/8927/stat : 8927 (java) S 8921 8908 5927 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2000169660 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8928] ppid=8921 vsize=864160 CPUtime=0.05
/proc/8922/task/8928/stat : 8928 (java) S 8921 8908 5927 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 2000169660 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8929] ppid=8921 vsize=864160 CPUtime=0
/proc/8922/task/8929/stat : 8929 (java) S 8921 8908 5927 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000169660 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8922/tid=8930] ppid=8921 vsize=864160 CPUtime=0
/proc/8922/task/8930/stat : 8930 (java) S 8921 8908 5927 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000169660 884899840 14883 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883116

[startup+6.30277 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1593824/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 15 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=8560 CPUtime=1.6
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 2024 0 0 0 160 0 0 0 25 0 1 0 2000170031 8765440 2010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 2140 2010 75 150 0 1987 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27516

[startup+12.7012 s]
/proc/loadavg: 1.93 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1592416/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=9928 CPUtime=7.95
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 2359 0 0 0 794 1 0 0 25 0 1 0 2000170031 10166272 2345 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 2482 2345 75 150 0 2329 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28884

[startup+25.503 s]
/proc/loadavg: 1.95 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1591328/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=11148 CPUtime=20.62
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 2678 0 0 0 2061 1 0 0 25 0 1 0 2000170031 11415552 2664 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 2787 2664 75 150 0 2634 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 30104

[startup+51.1027 s]
/proc/loadavg: 1.96 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1590432/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=12356 CPUtime=45.99
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 2963 0 0 0 4597 2 0 0 25 0 1 0 2000170031 12652544 2949 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 3089 2949 75 150 0 2936 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 31312

[startup+102.302 s]
/proc/loadavg: 1.98 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1585056/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=17768 CPUtime=96.71
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 4287 0 0 0 9667 4 0 0 25 0 1 0 2000170031 18194432 4273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 4442 4273 75 150 0 4289 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 36724

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 8932
/proc/meminfo: memFree=1579040/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0

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

Current children cumulated CPU time (s) 636.19
Current children cumulated vsize (KiB) 50180

[startup+702.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1571024/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=31884 CPUtime=691.11
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 7721 0 0 0 69102 9 0 0 25 0 1 0 2000170031 32649216 7707 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 7971 7707 75 150 0 7818 0
Current children cumulated CPU time (s) 695.64
Current children cumulated vsize (KiB) 50840

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

[startup+716.802 s]
/proc/loadavg: 2.01 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1570512/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=32552 CPUtime=705.47
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 7816 0 0 0 70538 9 0 0 25 0 1 0 2000170031 33333248 7802 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8138 7802 75 150 0 7985 0
Current children cumulated CPU time (s) 710
Current children cumulated vsize (KiB) 51508

[startup+729.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569936/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33408 CPUtime=718.15
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 7999 0 0 0 71806 9 0 0 25 0 1 0 2000170031 34209792 7985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8352 7985 75 150 0 8199 0
Current children cumulated CPU time (s) 722.68
Current children cumulated vsize (KiB) 52364

[startup+742.403 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=730.83
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73074 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 735.36
Current children cumulated vsize (KiB) 52672

[startup+745.602 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=734
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73391 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 738.53
Current children cumulated vsize (KiB) 52672

[startup+747.201 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=735.58
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73549 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 740.11
Current children cumulated vsize (KiB) 52672

[startup+748.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=736.38
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73629 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 740.91
Current children cumulated vsize (KiB) 52672

[startup+748.801 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=737.17
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73708 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 741.7
Current children cumulated vsize (KiB) 52672

[startup+749.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 8940
/proc/meminfo: memFree=1569488/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=4.53
/proc/8908/stat : 8908 (sugar) S 8906 8908 5927 0 -1 4194304 1031 23071 0 2 3 1 432 17 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8931] ppid=8908 vsize=5356 CPUtime=0
/proc/8931/stat : 8931 (sh) S 8908 8908 5927 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000170031 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8931/statm: 1339 232 193 169 0 50 0
[pid=8932] ppid=8931 vsize=33716 CPUtime=737.37
/proc/8932/stat : 8932 (minisat) R 8931 8908 5927 0 -1 4194304 8082 0 0 0 73728 9 0 0 25 0 1 0 2000170031 34525184 8068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/8932/statm: 8429 8068 75 150 0 8276 0
Current children cumulated CPU time (s) 741.9
Current children cumulated vsize (KiB) 52672

[startup+749.101 s]
/proc/loadavg: 2.00 2.01 2.00 4/87 8950
/proc/meminfo: memFree=1597264/2055920 swapFree=4117532/4192956
[pid=8908] ppid=8906 vsize=13600 CPUtime=741.92
/proc/8908/stat : 8908 (sugar) R 8906 8908 5927 0 -1 4194304 1071 31447 0 2 4 1 74160 27 16 0 1 0 2000169565 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264925457491 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8908/statm: 3400 798 370 3 0 500 0
[pid=8941] ppid=8908 vsize=5356 CPUtime=0
/proc/8941/stat : 8941 (sh) S 8908 8908 5927 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000244466 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8941/statm: 1339 233 193 169 0 50 0
[pid=8942] ppid=8941 vsize=863720 CPUtime=0.07
/proc/8942/stat : 8942 (java) S 8941 8908 5927 0 -1 0 3133 0 1 0 6 1 0 0 18 0 9 0 2000244466 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8942/statm: 215930 2620 1606 9 0 210512 0
[pid=8942/tid=8943] ppid=8941 vsize=863720 CPUtime=0.05
/proc/8942/task/8943/stat : 8943 (java) R 8941 8908 5927 0 -1 64 2224 0 1 0 5 0 0 0 20 0 9 0 2000244467 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8944] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8944/stat : 8944 (java) S 8941 8908 5927 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2000244469 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8945] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8945/stat : 8945 (java) S 8941 8908 5927 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2000244469 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8946] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8946/stat : 8946 (java) S 8941 8908 5927 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000244469 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8947] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8947/stat : 8947 (java) S 8941 8908 5927 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000244471 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8948] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8948/stat : 8948 (java) S 8941 8908 5927 0 -1 64 214 0 0 0 0 0 0 0 19 0 9 0 2000244471 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8949] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8949/stat : 8949 (java) S 8941 8908 5927 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000244471 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8942/tid=8950] ppid=8941 vsize=863720 CPUtime=0
/proc/8942/task/8950/stat : 8950 (java) S 8941 8908 5927 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 2000244471 884449280 2620 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 741.99
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 749.182
CPU time (s): 742.052
CPU user time (s): 741.73
CPU system time (s): 0.321951
CPU usage (%): 99.0483
Max. virtual memory (cumulated for all children) (KiB): 883228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 741.73
system time used= 0.321951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36207
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= 2584
involuntary context switches= 18359

runsolver used 0.922859 second user time and 2.49762 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-05 00:52:39
IDJOB=1080116
IDBENCH=56936
IDSOLVER=346
FILE ID=node30/1080116-1215211958
PBS_JOBID= 7881621
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff729e3d722d9d70ffaf83156670664a
RANDOM SEED=510887144

node30.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.218
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.218
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:       1608792 kB
Buffers:         68308 kB
Cached:         194000 kB
SwapCached:      69396 kB
Active:         289912 kB
Inactive:        96432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1608792 kB
SwapTotal:     4192956 kB
SwapFree:      4117532 kB
Dirty:            2612 kB
Writeback:           0 kB
Mapped:         130660 kB
Slab:            45908 kB
Committed_AS:  3682592 kB
PageTables:       1904 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node30 at 2008-07-05 01:05:08