Trace number 2090816

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.14.6+minisatUNSAT 977.888 980.409

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-58_ext.xml
MD5SUMead9692a080cea313856dc341934349b
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.90441
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sun Jul 12 11:36:37 2009
0.05/0.08	c 0	PID 28006
0.05/0.08	c 0	HOST node23.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2090816-1247391397.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090816-1247391397.xml' 'HOME/temp.csp'
1.15/1.22	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.18/1.32	c 1	Parsing HOME/temp.csp
2.82/2.92	c 3	parsed 209 expressions
2.82/2.93	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.93	c 3	Converting to clausal form CSP
2.82/2.95	c 3	converted 21 (10%) expressions
2.82/2.96	c 3	converted 42 (20%) expressions
2.82/2.98	c 3	converted 63 (30%) expressions
2.82/2.99	c 3	converted 84 (40%) expressions
2.91/3.01	c 3	converted 105 (50%) expressions
2.91/3.05	c 3	converted 126 (60%) expressions
3.31/3.45	c 4	converted 147 (70%) expressions
3.41/3.58	c 4	converted 168 (80%) expressions
3.61/3.75	c 4	converted 189 (90%) expressions
3.71/3.89	c 4	converted 209 (100%) expressions
3.71/3.89	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.71/3.90	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.71/3.90	c 4	Propagation in CSP
3.71/3.90	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.71/3.90	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.71/3.90	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.81/3.90	c 4	Simplifing CSP by introducing new Boolean variables
3.81/3.90	c 4	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.81/3.90	c 4	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.91/4.07	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.91/4.09	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.91/4.09	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.91/4.09	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.91/4.10	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.91/4.10	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.91/4.10	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
4.01/4.10	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
4.01/4.10	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
4.01/4.10	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
4.01/4.10	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.30/4.44	c 4	9 (10%) CSP clauses are encoded (34295 clauses, 651141 bytes)
4.50/4.68	c 5	17 (20%) CSP clauses are encoded (58524 clauses, 1169144 bytes)
4.80/4.96	c 5	26 (30%) CSP clauses are encoded (85600 clauses, 1759820 bytes)
5.09/5.21	c 5	34 (40%) CSP clauses are encoded (109982 clauses, 2322599 bytes)
5.29/5.47	c 6	42 (50%) CSP clauses are encoded (134092 clauses, 2885992 bytes)
5.58/5.76	c 6	51 (60%) CSP clauses are encoded (161468 clauses, 3525423 bytes)
5.89/6.01	c 6	59 (70%) CSP clauses are encoded (185771 clauses, 4093352 bytes)
6.08/6.30	c 6	68 (80%) CSP clauses are encoded (212960 clauses, 4728523 bytes)
6.38/6.55	c 7	76 (90%) CSP clauses are encoded (237127 clauses, 5293014 bytes)
6.57/6.80	c 7	84 (100%) CSP clauses are encoded (261236 clauses, 5856041 bytes)
6.57/6.80	c 7	84 CSP clauses encoded
6.68/6.80	c 7	Writing map file : HOME/temp.map
6.68/6.80	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.80	c 7	SAT : 7160 SAT variables, 261236 SAT clauses, 5856041 bytes
6.68/6.80	c 7	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.68/6.83	c 7	SOLVING HOME/temp.cnf
6.68/6.83	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.68/6.83	c 7	This is MiniSat 2.0 beta
6.68/6.83	c 7	WARNING: for repeatability, setting FPU to use double precision
6.68/6.83	c 7	============================[ Problem Statistics ]=============================
6.68/6.83	c 7	|                                                                             |
6.68/6.83	c 7	|  Number of variables:  7160                                                 |
6.68/6.83	c 7	|  Number of clauses:    261236                                               |
6.70/6.98	c 7	|  Parsing time:         0.14         s                                       |
6.70/6.99	c 7	============================[ Search Statistics ]==============================
6.70/6.99	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.70/6.99	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.70/6.99	c 7	===============================================================================
6.70/6.99	c 7	|         0 |    7160   261236  1001202 |    87078        0    nan |  0.000 % |
6.70/7.12	c 7	|       102 |    7160   261236  1001202 |    95786      102     20 |  0.000 % |
6.70/7.24	c 7	|       254 |    7160   261236  1001202 |   105365      254     14 |  0.000 % |
6.70/7.44	c 8	|       480 |    7160   261236  1001202 |   115901      480     14 |  0.000 % |
7.54/7.73	c 8	|       819 |    7160   261236  1001202 |   127491      819     14 |  0.000 % |
7.84/8.05	c 8	|      1327 |    7160   261236  1001202 |   140241     1327     14 |  0.000 % |
8.44/8.63	c 9	|      2086 |    7160   261236  1001202 |   154265     2086     14 |  0.000 % |
9.23/9.47	c 10	|      3227 |    7160   261236  1001202 |   169691     3227     14 |  0.001 % |
10.51/10.77	c 11	|      4936 |    7158   261030  1000568 |   186660     3648     14 |  0.028 % |
12.39/12.68	c 13	|      7499 |    7158   261030  1000568 |   205326     6211     15 |  0.028 % |
15.07/15.37	c 15	|     11343 |    7158   261030  1000568 |   225859    10055     15 |  0.028 % |
19.43/19.71	c 20	|     17109 |    7158   261030  1000568 |   248445    15821     16 |  0.028 % |
25.16/25.50	c 26	|     25759 |    7158   261030  1000568 |   273290    24471     16 |  0.028 % |
35.46/35.99	c 36	|     38735 |    7158   261030  1000568 |   300619    37447     15 |  0.028 % |
51.90/52.56	c 53	|     58197 |    7158   261030  1000568 |   330681    56909     15 |  0.028 % |
77.66/78.54	c 79	|     87389 |    7151   260163   997419 |   363749    68456     16 |  0.126 % |
125.69/127.07	c 127	|    131178 |    7151   260163   997419 |   400124   112245     16 |  0.126 % |
205.70/207.58	c 208	|    196862 |    7114   256568   983593 |   440136   127344     17 |  0.642 % |
346.52/348.77	c 349	|    295389 |    7054   249980   958281 |   484150   134855     16 |  1.481 % |
589.30/591.63	c 592	|    443181 |    7026   247600   949545 |   532565   242027     19 |  1.872 % |
977.70/980.23	c 980	===============================================================================
977.70/980.23	c 980	restarts              : 20
977.70/980.23	c 980	conflicts             : 630881         (650 /sec)
977.70/980.23	c 980	decisions             : 882824         (1.75 % random) (909 /sec)
977.70/980.23	c 980	propagations          : 198834880      (204808 /sec)
977.70/980.23	c 980	conflict literals     : 12175482       (54.20 % deleted)
977.70/980.23	c 980	Memory used           : 60.47 MB
977.70/980.23	c 980	CPU time              : 970.833 s
977.70/980.23	c 980	
977.70/980.23	c 980	UNSATISFIABLE
977.70/980.24	c 980	DECODING HOME/temp.out WITH HOME/temp.map
977.70/980.24	c 980	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
977.76/980.32	c 980	Decoding HOME/temp.out
977.76/980.33	s UNSATISFIABLE
977.76/980.35	c 980	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
977.76/980.40	c 980	CPU 977.86 (0.06 0.01 977.32 0.47)
977.76/980.40	c 980	END Sun Jul 12 11:52:57 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090816-1247391397/watcher-2090816-1247391397 -o /tmp/evaluation-result-2090816-1247391397/solver-2090816-1247391397 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2090816-1247391397.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.00 4/73 28006
/proc/meminfo: memFree=1819552/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=12268 CPUtime=0
/proc/28006/stat : 28006 (sugar) R 28004 28006 24711 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26206095 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28006/statm: 3067 316 241 3 0 167 0

