Trace number 2084722

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+minisat? (TO) 1800.1 1811.63

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-1-35.xml
MD5SUMed1f3c26887c025c0cd26928372e30f5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.142978
Satisfiable
(Un)Satisfiability was proved
Number of variables211
Number of constraints4100
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4100
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 08:19:01 2009
0.05/0.07	c 0	PID 28204
0.05/0.07	c 0	HOST node84.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2084722-1247379541.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084722-1247379541.xml' 'HOME/temp.csp'
0.06/0.61	c 1	1 domains, 211 variables, 1 predicates, 0 relations, 4100 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.60/0.73	c 1	Parsing HOME/temp.csp
0.60/0.83	c 1	parsed 4313 expressions
0.60/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.84	c 1	Converting to clausal form CSP
0.60/0.94	c 1	converted 432 (10%) expressions
0.93/1.06	c 1	converted 863 (20%) expressions
0.93/1.09	c 1	converted 1294 (30%) expressions
1.03/1.11	c 1	converted 1726 (40%) expressions
1.03/1.12	c 1	converted 2157 (50%) expressions
1.03/1.14	c 1	converted 2588 (60%) expressions
1.03/1.15	c 1	converted 3020 (70%) expressions
1.03/1.17	c 1	converted 3451 (80%) expressions
1.03/1.18	c 1	converted 3882 (90%) expressions
1.03/1.19	c 1	converted 4313 (100%) expressions
1.03/1.20	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 35
1.03/1.20	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.20	c 1	Propagation in CSP
1.13/1.26	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.26	c 1	CSP : 211 integers, 0 booleans, 4100 clauses, largest domain size 35
1.13/1.26	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.32	c 1	CSP : 211 integers, 8200 booleans, 12300 clauses, largest domain size 35
1.22/1.32	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.37	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.39	c 2	22 (10%) CSP integer variables are encoded (726 clauses, 7840 bytes)
1.22/1.39	c 2	43 (20%) CSP integer variables are encoded (1419 clauses, 16362 bytes)
1.22/1.39	c 2	64 (30%) CSP integer variables are encoded (2112 clauses, 25371 bytes)
1.22/1.39	c 2	85 (40%) CSP integer variables are encoded (2805 clauses, 34380 bytes)
1.22/1.40	c 2	106 (50%) CSP integer variables are encoded (3498 clauses, 43389 bytes)
1.22/1.40	c 2	127 (60%) CSP integer variables are encoded (4191 clauses, 52398 bytes)
1.22/1.40	c 2	148 (70%) CSP integer variables are encoded (4884 clauses, 61407 bytes)
1.33/1.40	c 2	169 (80%) CSP integer variables are encoded (5577 clauses, 70416 bytes)
1.33/1.40	c 2	190 (90%) CSP integer variables are encoded (6270 clauses, 79425 bytes)
1.33/1.40	c 2	211 (100%) CSP integer variables are encoded (6963 clauses, 88434 bytes)
1.33/1.49	c 2	1230 (10%) CSP clauses are encoded (36073 clauses, 574538 bytes)
1.42/1.56	c 2	2460 (20%) CSP clauses are encoded (65183 clauses, 1084798 bytes)
1.52/1.62	c 2	3690 (30%) CSP clauses are encoded (94293 clauses, 1596894 bytes)
1.52/1.68	c 2	4920 (40%) CSP clauses are encoded (123403 clauses, 2125548 bytes)
1.62/1.74	c 2	6150 (50%) CSP clauses are encoded (152513 clauses, 2663588 bytes)
1.71/1.80	c 2	7380 (60%) CSP clauses are encoded (181623 clauses, 3230820 bytes)
1.71/1.86	c 2	8610 (70%) CSP clauses are encoded (210733 clauses, 3801540 bytes)
1.81/1.92	c 2	9840 (80%) CSP clauses are encoded (239843 clauses, 4372260 bytes)
1.81/1.98	c 2	11070 (90%) CSP clauses are encoded (268953 clauses, 4942980 bytes)
1.91/2.04	c 2	12300 (100%) CSP clauses are encoded (298063 clauses, 5513700 bytes)
1.91/2.04	c 2	12300 CSP clauses encoded
1.91/2.04	c 2	Writing map file : HOME/temp.map
1.91/2.05	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.91/2.05	c 2	SAT : 15374 SAT variables, 298063 SAT clauses, 5513700 bytes
1.91/2.05	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.91/2.06	c 2	SOLVING HOME/temp.cnf
1.91/2.06	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.07	c 2	This is MiniSat 2.0 beta
1.91/2.07	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.07	c 2	============================[ Problem Statistics ]=============================
1.91/2.07	c 2	|                                                                             |
1.91/2.07	c 2	|  Number of variables:  15374                                                |
1.91/2.07	c 2	|  Number of clauses:    298063                                               |
2.09/2.22	c 2	|  Parsing time:         0.13         s                                       |
2.09/2.23	c 2	============================[ Search Statistics ]==============================
2.09/2.23	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.23	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.23	c 2	===============================================================================
2.09/2.23	c 2	|         0 |   15374   298063   866726 |    99354        0    nan |  0.000 % |
2.18/2.36	c 3	|       100 |   15374   298063   866726 |   109289      100     12 |  0.000 % |
2.18/2.40	c 3	|       251 |   15374   298063   866726 |   120218      251      9 |  0.000 % |
2.29/2.43	c 3	|       476 |   15374   298063   866726 |   132240      476     10 |  0.000 % |
2.29/2.48	c 3	|       813 |   15374   298063   866726 |   145464      813     10 |  0.000 % |
2.39/2.53	c 3	|      1320 |   15374   298063   866726 |   160011     1320     10 |  0.000 % |
2.49/2.65	c 3	|      2079 |   15374   298063   866726 |   176012     2079     11 |  0.000 % |
2.59/2.77	c 3	|      3218 |   15374   298063   866726 |   193613     3218     10 |  0.000 % |
2.79/2.90	c 3	|      4927 |   15374   298063   866726 |   212974     4927     10 |  0.000 % |
3.09/3.27	c 3	|      7489 |   15374   298063   866726 |   234272     7489     12 |  0.000 % |
3.38/3.59	c 4	|     11335 |   15374   298063   866726 |   257699    11335     13 |  0.000 % |
4.07/4.24	c 4	|     17101 |   15374   298063   866726 |   283469    17101     13 |  0.000 % |
4.96/5.12	c 5	|     25751 |   15374   298063   866726 |   311816    25751     13 |  0.000 % |
6.15/6.39	c 7	|     38726 |   15374   298063   866726 |   342998    38726     13 |  0.000 % |
10.21/10.47	c 11	|     58187 |   15374   298063   866726 |   377297    58187     16 |  0.000 % |
16.16/16.40	c 17	|     87379 |   15374   298063   866726 |   415027    87379     15 |  0.000 % |
28.25/28.66	c 29	|    131168 |   15374   298063   866726 |   456530   131168     15 |  0.000 % |
52.81/53.47	c 54	|    196852 |   15374   298063   866726 |   502183   196852     15 |  0.000 % |
142.96/144.54	c 145	|    295378 |   15374   298063   866726 |   552401   295378     15 |  0.000 % |
300.76/303.87	c 304	|    443168 |   15374   298063   866726 |   607642   443168     17 |  0.000 % |
794.97/799.21	c 799	|    664851 |   15374   298063   866726 |   668406    75733     17 |  0.000 % |
1265.80/1272.80	c 1273	|    997376 |   15374   298063   866726 |   735246   408258     18 |  0.000 % |
1800.10/1811.62	c ERROR INTERRUPTED
1800.10/1811.63	s UNKNOWN
1800.10/1811.63	c 1812	CPU 1.99 (0.06 0.02 1.77 0.14)
1800.10/1811.63	c 1812	END Sun Jul 12 08:49:13 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084722-1247379541/watcher-2084722-1247379541 -o /tmp/evaluation-result-2084722-1247379541/solver-2084722-1247379541 -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-2084722-1247379541.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.24 3.46 3.60 4/85 28204
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=12272 CPUtime=0
/proc/28204/stat : 28204 (sugar) R 28202 28204 27815 0 -1 4194304 354 0 0 0 0 0 0 0 18 0 1 0 25019483 12566528 322 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/28204/statm: 3068 324 244 3 0 168 0

