Trace number 2079541

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 1220.49 1226.35

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-22_ext.xml
MD5SUM3bc8c0707d4037ec121632cb9f65acc5
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 benchmark58.8751
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

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 05:10:07 2009
0.04/0.08	c 0	PID 22197
0.04/0.08	c 0	HOST node66.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2079541-1247368207.xml TO HOME/temp.csp
0.04/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-2079541-1247368207.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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'
0.93/1.06	c 1	Parsing HOME/temp.csp
1.91/2.07	c 2	parsed 139 expressions
1.91/2.08	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.08	c 2	Converting to clausal form CSP
1.91/2.09	c 2	converted 14 (10%) expressions
2.01/2.12	c 2	converted 28 (20%) expressions
2.12/2.28	c 2	converted 42 (30%) expressions
2.12/2.28	c 2	converted 56 (40%) expressions
2.20/2.30	c 2	converted 70 (50%) expressions
2.20/2.36	c 3	converted 84 (60%) expressions
2.30/2.46	c 3	converted 98 (70%) expressions
2.40/2.56	c 3	converted 112 (80%) expressions
2.70/2.86	c 3	converted 126 (90%) expressions
2.80/2.98	c 3	converted 139 (100%) expressions
2.80/2.99	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.99	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.99	c 3	Propagation in CSP
2.80/2.99	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.99	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.99	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.99	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.99	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.99	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.12	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.00/3.12	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.00/3.12	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.00/3.12	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.00/3.13	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.00/3.13	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.00/3.13	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.00/3.13	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.00/3.13	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.00/3.13	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.20/3.34	c 3	6 (10%) CSP clauses are encoded (11248 clauses, 253385 bytes)
3.29/3.47	c 4	12 (20%) CSP clauses are encoded (22051 clauses, 509484 bytes)
3.49/3.60	c 4	18 (30%) CSP clauses are encoded (32897 clauses, 769473 bytes)
3.58/3.74	c 4	24 (40%) CSP clauses are encoded (43687 clauses, 1030754 bytes)
3.69/3.87	c 4	30 (50%) CSP clauses are encoded (54502 clauses, 1299269 bytes)
3.78/4.00	c 4	36 (60%) CSP clauses are encoded (64638 clauses, 1556818 bytes)
3.98/4.13	c 4	42 (70%) CSP clauses are encoded (75519 clauses, 1847795 bytes)
4.09/4.26	c 4	48 (80%) CSP clauses are encoded (86363 clauses, 2138126 bytes)
4.29/4.41	c 5	54 (90%) CSP clauses are encoded (97077 clauses, 2424702 bytes)
4.37/4.52	c 5	59 (100%) CSP clauses are encoded (106158 clauses, 2667913 bytes)
4.37/4.52	c 5	59 CSP clauses encoded
4.37/4.52	c 5	Writing map file : HOME/temp.map
4.37/4.52	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.37/4.52	c 5	SAT : 380 SAT variables, 106158 SAT clauses, 2667913 bytes
4.37/4.52	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.37/4.54	c 5	SOLVING HOME/temp.cnf
4.37/4.54	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.37/4.54	c 5	This is MiniSat 2.0 beta
4.37/4.54	c 5	WARNING: for repeatability, setting FPU to use double precision
4.37/4.54	c 5	============================[ Problem Statistics ]=============================
4.37/4.54	c 5	|                                                                             |
4.37/4.55	c 5	|  Number of variables:  380                                                  |
4.37/4.55	c 5	|  Number of clauses:    106158                                               |
4.43/4.61	c 5	|  Parsing time:         0.06         s                                       |
4.43/4.62	c 5	============================[ Search Statistics ]==============================
4.43/4.62	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.43/4.62	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.43/4.62	c 5	===============================================================================
4.43/4.62	c 5	|         0 |     380   106158   582593 |    35386        0    nan |  0.000 % |
4.43/4.69	c 5	|       100 |     380   106158   582593 |    38924      100     10 |  0.001 % |
4.43/4.77	c 5	|       250 |     380   106158   582593 |    42817      250     11 |  0.002 % |
4.43/4.84	c 5	|       475 |     380   106158   582593 |    47098      475     11 |  0.012 % |
4.43/4.98	c 5	|       812 |     380   106158   582593 |    51808      812     11 |  0.013 % |
4.43/5.15	c 5	|      1318 |     380   106158   582593 |    56989     1318     11 |  0.013 % |
5.27/5.50	c 6	|      2079 |     380   106158   582593 |    62688     2079     11 |  0.013 % |
5.86/6.01	c 6	|      3219 |     380   106158   582593 |    68957     3219     12 |  0.013 % |
6.65/6.85	c 7	|      4927 |     380   106158   582593 |    75853     4927     12 |  0.014 % |
7.74/7.91	c 8	|      7489 |     380   106158   582593 |    83438     7489     13 |  0.014 % |
9.53/9.71	c 10	|     11334 |     380   106158   582593 |    91782    11334     13 |  0.015 % |
12.39/12.60	c 13	|     17101 |     380   106158   582593 |   100960    17101     13 |  0.015 % |
17.44/17.74	c 18	|     25751 |     380   106158   582593 |   111056    25751     14 |  0.015 % |
26.36/26.71	c 27	|     38725 |     380   106158   582593 |   122162    38725     14 |  0.015 % |
37.64/38.11	c 38	|     58187 |     379   105525   579687 |   134378    22905     15 |  0.264 % |
59.12/59.84	c 60	|     87379 |     379   105525   579687 |   147816    52097     16 |  0.271 % |
102.80/103.91	c 104	|    131168 |     379   105525   579687 |   162597    95886     17 |  0.275 % |
176.14/177.70	c 178	|    196853 |     378   104771   576207 |   178857   126091     17 |  0.527 % |
305.53/308.37	c 309	|    295380 |     377   104160   573329 |   196743    32181     17 |  0.790 % |
491.34/494.55	c 495	|    443170 |     377   104160   573329 |   216417   179971     18 |  0.814 % |
809.12/813.23	c 813	|    664856 |     377   104160   573329 |   238059   201950     19 |  0.792 % |
1220.33/1226.21	c 1226	===============================================================================
1220.33/1226.21	c 1226	restarts              : 21
1220.33/1226.21	c 1226	conflicts             : 974315         (801 /sec)
1220.33/1226.21	c 1226	decisions             : 1160381        (1.57 % random) (954 /sec)
1220.33/1226.21	c 1226	propagations          : 44476478       (36583 /sec)
1220.33/1226.21	c 1226	conflict literals     : 17001911       (31.41 % deleted)
1220.33/1226.21	c 1226	Memory used           : 37.65 MB
1220.33/1226.21	c 1226	CPU time              : 1215.75 s
1220.33/1226.21	c 1226	
1220.33/1226.21	c 1226	UNSATISFIABLE
1220.33/1226.22	c 1226	DECODING HOME/temp.out WITH HOME/temp.map
1220.33/1226.22	c 1226	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'
1220.37/1226.30	c 1226	Decoding HOME/temp.out
1220.37/1226.31	s UNSATISFIABLE
1220.37/1226.32	c 1226	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1220.37/1226.34	c 1226	CPU 1220.47 (0.06 0.02 1220.02 0.37)
1220.37/1226.34	c 1226	END Sun Jul 12 05:30:33 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-2079541-1247368207/watcher-2079541-1247368207 -o /tmp/evaluation-result-2079541-1247368207/solver-2079541-1247368207 -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-2079541-1247368207.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: 1.96 2.06 2.09 4/82 22197
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=18576 CPUtime=0
/proc/22197/stat : 22197 (runsolver) R 22195 22197 18315 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23883541 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22197/statm: 4644 284 249 26 0 2626 0