[startup+0.0660921 s]
/proc/loadavg: 2.02 2.05 2.00 4/73 28006
/proc/meminfo: memFree=1819552/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16212 CPUtime=0.05
/proc/28006/stat : 28006 (sugar) R 28004 28006 24711 0 -1 4194304 967 0 0 0 4 1 0 0 18 0 1 0 26206095 16601088 935 996147200 4194304 4206940 548682068608 18446744073709551615 238487829093 0 0 4224 0 0 0 0 17 1 0 0
/proc/28006/statm: 4053 935 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101097 s]
/proc/loadavg: 2.02 2.05 2.00 4/73 28006
/proc/meminfo: memFree=1819552/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=0.06
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30113 s]
/proc/loadavg: 2.02 2.05 2.00 4/73 28006
/proc/meminfo: memFree=1819552/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=0.06
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701209 s]
/proc/loadavg: 2.02 2.05 2.00 4/73 28006
/proc/meminfo: memFree=1819552/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=0.06
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 28018
/proc/meminfo: memFree=1799240/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=1.19
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1309 7968 0 1 6 1 107 5 16 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 16868

[startup+3.10268 s]
/proc/loadavg: 2.02 2.05 2.00 4/84 28028
/proc/meminfo: memFree=1793800/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=1.19
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1309 7968 0 1 6 1 107 5 16 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
[pid=28019] ppid=28006 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (sh) S 28006 28006 24711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26206219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 233 193 169 0 50 0
[pid=28020] ppid=28019 vsize=864376 CPUtime=1.83
/proc/28020/stat : 28020 (java) S 28019 28006 24711 0 -1 0 14820 0 1 0 176 7 0 0 18 0 9 0 26206219 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28020/statm: 216094 14063 2567 9 0 210599 0
[pid=28020/tid=28021] ppid=28019 vsize=864376 CPUtime=1.07
/proc/28020/task/28021/stat : 28021 (java) R 28019 28006 24711 0 -1 64 2892 0 1 0 106 1 0 0 25 0 9 0 26206220 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28022] ppid=28019 vsize=864376 CPUtime=0.68
/proc/28020/task/28022/stat : 28022 (java) R 28019 28006 24711 0 -1 64 10914 0 0 0 64 4 0 0 16 0 9 0 26206221 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 103826304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28023] ppid=28019 vsize=864376 CPUtime=0
/proc/28020/task/28023/stat : 28023 (java) S 28019 28006 24711 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26206222 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28024] ppid=28019 vsize=864376 CPUtime=0
/proc/28020/task/28024/stat : 28024 (java) S 28019 28006 24711 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26206222 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28025] ppid=28019 vsize=864376 CPUtime=0
/proc/28020/task/28025/stat : 28025 (java) S 28019 28006 24711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26206224 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28026] ppid=28019 vsize=864376 CPUtime=0.04
/proc/28020/task/28026/stat : 28026 (java) S 28019 28006 24711 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 26206224 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28027] ppid=28019 vsize=864376 CPUtime=0
/proc/28020/task/28027/stat : 28027 (java) S 28019 28006 24711 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26206224 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28028] ppid=28019 vsize=864376 CPUtime=0
/proc/28020/task/28028/stat : 28028 (java) S 28019 28006 24711 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26206224 885121024 14063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886600

