Trace number 2078540

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 1237.71 1243.11

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-22_ext.xml
MD5SUM21316f2ce59332b2cb74e388e33c06f4
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 benchmark42.9335
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.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:52:10 2009
0.00/0.07	c 0	PID 20891
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078540-1247367130.xml TO HOME/temp.csp
0.06/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-2078540-1247367130.xml' 'HOME/temp.csp'
0.06/0.97	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.94/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.00	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.94/1.08	c 1	Parsing HOME/temp.csp
2.12/2.23	c 3	parsed 139 expressions
2.12/2.24	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.12/2.24	c 3	Converting to clausal form CSP
2.12/2.26	c 3	converted 14 (10%) expressions
2.12/2.28	c 3	converted 28 (20%) expressions
2.30/2.44	c 3	converted 42 (30%) expressions
2.30/2.44	c 3	converted 56 (40%) expressions
2.30/2.46	c 3	converted 70 (50%) expressions
2.41/2.51	c 3	converted 84 (60%) expressions
2.50/2.62	c 3	converted 98 (70%) expressions
2.61/2.72	c 3	converted 112 (80%) expressions
2.90/3.01	c 3	converted 126 (90%) expressions
3.00/3.14	c 4	converted 139 (100%) expressions
3.00/3.14	c 4	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.14	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.14	c 4	Propagation in CSP
3.00/3.14	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.14	c 4	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.14	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.15	c 4	Simplifing CSP by introducing new Boolean variables
3.00/3.15	c 4	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
3.00/3.15	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.27	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.27	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.11/3.28	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.11/3.28	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.11/3.28	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.11/3.28	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.11/3.28	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.11/3.28	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.11/3.28	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.11/3.29	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.11/3.29	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.30/3.49	c 4	6 (10%) CSP clauses are encoded (11270 clauses, 253969 bytes)
3.49/3.62	c 4	12 (20%) CSP clauses are encoded (22049 clauses, 509161 bytes)
3.59/3.75	c 4	18 (30%) CSP clauses are encoded (32866 clauses, 768236 bytes)
3.70/3.88	c 4	24 (40%) CSP clauses are encoded (43609 clauses, 1028194 bytes)
3.89/4.02	c 4	30 (50%) CSP clauses are encoded (54367 clauses, 1295046 bytes)
3.99/4.14	c 4	36 (60%) CSP clauses are encoded (64546 clauses, 1553938 bytes)
4.09/4.27	c 5	42 (70%) CSP clauses are encoded (75380 clauses, 1843896 bytes)
4.30/4.41	c 5	48 (80%) CSP clauses are encoded (86138 clauses, 2131373 bytes)
4.39/4.54	c 5	54 (90%) CSP clauses are encoded (96907 clauses, 2419671 bytes)
4.49/4.65	c 5	59 (100%) CSP clauses are encoded (105909 clauses, 2660533 bytes)
4.49/4.65	c 5	59 CSP clauses encoded
4.49/4.66	c 5	Writing map file : HOME/temp.map
4.49/4.66	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.49/4.66	c 5	SAT : 380 SAT variables, 105909 SAT clauses, 2660533 bytes
4.49/4.66	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.54/4.71	c 5	SOLVING HOME/temp.cnf
4.54/4.71	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.71	c 5	This is MiniSat 2.0 beta
4.54/4.71	c 5	WARNING: for repeatability, setting FPU to use double precision
4.54/4.71	c 5	============================[ Problem Statistics ]=============================
4.54/4.71	c 5	|                                                                             |
4.54/4.71	c 5	|  Number of variables:  380                                                  |
4.54/4.71	c 5	|  Number of clauses:    105909                                               |
4.54/4.78	c 5	|  Parsing time:         0.06         s                                       |
4.54/4.78	c 5	============================[ Search Statistics ]==============================
4.54/4.78	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.54/4.78	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.54/4.78	c 5	===============================================================================
4.54/4.78	c 5	|         0 |     380   105909   581045 |    35303        0    nan |  0.000 % |
4.58/4.87	c 5	|       102 |     380   105909   581045 |    38833      102     11 |  0.001 % |
4.58/4.96	c 5	|       252 |     380   105909   581045 |    42716      252     10 |  0.013 % |
4.58/5.07	c 5	|       478 |     380   105909   581045 |    46988      478     11 |  0.013 % |
4.58/5.24	c 6	|       816 |     380   105909   581045 |    51687      816     10 |  0.013 % |
5.25/5.46	c 6	|      1322 |     380   105909   581045 |    56855     1322     11 |  0.013 % |
5.65/5.84	c 6	|      2082 |     380   105909   581045 |    62541     2082     12 |  0.013 % |
6.25/6.43	c 7	|      3223 |     380   105909   581045 |    68795     3223     12 |  0.013 % |
7.14/7.32	c 8	|      4931 |     380   105909   581045 |    75675     4931     13 |  0.005 % |
8.34/8.57	c 9	|      7494 |     380   105909   581045 |    83242     7494     12 |  0.013 % |
10.33/10.56	c 11	|     11338 |     380   105909   581045 |    91566    11338     13 |  0.013 % |
13.81/14.01	c 14	|     17104 |     380   105909   581045 |   100723    17104     14 |  0.015 % |
19.18/19.42	c 20	|     25753 |     380   105909   581045 |   110795    25753     14 |  0.017 % |
27.25/27.59	c 28	|     38727 |     380   105909   581045 |   121875    38727     14 |  0.017 % |
42.76/43.19	c 44	|     58188 |     380   105909   581045 |   134063    58188     15 |  0.017 % |
65.36/65.87	c 66	|     87380 |     379   105282   578148 |   147469    25223     15 |  0.264 % |
104.16/104.89	c 105	|    131171 |     379   105282   578148 |   162216    69014     16 |  0.270 % |
175.13/176.16	c 177	|    196856 |     377   103828   570973 |   178437    52853     15 |  0.790 % |
294.15/295.79	c 296	|    295387 |     377   103828   570973 |   196281   151384     16 |  0.803 % |
474.18/476.59	c 477	|    443176 |     376   103036   567284 |   215909    83673     20 |  1.053 % |
763.52/767.08	c 767	|    664860 |     376   103036   567284 |   237500   108324     18 |  1.056 % |
1174.86/1180.00	c 1180	|    997386 |     363    92087   506242 |   261251   159944     17 |  4.483 % |
1237.51/1242.93	c 1243	===============================================================================
1237.51/1242.93	c 1243	restarts              : 22
1237.51/1242.93	c 1243	conflicts             : 1041036        (844 /sec)
1237.51/1242.93	c 1243	decisions             : 1236405        (1.56 % random) (1003 /sec)
1237.51/1242.93	c 1243	propagations          : 48275140       (39157 /sec)
1237.51/1242.93	c 1243	conflict literals     : 18070420       (31.35 % deleted)
1237.51/1242.93	c 1243	Memory used           : 36.65 MB
1237.51/1242.93	c 1243	CPU time              : 1232.86 s
1237.51/1242.93	c 1243	
1237.51/1242.93	c 1243	SATISFIABLE
1237.51/1242.94	c 1243	DECODING HOME/temp.out WITH HOME/temp.map
1237.51/1242.94	c 1243	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'
1237.56/1243.02	c 1243	Decoding HOME/temp.out
1237.56/1243.04	s SATISFIABLE
1237.56/1243.04	v 2 0 12 1 19 4 7 13 1 12 2 11 6 13 14 16 15 12 17 16
1237.56/1243.06	c 1243	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1237.56/1243.11	c 1243	CPU 1237.68 (0.06 0.01 1237.28 0.33)
1237.56/1243.11	c 1243	END Sun Jul 12 05:12:53 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-2078540-1247367130/watcher-2078540-1247367130 -o /tmp/evaluation-result-2078540-1247367130/solver-2078540-1247367130 -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-2078540-1247367130.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.91 1.97 2.07 4/82 20891
/proc/meminfo: memFree=1097800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=18576 CPUtime=0
/proc/20891/stat : 20891 (runsolver) R 20889 20891 20492 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23776347 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 248761609511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20891/statm: 4644 284 249 26 0 2626 0