[startup+0.0626111 s]
/proc/loadavg: 2.24 3.46 3.60 4/85 28204
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16476 CPUtime=0.05
/proc/28204/stat : 28204 (sugar) R 28202 28204 27815 0 -1 4194304 1020 0 0 0 4 1 0 0 18 0 1 0 25019483 16871424 988 996147200 4194304 4206940 548682068608 18446744073709551615 243665375969 0 0 4224 0 0 0 0 17 0 0 0
/proc/28204/statm: 4119 989 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101614 s]
/proc/loadavg: 2.24 3.46 3.60 4/85 28204
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=0.06
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25019483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301651 s]
/proc/loadavg: 2.24 3.46 3.60 4/85 28204
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=0.06
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25019483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70172 s]
/proc/loadavg: 2.24 3.46 3.60 4/85 28204
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=0.6
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1292 7088 0 1 5 1 49 5 16 0 1 0 25019483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28204/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50186 s]
/proc/loadavg: 2.24 3.46 3.60 4/96 28226
/proc/meminfo: memFree=1801048/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=0.6
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1310 7088 0 1 5 1 49 5 15 0 1 0 25019483 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1111 409 3 0 796 0
[pid=28217] ppid=28204 vsize=5356 CPUtime=0
/proc/28217/stat : 28217 (sh) S 28204 28204 27815 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25019548 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28217/statm: 1339 233 193 169 0 50 0
[pid=28218] ppid=28217 vsize=868688 CPUtime=0.82
/proc/28218/stat : 28218 (java) S 28217 28204 27815 0 -1 0 7773 0 1 0 77 5 0 0 18 0 9 0 25019549 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28218/statm: 217172 6974 2590 9 0 211649 0
[pid=28218/tid=28219] ppid=28217 vsize=868688 CPUtime=0.45
/proc/28218/task/28219/stat : 28219 (java) R 28217 28204 27815 0 -1 64 2751 0 1 0 43 2 0 0 18 0 9 0 25019550 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4125978487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28220] ppid=28217 vsize=868688 CPUtime=0.15
/proc/28218/task/28220/stat : 28220 (java) S 28217 28204 27815 0 -1 64 2824 0 0 0 14 1 0 0 16 0 9 0 25019551 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28221] ppid=28217 vsize=868688 CPUtime=0
/proc/28218/task/28221/stat : 28221 (java) S 28217 28204 27815 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25019551 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28222] ppid=28217 vsize=868688 CPUtime=0
/proc/28218/task/28222/stat : 28222 (java) S 28217 28204 27815 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25019551 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28223] ppid=28217 vsize=868688 CPUtime=0
/proc/28218/task/28223/stat : 28223 (java) S 28217 28204 27815 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25019553 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28224] ppid=28217 vsize=868688 CPUtime=0.18
/proc/28218/task/28224/stat : 28224 (java) S 28217 28204 27815 0 -1 64 1499 0 0 0 18 0 0 0 16 0 9 0 25019553 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28225] ppid=28217 vsize=868688 CPUtime=0
/proc/28218/task/28225/stat : 28225 (java) S 28217 28204 27815 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25019553 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28218/tid=28226] ppid=28217 vsize=868688 CPUtime=0
/proc/28218/task/28226/stat : 28226 (java) S 28217 28204 27815 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25019553 889536512 6974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890912