[startup+6.30229 s]
/proc/loadavg: 2.02 2.05 2.00 3/84 28028
/proc/meminfo: memFree=1742728/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=1.19
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1310 7968 0 1 6 1 107 5 15 0 1 0 26206095 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1111 409 3 0 796 0
[pid=28019] ppid=28006 vsize=5356 CPUtime=0
/proc/28019/stat : 28019 (sh) S 28006 28006 24711 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26206219 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28019/statm: 1339 233 193 169 0 50 0
[pid=28020] ppid=28019 vsize=864488 CPUtime=4.99
/proc/28020/stat : 28020 (java) S 28019 28006 24711 0 -1 0 20316 0 1 0 486 13 0 0 18 0 9 0 26206219 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28020/statm: 216122 19461 2590 9 0 210599 0
[pid=28020/tid=28021] ppid=28019 vsize=864488 CPUtime=3.46
/proc/28020/task/28021/stat : 28021 (java) R 28019 28006 24711 0 -1 64 3322 0 1 0 341 5 0 0 25 0 9 0 26206220 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4126557996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28022] ppid=28019 vsize=864488 CPUtime=1.42
/proc/28020/task/28022/stat : 28022 (java) S 28019 28006 24711 0 -1 64 15957 0 0 0 135 7 0 0 16 0 9 0 26206221 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28023] ppid=28019 vsize=864488 CPUtime=0
/proc/28020/task/28023/stat : 28023 (java) S 28019 28006 24711 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26206222 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28024] ppid=28019 vsize=864488 CPUtime=0
/proc/28020/task/28024/stat : 28024 (java) S 28019 28006 24711 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26206222 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28025] ppid=28019 vsize=864488 CPUtime=0
/proc/28020/task/28025/stat : 28025 (java) S 28019 28006 24711 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26206224 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28026] ppid=28019 vsize=864488 CPUtime=0.08
/proc/28020/task/28026/stat : 28026 (java) S 28019 28006 24711 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26206224 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28027] ppid=28019 vsize=864488 CPUtime=0
/proc/28020/task/28027/stat : 28027 (java) S 28019 28006 24711 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26206224 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28020/tid=28028] ppid=28019 vsize=864488 CPUtime=0
/proc/28020/task/28028/stat : 28028 (java) S 28019 28006 24711 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26206224 885235712 19461 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886712

[startup+12.7015 s]
/proc/loadavg: 2.02 2.05 2.00 3/76 28030
/proc/meminfo: memFree=1792200/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=16284 CPUtime=5.79
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 3924 0 0 0 578 1 0 0 25 0 1 0 26206779 16674816 3910 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28030/statm: 4071 3910 75 150 0 3918 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 38508

[startup+25.502 s]
/proc/loadavg: 2.02 2.04 2.00 3/76 28030
/proc/meminfo: memFree=1790472/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=18040 CPUtime=18.46
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 4368 0 0 0 1844 2 0 0 25 0 1 0 26206779 18472960 4354 996147200 134512640 135127466 4294956256 18446744073709551615 134530780 0 0 4096 3 0 0 0 17 1 0 0
/proc/28030/statm: 4510 4354 75 150 0 4357 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40264