[startup+0.077207 s]
/proc/loadavg: 1.91 1.97 2.07 4/82 20891
/proc/meminfo: memFree=1097800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16740 CPUtime=0.06
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23776347 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101681 s]
/proc/loadavg: 1.91 1.97 2.07 4/82 20891
/proc/meminfo: memFree=1097800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=0.06
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23776347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302712 s]
/proc/loadavg: 1.91 1.97 2.07 4/82 20891
/proc/meminfo: memFree=1097800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=0.06
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23776347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701737 s]
/proc/loadavg: 1.91 1.97 2.07 4/82 20891
/proc/meminfo: memFree=1097800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=0.06
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23776347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50181 s]
/proc/loadavg: 1.91 1.97 2.07 2/93 20903
/proc/meminfo: memFree=1079728/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=0.94
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1309 7051 0 1 5 1 82 6 16 0 1 0 23776347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 16868

[startup+3.10296 s]
/proc/loadavg: 1.91 1.97 2.07 4/93 20913
/proc/meminfo: memFree=1070896/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=0.94
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1309 7051 0 1 5 1 82 6 16 0 1 0 23776347 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1111 409 3 0 796 0
[pid=20904] ppid=20891 vsize=5356 CPUtime=0
/proc/20904/stat : 20904 (sh) S 20891 20891 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23776448 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20904/statm: 1339 233 193 169 0 50 0
[pid=20905] ppid=20904 vsize=864248 CPUtime=2.06
/proc/20905/stat : 20905 (java) S 20904 20891 20492 0 -1 0 14526 0 1 0 199 7 0 0 18 0 9 0 23776449 884989952 13758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 216062 13759 2566 9 0 210567 0
[pid=20905/tid=20906] ppid=20904 vsize=864248 CPUtime=1.14
/proc/20905/task/20906/stat : 20906 (java) R 20904 20891 20492 0 -1 64 3167 0 1 0 112 2 0 0 20 0 9 0 23776449 884989952 13759 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20907] ppid=20904 vsize=864248 CPUtime=0.86
/proc/20905/task/20907/stat : 20907 (java) R 20904 20891 20492 0 -1 64 10355 0 0 0 82 4 0 0 17 0 9 0 23776451 884989952 13760 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20904 vsize=864248 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20904 20891 20492 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23776451 884989952 13761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20909] ppid=20904 vsize=864248 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20904 20891 20492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23776451 884989952 13762 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20910] ppid=20904 vsize=864248 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20904 20891 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23776453 884989952 13763 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20911] ppid=20904 vsize=864248 CPUtime=0.04
/proc/20905/task/20911/stat : 20911 (java) S 20904 20891 20492 0 -1 64 303 0 0 0 4 0 0 0 16 0 9 0 23776453 884989952 13764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20912] ppid=20904 vsize=864248 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20904 20891 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23776453 884989952 13765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20904 vsize=864248 CPUtime=0
/proc/20905/task/20913/stat : 20913 (java) S 20904 20891 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23776453 884989952 13766 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) 886472