[startup+3.10215 s]
/proc/loadavg: 2.22 3.44 3.59 3/88 28228
/proc/meminfo: memFree=1801816/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.98
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 5 2 177 14 15 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=16096 CPUtime=1.01
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 3884 0 0 0 99 2 0 0 25 0 1 0 25019690 16482304 3870 996147200 134512640 135127466 4294956256 18446744073709551615 134521861 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 4024 3870 76 150 0 3871 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 38320

[startup+6.30239 s]
/proc/loadavg: 2.22 3.44 3.59 3/88 28228
/proc/meminfo: memFree=1788312/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.98
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 5 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=18932 CPUtime=4.17
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 4592 0 0 0 414 3 0 0 25 0 1 0 25019690 19386368 4578 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 4733 4578 76 150 0 4580 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 41156

[startup+12.7019 s]
/proc/loadavg: 2.33 3.42 3.58 3/88 28228
/proc/meminfo: memFree=1784216/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.98
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 5 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=22572 CPUtime=10.52
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 5491 0 0 0 1048 4 0 0 25 0 1 0 25019690 23113728 5477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 5643 5477 76 150 0 5490 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 44796

[startup+25.5012 s]
/proc/loadavg: 2.28 3.38 3.57 3/88 28228
/proc/meminfo: memFree=1778968/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=27520 CPUtime=23.18
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 6718 0 0 0 2314 4 0 0 25 0 1 0 25019690 28180480 6704 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 6880 6704 76 150 0 6727 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 49744

