Trace number 2079739

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+minisatSAT 387.947 390.083

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-13_ext.xml
MD5SUM08bc20cb4b4f6b35bbc57e84fe4cb0e6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.03023
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:17:48 2009
0.00/0.08	c 0	PID 22838
0.00/0.08	c 0	HOST node10.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079739-1247368668.xml TO HOME/temp.csp
0.00/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-2079739-1247368668.xml' 'HOME/temp.csp'
0.06/0.95	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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.92/1.06	c 1	Parsing HOME/temp.csp
1.92/2.05	c 2	parsed 137 expressions
1.92/2.06	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.06	c 2	Converting to clausal form CSP
1.92/2.08	c 2	converted 14 (10%) expressions
1.92/2.09	c 2	converted 28 (20%) expressions
2.01/2.10	c 2	converted 42 (30%) expressions
2.13/2.26	c 2	converted 55 (40%) expressions
2.13/2.26	c 2	converted 69 (50%) expressions
2.22/2.32	c 2	converted 83 (60%) expressions
2.32/2.41	c 3	converted 96 (70%) expressions
2.42/2.51	c 3	converted 110 (80%) expressions
2.52/2.62	c 3	converted 124 (90%) expressions
2.82/2.90	c 3	converted 137 (100%) expressions
2.82/2.90	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.82/2.90	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.90	c 3	Propagation in CSP
2.82/2.90	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.90	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.82/2.90	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.82/2.91	c 3	Simplifing CSP by introducing new Boolean variables
2.82/2.91	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.82/2.91	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.92/3.02	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.92/3.03	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.92/3.03	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.92/3.03	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.92/3.03	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.92/3.03	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.92/3.03	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.92/3.04	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.92/3.04	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.92/3.04	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.92/3.04	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.12/3.24	c 3	6 (10%) CSP clauses are encoded (11179 clauses, 239787 bytes)
3.22/3.37	c 3	12 (20%) CSP clauses are encoded (21895 clauses, 496483 bytes)
3.31/3.49	c 4	18 (30%) CSP clauses are encoded (32012 clauses, 737491 bytes)
3.51/3.62	c 4	24 (40%) CSP clauses are encoded (42843 clauses, 996129 bytes)
3.62/3.72	c 4	29 (50%) CSP clauses are encoded (51171 clauses, 1201049 bytes)
3.71/3.85	c 4	35 (60%) CSP clauses are encoded (61972 clauses, 1463137 bytes)
3.81/3.98	c 4	41 (70%) CSP clauses are encoded (72726 clauses, 1729997 bytes)
4.00/4.12	c 4	47 (80%) CSP clauses are encoded (83536 clauses, 2016386 bytes)
4.11/4.25	c 4	53 (90%) CSP clauses are encoded (94301 clauses, 2304532 bytes)
4.21/4.37	c 4	58 (100%) CSP clauses are encoded (103273 clauses, 2544695 bytes)
4.21/4.37	c 4	58 CSP clauses encoded
4.21/4.37	c 4	Writing map file : HOME/temp.map
4.21/4.37	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.21/4.37	c 4	SAT : 380 SAT variables, 103273 SAT clauses, 2544695 bytes
4.21/4.37	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.27/4.44	c 5	SOLVING HOME/temp.cnf
4.27/4.44	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.27/4.44	c 5	This is MiniSat 2.0 beta
4.27/4.44	c 5	WARNING: for repeatability, setting FPU to use double precision
4.27/4.44	c 5	============================[ Problem Statistics ]=============================
4.27/4.44	c 5	|                                                                             |
4.27/4.44	c 5	|  Number of variables:  380                                                  |
4.27/4.44	c 5	|  Number of clauses:    103273                                               |
4.30/4.51	c 5	|  Parsing time:         0.06         s                                       |
4.30/4.51	c 5	============================[ Search Statistics ]==============================
4.30/4.51	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.30/4.51	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.30/4.51	c 5	===============================================================================
4.30/4.51	c 5	|         0 |     380   103273   566217 |    34424        0    nan |  0.000 % |
4.30/4.58	c 5	|       102 |     380   103273   566217 |    37866      102     10 |  0.001 % |
4.30/4.68	c 5	|       252 |     380   103273   566217 |    41653      252      9 |  0.013 % |
4.30/4.78	c 5	|       478 |     380   103273   566217 |    45818      478     10 |  0.013 % |
4.30/4.92	c 5	|       816 |     380   103273   566217 |    50400      816     11 |  0.004 % |
4.30/5.12	c 5	|      1322 |     380   103273   566217 |    55440     1322     10 |  0.013 % |
5.24/5.44	c 6	|      2084 |     380   103273   566217 |    60984     2084     11 |  0.013 % |
5.73/5.90	c 6	|      3223 |     380   103273   566217 |    67083     3223     11 |  0.013 % |
6.53/6.71	c 7	|      4932 |     380   103273   566217 |    73791     4932     11 |  0.014 % |
7.53/7.76	c 8	|      7494 |     380   103273   566217 |    81170     7494     12 |  0.012 % |
9.11/9.30	c 9	|     11338 |     380   103273   566217 |    89287    11338     13 |  0.012 % |
11.49/11.72	c 12	|     17104 |     380   103273   566217 |    98216    17104     14 |  0.014 % |
15.29/15.57	c 16	|     25753 |     380   103273   566217 |   108038    25753     14 |  0.014 % |
21.85/22.17	c 22	|     38727 |     380   103273   566217 |   118842    38727     15 |  0.015 % |
34.98/35.34	c 35	|     58188 |     380   103273   566217 |   130726    58188     14 |  0.019 % |
54.29/54.77	c 55	|     87383 |     379   102019   560417 |   143798    26410     14 |  0.264 % |
83.83/84.46	c 85	|    131172 |     378   100508   552374 |   158178    15159     11 |  0.527 % |
123.73/124.57	c 125	|    196856 |     377    98971   543900 |   173996    40709     14 |  0.790 % |
203.82/205.03	c 205	|    295384 |     376    98289   540715 |   191396    98175     17 |  1.053 % |
380.53/382.69	c 383	|    443174 |     376    98289   540715 |   210536    77506     17 |  1.062 % |
387.79/389.90	c 390	===============================================================================
387.79/389.90	c 390	restarts              : 20
387.79/389.90	c 390	conflicts             : 450569         (1175 /sec)
387.79/389.90	c 390	decisions             : 530545         (1.53 % random) (1384 /sec)
387.79/389.90	c 390	propagations          : 20551281       (53600 /sec)
387.79/389.90	c 390	conflict literals     : 7448611        (31.57 % deleted)
387.79/389.90	c 390	Memory used           : 28.10 MB
387.79/389.90	c 390	CPU time              : 383.419 s
387.79/389.90	c 390	
387.79/389.90	c 390	SATISFIABLE
387.79/389.91	c 390	DECODING HOME/temp.out WITH HOME/temp.map
387.79/389.91	c 390	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'
387.79/389.99	c 390	Decoding HOME/temp.out
387.81/390.01	s SATISFIABLE
387.81/390.01	v 14 19 7 2 10 1 14 16 9 3 10 18 7 12 16 16 3 0 4 5
387.81/390.03	c 390	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
387.81/390.08	c 390	CPU 387.91 (0.06 0.01 387.56 0.28)
387.81/390.08	c 390	END Sun Jul 12 05:24:18 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079739-1247368668/watcher-2079739-1247368668 -o /tmp/evaluation-result-2079739-1247368668/solver-2079739-1247368668 -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-2079739-1247368668.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.00 2.05 2.08 4/81 22838
/proc/meminfo: memFree=1581240/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=12268 CPUtime=0
/proc/22838/stat : 22838 (sugar) R 22836 22838 16784 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 23933860 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22838/statm: 3067 316 241 3 0 167 0