[startup+6.30225 s]
/proc/loadavg: 1.92 1.97 2.07 3/85 20915
/proc/meminfo: memFree=1082800/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 15 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=8296 CPUtime=1.57
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 1968 0 0 0 157 0 0 0 25 0 1 0 23776819 8495104 1954 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 2074 1954 75 150 0 1921 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30520

[startup+12.7018 s]
/proc/loadavg: 1.93 1.97 2.07 3/85 20915
/proc/meminfo: memFree=1081520/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=9500 CPUtime=7.94
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 2245 0 0 0 793 1 0 0 25 0 1 0 23776819 9728000 2231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 2375 2231 75 150 0 2222 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 31724

[startup+25.503 s]
/proc/loadavg: 1.94 1.97 2.07 3/85 20915
/proc/meminfo: memFree=1079536/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=11268 CPUtime=20.67
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 2713 0 0 0 2066 1 0 0 25 0 1 0 23776819 11538432 2699 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 2817 2699 75 150 0 2664 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 33492

[startup+51.1023 s]
/proc/loadavg: 1.96 1.97 2.07 3/85 20915
/proc/meminfo: memFree=1076528/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=14544 CPUtime=46.14
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 3496 0 0 0 4612 2 0 0 25 0 1 0 23776819 14893056 3482 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 3636 3482 75 150 0 3483 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 36768

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 2.06 3/85 20915
/proc/meminfo: memFree=1075568/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=15524 CPUtime=97.1
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 3748 0 0 0 9707 3 0 0 25 0 1 0 23776819 15896576 3734 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 3881 3734 75 150 0 3728 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 37748

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 2.06 3/85 20915
/proc/meminfo: memFree=1071024/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=20196 CPUtime=156.81
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 4900 0 0 0 15676 5 0 0 25 0 1 0 23776819 20680704 4886 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 5049 4886 75 150 0 4896 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 42420

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 2.05 3/85 20915
/proc/meminfo: memFree=1070256/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=20960 CPUtime=216.52
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 5072 0 0 0 21647 5 0 0 25 0 1 0 23776819 21463040 5058 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/20915/statm: 5240 5058 75 150 0 5087 0
Current children cumulated CPU time (s) 221.1
Current children cumulated vsize (KiB) 43184


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