[startup+51.1019 s]
/proc/loadavg: 2.18 3.27 3.52 3/88 28228
/proc/meminfo: memFree=1772056/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=34692 CPUtime=48.54
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 8502 0 0 0 4847 7 0 0 25 0 1 0 25019690 35524608 8488 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 8673 8488 76 150 0 8520 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 56916

[startup+102.306 s]
/proc/loadavg: 2.07 3.05 3.43 3/88 28228
/proc/meminfo: memFree=1712536/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=42644 CPUtime=99.16
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 10401 0 0 0 9908 8 0 0 25 0 1 0 25019690 43667456 10387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 10661 10387 76 150 0 10508 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 64868

[startup+162.302 s]
/proc/loadavg: 2.02 2.86 3.34 3/88 28228
/proc/meminfo: memFree=1706520/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=48868 CPUtime=158.6
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 11870 0 0 0 15851 9 0 0 25 0 1 0 25019690 50040832 11856 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 12217 11856 76 150 0 12064 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 71092

[startup+222.303 s]
/proc/loadavg: 2.01 2.70 3.25 3/88 28228
/proc/meminfo: memFree=1698328/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1528088/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=84204 CPUtime=1293.13
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 20420 0 0 0 129292 21 0 0 25 0 1 0 25019690 86224896 20398 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 21051 20398 76 150 0 20898 0
Current children cumulated CPU time (s) 1295.12
Current children cumulated vsize (KiB) 106428

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.34 3/88 28228
/proc/meminfo: memFree=1526488/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=86112 CPUtime=1352.57
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 20866 0 0 0 135235 22 0 0 25 0 1 0 25019690 88178688 20844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 21528 20844 76 150 0 21375 0
Current children cumulated CPU time (s) 1354.56
Current children cumulated vsize (KiB) 108336

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.32 3/88 28228
/proc/meminfo: memFree=1521944/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=90572 CPUtime=1412
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 21958 0 0 0 141177 23 0 0 25 0 1 0 25019690 92745728 21936 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 22643 21936 76 150 0 22490 0
Current children cumulated CPU time (s) 1413.99
Current children cumulated vsize (KiB) 112796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.30 3/88 28228
/proc/meminfo: memFree=1518232/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=94400 CPUtime=1471.44
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 22882 0 0 0 147120 24 0 0 25 0 1 0 25019690 96665600 22860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 23600 22860 76 150 0 23447 0
Current children cumulated CPU time (s) 1473.43
Current children cumulated vsize (KiB) 116624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.27 3/88 28228
/proc/meminfo: memFree=1488024/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=98096 CPUtime=1530.87
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 23843 0 0 0 153062 25 0 0 25 0 1 0 25019690 100450304 23821 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 24524 23821 76 150 0 24371 0
Current children cumulated CPU time (s) 1532.86
Current children cumulated vsize (KiB) 120320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.26 3/88 28228
/proc/meminfo: memFree=1484760/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=101416 CPUtime=1590.32
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 24647 0 0 0 159006 26 0 0 25 0 1 0 25019690 103849984 24625 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 25354 24625 76 150 0 25201 0
Current children cumulated CPU time (s) 1592.31
Current children cumulated vsize (KiB) 123640

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/88 28228
/proc/meminfo: memFree=1481752/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=105864 CPUtime=1649.66
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 25374 0 0 0 164940 26 0 0 25 0 1 0 25019690 108404736 25352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28228/statm: 26466 25352 76 150 0 26313 0
Current children cumulated CPU time (s) 1651.65
Current children cumulated vsize (KiB) 128088

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 2.22 3/78 28392
/proc/meminfo: memFree=1773864/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=108552 CPUtime=1709.24
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 26098 0 0 0 170895 29 0 0 25 0 1 0 25019690 111157248 26076 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28228/statm: 27138 26076 76 150 0 26985 0
Current children cumulated CPU time (s) 1711.23
Current children cumulated vsize (KiB) 130776