[startup+0.0646 s]
/proc/loadavg: 1.96 2.06 2.09 4/82 22197
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=15948 CPUtime=0.04
/proc/22197/stat : 22197 (sugar) R 22195 22197 18315 0 -1 4194304 910 0 0 0 3 1 0 0 18 0 1 0 23883541 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 0 4224 0 0 0 0 17 1 0 0
/proc/22197/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.10259 s]
/proc/loadavg: 1.96 2.06 2.09 4/82 22197
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=0.06
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23883541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30161 s]
/proc/loadavg: 1.96 2.06 2.09 4/82 22197
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=0.06
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23883541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70166 s]
/proc/loadavg: 1.96 2.06 2.09 4/82 22197
/proc/meminfo: memFree=1259088/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=0.06
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23883541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 1.96 2.06 2.09 3/87 22213
/proc/meminfo: memFree=1252128/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=0.92
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1309 7009 0 1 5 1 81 5 16 0 1 0 23883541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1111 409 3 0 796 0
[pid=22210] ppid=22197 vsize=5356 CPUtime=0
/proc/22210/stat : 22210 (sh) S 22197 22197 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23883639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22210/statm: 1339 233 193 169 0 50 0
[pid=22211] ppid=22210 vsize=862284 CPUtime=0.5
/proc/22211/stat : 22211 (java) S 22210 22197 18315 0 -1 0 6081 0 1 0 47 3 0 0 18 0 9 0 23883639 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22211/statm: 215571 5367 2158 9 0 210484 0
[pid=22211/tid=22212] ppid=22210 vsize=862284 CPUtime=0.3
/proc/22211/task/22212/stat : 22212 (java) R 22210 22197 18315 0 -1 64 2019 0 1 0 30 0 0 0 21 0 9 0 23883640 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22213] ppid=22210 vsize=862284 CPUtime=0.14
/proc/22211/task/22213/stat : 22213 (java) R 22210 22197 18315 0 -1 64 3053 0 0 0 13 1 0 0 16 0 9 0 23883641 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 102768241 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10195 s]
/proc/loadavg: 1.96 2.06 2.09 4/93 22219
/proc/meminfo: memFree=1228400/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=0.92
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1310 7009 0 1 5 1 81 5 15 0 1 0 23883541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1111 409 3 0 796 0
[pid=22210] ppid=22197 vsize=5356 CPUtime=0
/proc/22210/stat : 22210 (sh) S 22197 22197 18315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23883639 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22210/statm: 1339 233 193 169 0 50 0
[pid=22211] ppid=22210 vsize=864376 CPUtime=2.08
/proc/22211/stat : 22211 (java) S 22210 22197 18315 0 -1 0 14743 0 1 0 201 7 0 0 18 0 9 0 23883639 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22211/statm: 216094 13984 2566 9 0 210599 0
[pid=22211/tid=22212] ppid=22210 vsize=864376 CPUtime=1.02
/proc/22211/task/22212/stat : 22212 (java) R 22210 22197 18315 0 -1 64 3167 0 1 0 101 1 0 0 20 0 9 0 23883640 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22213] ppid=22210 vsize=864376 CPUtime=0.99
/proc/22211/task/22213/stat : 22213 (java) R 22210 22197 18315 0 -1 64 10562 0 0 0 94 5 0 0 17 0 9 0 23883641 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 104191185 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22214] ppid=22210 vsize=864376 CPUtime=0
/proc/22211/task/22214/stat : 22214 (java) S 22210 22197 18315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23883642 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22215] ppid=22210 vsize=864376 CPUtime=0
/proc/22211/task/22215/stat : 22215 (java) S 22210 22197 18315 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23883642 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22216] ppid=22210 vsize=864376 CPUtime=0
/proc/22211/task/22216/stat : 22216 (java) S 22210 22197 18315 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23883644 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22217] ppid=22210 vsize=864376 CPUtime=0.04
/proc/22211/task/22217/stat : 22217 (java) S 22210 22197 18315 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23883644 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22218] ppid=22210 vsize=864376 CPUtime=0
/proc/22211/task/22218/stat : 22218 (java) S 22210 22197 18315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23883644 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22211/tid=22219] ppid=22210 vsize=864376 CPUtime=0
/proc/22211/task/22219/stat : 22219 (java) S 22210 22197 18315 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23883644 885121024 13984 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886600