/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=34332 CPUtime=694.5
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8265 0 0 0 69440 10 0 0 25 0 1 0 23776819 35155968 8251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 8583 8251 75 150 0 8430 0
Current children cumulated CPU time (s) 699.08
Current children cumulated vsize (KiB) 56556

[startup+762.305 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 21002
/proc/meminfo: memFree=1089872/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=34332 CPUtime=754.26
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8287 0 0 0 75416 10 0 0 25 0 1 0 23776819 35155968 8273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 8583 8273 75 150 0 8430 0
Current children cumulated CPU time (s) 758.84
Current children cumulated vsize (KiB) 56556

[startup+822.302 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 21002
/proc/meminfo: memFree=1089616/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=34788 CPUtime=814.02
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8395 0 0 0 81392 10 0 0 25 0 1 0 23776819 35622912 8381 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 8697 8381 75 150 0 8544 0
Current children cumulated CPU time (s) 818.6
Current children cumulated vsize (KiB) 57012

[startup+882.301 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 21002
/proc/meminfo: memFree=1089040/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=35412 CPUtime=873.77
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8528 0 0 0 87367 10 0 0 25 0 1 0 23776819 36261888 8514 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 8853 8514 75 150 0 8700 0
Current children cumulated CPU time (s) 878.35
Current children cumulated vsize (KiB) 57636

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 21002
/proc/meminfo: memFree=1088464/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=35992 CPUtime=933.53
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8688 0 0 0 93343 10 0 0 25 0 1 0 23776819 36855808 8674 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 8998 8674 75 150 0 8845 0
Current children cumulated CPU time (s) 938.11
Current children cumulated vsize (KiB) 58216

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 2.00 3/76 21002
/proc/meminfo: memFree=1087952/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=36312 CPUtime=993.29
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8789 0 0 0 99319 10 0 0 25 0 1 0 23776819 37183488 8775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9078 8775 75 150 0 8925 0
Current children cumulated CPU time (s) 997.87
Current children cumulated vsize (KiB) 58536

[startup+1062.3 s]
/proc/loadavg: 2.08 2.00 2.01 3/76 21002
/proc/meminfo: memFree=1087888/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=36536 CPUtime=1053.05
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8813 0 0 0 105295 10 0 0 25 0 1 0 23776819 37412864 8799 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9134 8799 75 150 0 8981 0
Current children cumulated CPU time (s) 1057.63
Current children cumulated vsize (KiB) 58760

[startup+1122.3 s]
/proc/loadavg: 2.10 2.02 2.00 3/76 21002
/proc/meminfo: memFree=1087824/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=36684 CPUtime=1112.81
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8842 0 0 0 111271 10 0 0 25 0 1 0 23776819 37564416 8828 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9171 8828 75 150 0 9018 0
Current children cumulated CPU time (s) 1117.39
Current children cumulated vsize (KiB) 58908

[startup+1182.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/76 21002
/proc/meminfo: memFree=1087376/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=37160 CPUtime=1172.57
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 8958 0 0 0 117246 11 0 0 25 0 1 0 23776819 38051840 8944 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9290 8944 75 150 0 9137 0
Current children cumulated CPU time (s) 1177.15
Current children cumulated vsize (KiB) 59384

[startup+1242.3 s]
/proc/loadavg: 2.25 2.08 2.02 3/76 21002
/proc/meminfo: memFree=1086992/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=37524 CPUtime=1232.33
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 9034 0 0 0 123222 11 0 0 25 0 1 0 23776819 38424576 9020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9381 9020 75 150 0 9228 0
Current children cumulated CPU time (s) 1236.91
Current children cumulated vsize (KiB) 59748

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

[startup+1242.7 s]
/proc/loadavg: 2.25 2.08 2.02 3/76 21002
/proc/meminfo: memFree=1086992/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=4.58
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1374 22262 0 2 6 1 433 18 16 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
[pid=20914] ppid=20891 vsize=5356 CPUtime=0
/proc/20914/stat : 20914 (sh) S 20891 20891 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23776819 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20914/statm: 1339 232 193 169 0 50 0
[pid=20915] ppid=20914 vsize=37524 CPUtime=1232.73
/proc/20915/stat : 20915 (minisat) R 20914 20891 20492 0 -1 4194304 9034 0 0 0 123262 11 0 0 25 0 1 0 23776819 38424576 9020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20915/statm: 9381 9020 75 150 0 9228 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 59748

[startup+1243.1 s]
/proc/loadavg: 2.25 2.08 2.02 3/76 21002
/proc/meminfo: memFree=1086992/2055920 swapFree=4192952/4192956
[pid=20891] ppid=20889 vsize=16868 CPUtime=1237.56
/proc/20891/stat : 20891 (sugar) S 20889 20891 20492 0 -1 4194304 1447 31591 0 2 6 1 123719 30 15 0 1 0 23776347 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20891/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1237.56
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1243.11
CPU time (s): 1237.71
CPU user time (s): 1237.35
CPU system time (s): 0.354946
CPU usage (%): 99.5651
Max. virtual memory (cumulated for all children) (KiB): 886584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1237.35
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36866
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= 2692
involuntary context switches= 18406

runsolver used 1.35679 second user time and 3.39948 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 04:52:10
IDJOB=2078540
IDBENCH=56770
IDSOLVER=739
FILE ID=node55/2078540-1247367130
PBS_JOBID= 9507128
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= 21316f2ce59332b2cb74e388e33c06f4
RANDOM SEED=534488951

node55.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.231
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.231
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:       1098280 kB
Buffers:         81916 kB
Cached:         525116 kB
SwapCached:          4 kB
Active:         424492 kB
Inactive:       455872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1098280 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:         293856 kB
Slab:            61620 kB
Committed_AS:   445812 kB
PageTables:       2656 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= 66376 MiB
End job on node55 at 2009-07-12 05:12:54