[startup+1782.3 s]
/proc/loadavg: 2.04 2.00 2.20 3/78 28392
/proc/meminfo: memFree=1769192/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=108948 CPUtime=1768.95
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 26217 0 0 0 176865 30 0 0 25 0 1 0 25019690 111562752 26195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28228/statm: 27237 26195 76 150 0 27084 0
Current children cumulated CPU time (s) 1770.94
Current children cumulated vsize (KiB) 131172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.6 s]
/proc/loadavg: 2.08 2.02 2.20 3/78 28392
/proc/meminfo: memFree=1768680/2055920 swapFree=4192812/4192956
[pid=28204] ppid=28202 vsize=16868 CPUtime=1.99
/proc/28204/stat : 28204 (sugar) S 28202 28204 27815 0 -1 4194304 1376 15333 0 2 6 2 177 14 16 0 1 0 25019483 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28204/statm: 4217 1113 409 3 0 796 0
[pid=28227] ppid=28204 vsize=5356 CPUtime=0
/proc/28227/stat : 28227 (sh) S 28204 28204 27815 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25019690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28227/statm: 1339 232 193 169 0 50 0
[pid=28228] ppid=28227 vsize=108948 CPUtime=1798.11
/proc/28228/stat : 28228 (minisat) R 28227 28204 27815 0 -1 4194304 26217 0 0 0 179781 30 0 0 25 0 1 0 25019690 111562752 26195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28228/statm: 27237 26195 76 150 0 27084 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 131172

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28204 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=841720
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 2.01569
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.63
CPU time (s): 1800.1
CPU user time (s): 1799.64
CPU system time (s): 0.46
CPU usage (%): 99.3634
Max. virtual memory (cumulated for all children) (KiB): 890912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.84172
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17092
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3415
involuntary context switches= 3290

runsolver used 2.42363 second user time and 6.00809 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 08:19:01
IDJOB=2084722
IDBENCH=58112
IDSOLVER=739
FILE ID=node84/2084722-1247379541
PBS_JOBID= 9507173
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-1-35.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-2084722-1247379541/watcher-2084722-1247379541 -o /tmp/evaluation-result-2084722-1247379541/solver-2084722-1247379541 -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-2084722-1247379541.xml

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

MD5SUM BENCH= ed1f3c26887c025c0cd26928372e30f5
RANDOM SEED=102240935

node84.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1815312 kB
Buffers:          4472 kB
Cached:          57340 kB
SwapCached:          0 kB
Active:         164000 kB
Inactive:        24756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1776 kB
Writeback:           0 kB
Mapped:         140572 kB
Slab:            36932 kB
Committed_AS:   891436 kB
PageTables:       1952 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= 66304 MiB
End job on node84 at 2009-07-12 08:49:15