[startup+51.102 s]
/proc/loadavg: 2.01 2.04 2.00 3/76 28030
/proc/meminfo: memFree=1787848/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=20792 CPUtime=43.81
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 5041 0 0 0 4378 3 0 0 25 0 1 0 26206779 21291008 5027 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28030/statm: 5198 5027 75 150 0 5045 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 43016

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 28030
/proc/meminfo: memFree=1783880/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=24608 CPUtime=94.54
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 6012 0 0 0 9449 5 0 0 25 0 1 0 26206779 25198592 5998 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28030/statm: 6152 5998 75 150 0 5999 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 46832

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 28030
/proc/meminfo: memFree=1778568/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=29944 CPUtime=153.96
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 7286 0 0 0 15390 6 0 0 25 0 1 0 26206779 30662656 7272 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28030/statm: 7486 7272 75 150 0 7333 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 52168

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


[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28148
/proc/meminfo: memFree=1737600/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=57276 CPUtime=813.18
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 14052 0 0 0 81299 19 0 0 25 0 1 0 26206779 58650624 14038 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 14319 14038 75 150 0 14166 0
Current children cumulated CPU time (s) 819.88
Current children cumulated vsize (KiB) 79500

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1734144/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=60324 CPUtime=873.16
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 14854 0 0 0 87296 20 0 0 25 0 1 0 26206779 61771776 14840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15081 14840 75 150 0 14928 0
Current children cumulated CPU time (s) 879.86
Current children cumulated vsize (KiB) 82548

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=933.12
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 93292 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 939.82
Current children cumulated vsize (KiB) 84140

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=937.92
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 93772 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134522681 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 944.62
Current children cumulated vsize (KiB) 84140

[startup+959.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=950.71
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 95051 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 957.41
Current children cumulated vsize (KiB) 84140

[startup+972.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=963.51
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 96331 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 970.21
Current children cumulated vsize (KiB) 84140

[startup+975.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=966.7
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 96650 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 973.4
Current children cumulated vsize (KiB) 84140

[startup+977.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=968.3
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 96810 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 975
Current children cumulated vsize (KiB) 84140

[startup+979.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=969.9
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 96970 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 976.6
Current children cumulated vsize (KiB) 84140

[startup+979.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=6.7
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1376 28602 0 2 6 1 641 22 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
[pid=28029] ppid=28006 vsize=5356 CPUtime=0
/proc/28029/stat : 28029 (sh) S 28006 28006 24711 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26206778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28029/statm: 1339 232 193 169 0 50 0
[pid=28030] ppid=28029 vsize=61916 CPUtime=970.7
/proc/28030/stat : 28030 (minisat) R 28029 28006 24711 0 -1 4194304 15250 0 0 0 97050 20 0 0 25 0 1 0 26206779 63401984 15236 996147200 134512640 135127466 4294956256 18446744073709551615 134531439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28030/statm: 15479 15236 75 150 0 15326 0
Current children cumulated CPU time (s) 977.4
Current children cumulated vsize (KiB) 84140

[startup+980.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=977.76
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1430 44146 0 2 6 1 97725 44 17 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 977.76
Current children cumulated vsize (KiB) 16868

[startup+980.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28150
/proc/meminfo: memFree=1732544/2055920 swapFree=4192812/4192956
[pid=28006] ppid=28004 vsize=16868 CPUtime=977.76
/proc/28006/stat : 28006 (sugar) S 28004 28006 24711 0 -1 4194304 1449 44146 0 2 6 1 97725 44 16 0 1 0 26206095 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28006/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 977.76
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 980.409
CPU time (s): 977.888
CPU user time (s): 977.389
CPU system time (s): 0.498924
CPU usage (%): 99.7429
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 977.389
system time used= 0.498924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49355
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= 3619
involuntary context switches= 10469

runsolver used 1.05484 second user time and 2.82757 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 11:36:37
IDJOB=2090816
IDBENCH=59912
IDSOLVER=739
FILE ID=node23/2090816-1247391397
PBS_JOBID= 9507323
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-58_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090816-1247391397/watcher-2090816-1247391397 -o /tmp/evaluation-result-2090816-1247391397/solver-2090816-1247391397 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2090816-1247391397.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ead9692a080cea313856dc341934349b
RANDOM SEED=545836723

node23.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.277
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.277
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:       1820032 kB
Buffers:         23852 kB
Cached:         102016 kB
SwapCached:          0 kB
Active:         146620 kB
Inactive:        37616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1820032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9152 kB
Writeback:           0 kB
Mapped:          69012 kB
Slab:            37012 kB
Committed_AS:   304512 kB
PageTables:       1892 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= 66336 MiB
End job on node23 at 2009-07-12 11:52:58