[startup+0.0854949 s]
/proc/loadavg: 2.00 2.05 2.08 4/81 22838
/proc/meminfo: memFree=1581240/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.06
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.100976 s]
/proc/loadavg: 2.00 2.05 2.08 4/81 22838
/proc/meminfo: memFree=1581240/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.06
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301946 s]
/proc/loadavg: 2.00 2.05 2.08 4/81 22838
/proc/meminfo: memFree=1581240/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.06
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.700994 s]
/proc/loadavg: 2.00 2.05 2.08 4/81 22838
/proc/meminfo: memFree=1581240/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.06
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50117 s]
/proc/loadavg: 2.16 2.09 2.10 3/85 22853
/proc/meminfo: memFree=1575256/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.92
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1309 7033 0 1 5 1 81 5 16 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
[pid=22851] ppid=22838 vsize=5356 CPUtime=0
/proc/22851/stat : 22851 (sh) S 22838 22838 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23933958 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22851/statm: 1339 233 193 169 0 50 0
[pid=22852] ppid=22851 vsize=862284 CPUtime=0.49
/proc/22852/stat : 22852 (java) S 22851 22838 16784 0 -1 0 6083 0 1 0 46 3 0 0 18 0 9 0 23933958 882978816 5369 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22852/statm: 215571 5369 2158 9 0 210484 0
[pid=22852/tid=22853] ppid=22851 vsize=862284 CPUtime=0.3
/proc/22852/task/22853/stat : 22853 (java) R 22851 22838 16784 0 -1 64 2019 0 1 0 29 1 0 0 21 0 9 0 23933959 882978816 5369 996147200 134512640 134550932 4294955936 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) 884508