[startup+6.30133 s]
/proc/loadavg: 1.96 2.06 2.09 3/85 22221
/proc/meminfo: memFree=1243824/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 15 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=8428 CPUtime=1.73
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 1986 0 0 0 173 0 0 0 25 0 1 0 23883996 8630272 1972 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 2107 1972 75 150 0 1954 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 30652

[startup+12.7011 s]
/proc/loadavg: 1.97 2.06 2.09 3/85 22221
/proc/meminfo: memFree=1242480/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=9672 CPUtime=8.06
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 2296 0 0 0 805 1 0 0 25 0 1 0 23883996 9904128 2282 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 2418 2282 75 150 0 2265 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 31896

[startup+25.5026 s]
/proc/loadavg: 1.97 2.05 2.09 3/85 22221
/proc/meminfo: memFree=1240624/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=11504 CPUtime=20.74
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 2766 0 0 0 2073 1 0 0 25 0 1 0 23883996 11780096 2752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 2876 2752 75 150 0 2723 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 33728

[startup+51.1026 s]
/proc/loadavg: 1.98 2.05 2.09 4/85 22221
/proc/meminfo: memFree=1239792/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=12576 CPUtime=46.08
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 2993 0 0 0 4607 1 0 0 25 0 1 0 23883996 12877824 2979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 3144 2979 75 150 0 2991 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 34800