[startup+3.10255 s]
/proc/loadavg: 2.16 2.09 2.10 4/92 22860
/proc/meminfo: memFree=1549472/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=0.93
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1310 7033 0 1 6 1 81 5 15 0 1 0 23933860 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22838/statm: 4217 1111 409 3 0 796 0
[pid=22851] ppid=22838 vsize=5356 CPUtime=0
/proc/22851/stat : 22851 (sh) S 22838 22838 16784 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23933958 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22851/statm: 1339 233 193 169 0 50 0
[pid=22852] ppid=22851 vsize=864488 CPUtime=2.08
/proc/22852/stat : 22852 (java) S 22851 22838 16784 0 -1 0 14430 0 1 0 201 7 0 0 18 0 9 0 23933958 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22852/statm: 216122 13654 2590 9 0 210599 0
[pid=22852/tid=22853] ppid=22851 vsize=864488 CPUtime=1.05
/proc/22852/task/22853/stat : 22853 (java) R 22851 22838 16784 0 -1 64 2989 0 1 0 104 1 0 0 25 0 9 0 23933959 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4125958926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22854] ppid=22851 vsize=864488 CPUtime=0.94
/proc/22852/task/22854/stat : 22854 (java) S 22851 22838 16784 0 -1 64 10411 0 0 0 90 4 0 0 18 0 9 0 23933961 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22855] ppid=22851 vsize=864488 CPUtime=0
/proc/22852/task/22855/stat : 22855 (java) S 22851 22838 16784 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23933961 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22856] ppid=22851 vsize=864488 CPUtime=0
/proc/22852/task/22856/stat : 22856 (java) S 22851 22838 16784 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23933961 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22857] ppid=22851 vsize=864488 CPUtime=0
/proc/22852/task/22857/stat : 22857 (java) S 22851 22838 16784 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23933963 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22858] ppid=22851 vsize=864488 CPUtime=0.06
/proc/22852/task/22858/stat : 22858 (java) S 22851 22838 16784 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 23933963 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22859] ppid=22851 vsize=864488 CPUtime=0
/proc/22852/task/22859/stat : 22859 (java) S 22851 22838 16784 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23933963 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22852/tid=22860] ppid=22851 vsize=864488 CPUtime=0
/proc/22852/task/22860/stat : 22860 (java) S 22851 22838 16784 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23933963 885235712 13654 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.3012 s]
/proc/loadavg: 2.15 2.08 2.09 3/84 22862
/proc/meminfo: memFree=1566112/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 15 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=8296 CPUtime=1.83
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 1948 0 0 0 182 1 0 0 25 0 1 0 23934304 8495104 1934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 2074 1934 75 150 0 1921 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 30520

[startup+12.7016 s]
/proc/loadavg: 2.14 2.08 2.09 3/84 22862
/proc/meminfo: memFree=1564768/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=9620 CPUtime=8.2
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 2297 0 0 0 818 2 0 0 25 0 1 0 23934304 9850880 2283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 2405 2283 75 150 0 2252 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 31844

[startup+25.5013 s]
/proc/loadavg: 2.12 2.08 2.09 3/84 22862
/proc/meminfo: memFree=1562528/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=11996 CPUtime=20.92
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 2873 0 0 0 2090 2 0 0 25 0 1 0 23934304 12283904 2859 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 2999 2859 75 150 0 2846 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 34220

[startup+51.1018 s]
/proc/loadavg: 2.07 2.07 2.09 3/84 22862
/proc/meminfo: memFree=1560096/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=14368 CPUtime=46.4
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 3460 0 0 0 4637 3 0 0 25 0 1 0 23934304 14712832 3446 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 3592 3446 75 150 0 3439 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 36592

[startup+102.307 s]
/proc/loadavg: 2.03 2.06 2.08 3/84 22862
/proc/meminfo: memFree=1559200/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=15188 CPUtime=97.35
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 3641 0 0 0 9732 3 0 0 25 0 1 0 23934304 15552512 3627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 3797 3627 75 150 0 3644 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 37412

[startup+162.303 s]
/proc/loadavg: 2.01 2.05 2.08 3/84 22862
/proc/meminfo: memFree=1557728/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=16268 CPUtime=157.04
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 3947 0 0 0 15701 3 0 0 25 0 1 0 23934304 16658432 3933 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 4067 3933 75 150 0 3914 0
Current children cumulated CPU time (s) 161.34
Current children cumulated vsize (KiB) 38492

[startup+222.303 s]
/proc/loadavg: 2.06 2.05 2.08 3/84 22862
/proc/meminfo: memFree=1553760/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=20212 CPUtime=216.73
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 4885 0 0 0 21669 4 0 0 25 0 1 0 23934304 20697088 4871 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 5053 4871 75 150 0 4900 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 42436