[startup+102.307 s]
/proc/loadavg: 1.99 2.04 2.08 3/85 22221
/proc/meminfo: memFree=1234224/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=18128 CPUtime=96.79
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 4345 0 0 0 9676 3 0 0 25 0 1 0 23883996 18563072 4331 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 4532 4331 75 150 0 4379 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 40352

[startup+162.302 s]
/proc/loadavg: 1.96 2.01 2.07 3/84 22262
/proc/meminfo: memFree=1631360/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=21656 CPUtime=156.46
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 5287 0 0 0 15639 7 0 0 25 0 1 0 23883996 22175744 5273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 5414 5273 75 150 0 5261 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 43880

[startup+222.303 s]
/proc/loadavg: 1.98 2.01 2.06 3/84 22262
/proc/meminfo: memFree=1628672/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=36748 CPUtime=932.58
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 8900 0 0 0 93246 12 0 0 25 0 1 0 23883996 37629952 8886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22221/statm: 9187 8886 75 150 0 9034 0
Current children cumulated CPU time (s) 937.01
Current children cumulated vsize (KiB) 58972

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 2.00 3/85 22398
/proc/meminfo: memFree=1603248/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=36912 CPUtime=992.11
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 8923 0 0 0 99197 14 0 0 25 0 1 0 23883996 37797888 8909 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9228 8909 75 150 0 9075 0
Current children cumulated CPU time (s) 996.54
Current children cumulated vsize (KiB) 59136

[startup+1062.3 s]
/proc/loadavg: 2.34 2.09 2.03 3/76 22515
/proc/meminfo: memFree=1655104/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=37068 CPUtime=1052.07
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 8961 0 0 0 105192 15 0 0 25 0 1 0 23883996 37957632 8947 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9267 8947 75 150 0 9114 0
Current children cumulated CPU time (s) 1056.5
Current children cumulated vsize (KiB) 59292

[startup+1122.3 s]
/proc/loadavg: 2.24 2.10 2.04 3/76 22515
/proc/meminfo: memFree=1654784/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=37532 CPUtime=1112.04
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9068 0 0 0 111189 15 0 0 25 0 1 0 23883996 38432768 9054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9383 9054 75 150 0 9230 0
Current children cumulated CPU time (s) 1116.47
Current children cumulated vsize (KiB) 59756

[startup+1182.3 s]
/proc/loadavg: 2.21 2.11 2.04 4/76 22515
/proc/meminfo: memFree=1654592/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=37676 CPUtime=1172.02
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9104 0 0 0 117187 15 0 0 25 0 1 0 23883996 38580224 9090 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9419 9090 75 150 0 9266 0
Current children cumulated CPU time (s) 1176.45
Current children cumulated vsize (KiB) 59900

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

[startup+1203.1 s]
/proc/loadavg: 2.15 2.10 2.04 4/85 22555
/proc/meminfo: memFree=1623928/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38272 CPUtime=1192.81
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9217 0 0 0 119265 16 0 0 25 0 1 0 23883996 39190528 9203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9568 9203 75 150 0 9415 0
Current children cumulated CPU time (s) 1197.24
Current children cumulated vsize (KiB) 60496

[startup+1215.9 s]
/proc/loadavg: 2.19 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38552 CPUtime=1205.6
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9279 0 0 0 120544 16 0 0 25 0 1 0 23883996 39477248 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9638 9265 75 150 0 9485 0
Current children cumulated CPU time (s) 1210.03
Current children cumulated vsize (KiB) 60776

[startup+1222.3 s]
/proc/loadavg: 2.18 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38552 CPUtime=1212
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9279 0 0 0 121184 16 0 0 25 0 1 0 23883996 39477248 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9638 9265 75 150 0 9485 0
Current children cumulated CPU time (s) 1216.43
Current children cumulated vsize (KiB) 60776

[startup+1223.9 s]
/proc/loadavg: 2.18 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38552 CPUtime=1213.6
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9279 0 0 0 121344 16 0 0 25 0 1 0 23883996 39477248 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9638 9265 75 150 0 9485 0
Current children cumulated CPU time (s) 1218.03
Current children cumulated vsize (KiB) 60776

[startup+1225.5 s]
/proc/loadavg: 2.16 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38552 CPUtime=1215.2
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9279 0 0 0 121504 16 0 0 25 0 1 0 23883996 39477248 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134527694 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9638 9265 75 150 0 9485 0
Current children cumulated CPU time (s) 1219.63
Current children cumulated vsize (KiB) 60776

[startup+1225.9 s]
/proc/loadavg: 2.16 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=4.43
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1374 22223 0 2 6 2 418 17 16 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
[pid=22220] ppid=22197 vsize=5356 CPUtime=0
/proc/22220/stat : 22220 (sh) S 22197 22197 18315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23883996 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22220/statm: 1339 232 193 169 0 50 0
[pid=22221] ppid=22220 vsize=38552 CPUtime=1215.6
/proc/22221/stat : 22221 (minisat) R 22220 22197 18315 0 -1 4194304 9279 0 0 0 121544 16 0 0 25 0 1 0 23883996 39477248 9265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22221/statm: 9638 9265 75 150 0 9485 0
Current children cumulated CPU time (s) 1220.03
Current children cumulated vsize (KiB) 60776

[startup+1226.3 s]
/proc/loadavg: 2.16 2.11 2.04 3/84 22556
/proc/meminfo: memFree=1597752/2055920 swapFree=4192812/4192956
[pid=22197] ppid=22195 vsize=16868 CPUtime=1220.37
/proc/22197/stat : 22197 (sugar) S 22195 22197 18315 0 -1 4194304 1427 31796 0 2 6 2 121994 35 17 0 1 0 23883541 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22197/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1220.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1226.35
CPU time (s): 1220.49
CPU user time (s): 1220.09
CPU system time (s): 0.398939
CPU usage (%): 99.5223
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1220.09
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36992
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= 2678
involuntary context switches= 23673

runsolver used 1.49377 second user time and 3.9614 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 05:10:07
IDJOB=2079541
IDBENCH=56913
IDSOLVER=739
FILE ID=node66/2079541-1247368207
PBS_JOBID= 9507051
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-22_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-2079541-1247368207/watcher-2079541-1247368207 -o /tmp/evaluation-result-2079541-1247368207/solver-2079541-1247368207 -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-2079541-1247368207.xml

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

MD5SUM BENCH= 3bc8c0707d4037ec121632cb9f65acc5
RANDOM SEED=1235418228

node66.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.214
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.214
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:       1259568 kB
Buffers:         62984 kB
Cached:         197184 kB
SwapCached:          0 kB
Active:         600372 kB
Inactive:       119052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1259568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:         479552 kB
Slab:            61260 kB
Committed_AS:   636676 kB
PageTables:       2648 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= 66244 MiB
End job on node66 at 2009-07-12 05:30:34