[startup+282.301 s]
/proc/loadavg: 2.06 2.05 2.08 3/84 22862
/proc/meminfo: memFree=1549216/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=24696 CPUtime=276.43
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 5979 0 0 0 27637 6 0 0 25 0 1 0 23934304 25288704 5965 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 6174 5965 75 150 0 6021 0
Current children cumulated CPU time (s) 280.73
Current children cumulated vsize (KiB) 46920

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.07 3/84 22862
/proc/meminfo: memFree=1545120/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28468 CPUtime=336.13
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6933 0 0 0 33605 8 0 0 25 0 1 0 23934304 29151232 6919 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7117 6919 75 150 0 6964 0
Current children cumulated CPU time (s) 340.43
Current children cumulated vsize (KiB) 50692

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

[startup+358.302 s]
/proc/loadavg: 2.02 2.04 2.07 3/84 22862
/proc/meminfo: memFree=1544992/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28468 CPUtime=352.05
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6947 0 0 0 35197 8 0 0 25 0 1 0 23934304 29151232 6933 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7117 6933 75 150 0 6964 0
Current children cumulated CPU time (s) 356.35
Current children cumulated vsize (KiB) 50692

[startup+371.102 s]
/proc/loadavg: 2.01 2.04 2.07 3/84 22862
/proc/meminfo: memFree=1544928/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28620 CPUtime=364.78
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6956 0 0 0 36470 8 0 0 25 0 1 0 23934304 29306880 6942 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7155 6942 75 150 0 7002 0
Current children cumulated CPU time (s) 369.08
Current children cumulated vsize (KiB) 50844

[startup+377.502 s]
/proc/loadavg: 2.01 2.04 2.07 3/84 22862
/proc/meminfo: memFree=1544864/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28620 CPUtime=371.15
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6976 0 0 0 37107 8 0 0 25 0 1 0 23934304 29306880 6962 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7155 6962 75 150 0 7002 0
Current children cumulated CPU time (s) 375.45
Current children cumulated vsize (KiB) 50844

[startup+383.907 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28768 CPUtime=377.53
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6989 0 0 0 37745 8 0 0 25 0 1 0 23934304 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 381.83
Current children cumulated vsize (KiB) 50992

[startup+387.102 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28768 CPUtime=380.71
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6989 0 0 0 38063 8 0 0 25 0 1 0 23934304 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 385.01
Current children cumulated vsize (KiB) 50992

[startup+388.701 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28768 CPUtime=382.29
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6989 0 0 0 38221 8 0 0 25 0 1 0 23934304 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 386.59
Current children cumulated vsize (KiB) 50992

[startup+389.503 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28768 CPUtime=383.09
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6989 0 0 0 38301 8 0 0 25 0 1 0 23934304 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 387.39
Current children cumulated vsize (KiB) 50992

[startup+389.903 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=4.3
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1374 22174 0 2 6 1 406 17 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
[pid=22861] ppid=22838 vsize=5356 CPUtime=0
/proc/22861/stat : 22861 (sh) S 22838 22838 16784 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23934304 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22861/statm: 1339 232 193 169 0 50 0
[pid=22862] ppid=22861 vsize=28768 CPUtime=383.49
/proc/22862/stat : 22862 (minisat) R 22861 22838 16784 0 -1 4194304 6989 0 0 0 38341 8 0 0 25 0 1 0 23934304 29458432 6975 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/22862/statm: 7192 6975 75 150 0 7039 0
Current children cumulated CPU time (s) 387.79
Current children cumulated vsize (KiB) 50992

[startup+390.003 s]
/proc/loadavg: 2.01 2.03 2.07 3/84 22862
/proc/meminfo: memFree=1544736/2055920 swapFree=4192812/4192956
[pid=22838] ppid=22836 vsize=16868 CPUtime=387.81
/proc/22838/stat : 22838 (sugar) S 22836 22838 16784 0 -1 4194304 1445 29458 0 2 6 1 38748 26 16 0 1 0 23933860 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22838/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 387.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 390.083
CPU time (s): 387.947
CPU user time (s): 387.635
CPU system time (s): 0.311952
CPU usage (%): 99.4525
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.635
system time used= 0.311952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34733
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= 2741
involuntary context switches= 15277

runsolver used 0.511922 second user time and 1.2828 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 05:17:48
IDJOB=2079739
IDBENCH=56943
IDSOLVER=739
FILE ID=node10/2079739-1247368668
PBS_JOBID= 9506990
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 08bc20cb4b4f6b35bbc57e84fe4cb0e6
RANDOM SEED=953004062

node10.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.279
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.279
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:       1581720 kB
Buffers:         58088 kB
Cached:         276336 kB
SwapCached:          0 kB
Active:         220976 kB
Inactive:       175852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          82768 kB
Slab:            62620 kB
Committed_AS:   239240 kB
PageTables:       1888 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= 66412 MiB
End job on node10 at 2009-07-12 05:24:18