Trace number 2079783

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.05 1804.23

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-40_ext.xml
MD5SUMd959ff495db90ca71e40f586c8c2cae9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.3252
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
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:19:43 2009
0.00/0.08	c 0	PID 22865
0.00/0.08	c 0	HOST node4.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079783-1247368783.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-2079783-1247368783.xml' 'HOME/temp.csp'
0.06/0.98	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.94/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.02	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.95/1.11	c 1	Parsing HOME/temp.csp
2.01/2.17	c 3	parsed 141 expressions
2.01/2.18	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.18	c 3	Converting to clausal form CSP
2.01/2.20	c 3	converted 15 (10%) expressions
2.11/2.22	c 3	converted 29 (20%) expressions
2.11/2.23	c 3	converted 43 (30%) expressions
2.31/2.40	c 3	converted 57 (40%) expressions
2.31/2.41	c 3	converted 71 (50%) expressions
2.31/2.48	c 3	converted 85 (60%) expressions
2.41/2.59	c 3	converted 99 (70%) expressions
2.60/2.70	c 3	converted 113 (80%) expressions
2.71/2.81	c 3	converted 127 (90%) expressions
3.01/3.17	c 4	converted 141 (100%) expressions
3.01/3.17	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.17	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.17	c 4	Propagation in CSP
3.01/3.17	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.01/3.17	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.17	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.17	c 4	Simplifing CSP by introducing new Boolean variables
3.01/3.17	c 4	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
3.01/3.17	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.31	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.21/3.32	c 4	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.21/3.32	c 4	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.21/3.32	c 4	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.21/3.32	c 4	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.21/3.32	c 4	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.21/3.32	c 4	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.21/3.33	c 4	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.21/3.33	c 4	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.21/3.33	c 4	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.21/3.33	c 4	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.40/3.53	c 4	6 (10%) CSP clauses are encoded (11165 clauses, 255656 bytes)
3.50/3.66	c 4	12 (20%) CSP clauses are encoded (21948 clauses, 514378 bytes)
3.70/3.80	c 4	18 (30%) CSP clauses are encoded (32728 clauses, 773581 bytes)
3.80/3.94	c 4	24 (40%) CSP clauses are encoded (43518 clauses, 1041121 bytes)
3.90/4.07	c 4	30 (50%) CSP clauses are encoded (54301 clauses, 1308810 bytes)
4.09/4.21	c 5	36 (60%) CSP clauses are encoded (65097 clauses, 1580037 bytes)
4.19/4.36	c 5	42 (70%) CSP clauses are encoded (75871 clauses, 1864361 bytes)
4.29/4.49	c 5	48 (80%) CSP clauses are encoded (86720 clauses, 2154886 bytes)
4.49/4.63	c 5	54 (90%) CSP clauses are encoded (97609 clauses, 2445947 bytes)
4.59/4.77	c 5	60 (100%) CSP clauses are encoded (108329 clauses, 2732829 bytes)
4.59/4.77	c 5	60 CSP clauses encoded
4.59/4.77	c 5	Writing map file : HOME/temp.map
4.59/4.77	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.77	c 5	SAT : 380 SAT variables, 108329 SAT clauses, 2732829 bytes
4.59/4.77	c 5	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.79	c 5	SOLVING HOME/temp.cnf
4.59/4.79	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.59/4.79	c 5	This is MiniSat 2.0 beta
4.59/4.79	c 5	WARNING: for repeatability, setting FPU to use double precision
4.59/4.79	c 5	============================[ Problem Statistics ]=============================
4.59/4.79	c 5	|                                                                             |
4.59/4.79	c 5	|  Number of variables:  380                                                  |
4.59/4.79	c 5	|  Number of clauses:    108329                                               |
4.68/4.87	c 5	|  Parsing time:         0.07         s                                       |
4.68/4.87	c 5	============================[ Search Statistics ]==============================
4.68/4.87	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.68/4.87	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.68/4.87	c 5	===============================================================================
4.68/4.87	c 5	|         0 |     380   108329   594712 |    36109        0    nan |  0.000 % |
4.68/4.92	c 5	|       101 |     380   108329   594712 |    39720      101     10 |  0.001 % |
4.68/4.99	c 5	|       251 |     380   108329   594712 |    43692      251     11 |  0.011 % |
4.68/5.09	c 5	|       476 |     380   108329   594712 |    48061      476     10 |  0.013 % |
4.68/5.27	c 6	|       813 |     380   108329   594712 |    52868      813     10 |  0.013 % |
5.27/5.46	c 6	|      1319 |     380   108329   594712 |    58154     1319     11 |  0.013 % |
5.57/5.76	c 6	|      2079 |     380   108329   594712 |    63970     2079     12 |  0.013 % |
6.07/6.26	c 7	|      3218 |     380   108329   594712 |    70367     3218     12 |  0.012 % |
6.96/7.15	c 8	|      4926 |     380   108329   594712 |    77404     4926     12 |  0.013 % |
8.16/8.37	c 9	|      7490 |     380   108329   594712 |    85144     7490     12 |  0.009 % |
10.35/10.53	c 11	|     11334 |     380   108329   594712 |    93659    11334     13 |  0.012 % |
13.13/13.36	c 14	|     17100 |     380   108329   594712 |   103025    17100     14 |  0.012 % |
19.30/19.55	c 20	|     25749 |     380   108329   594712 |   113327    25749     14 |  0.014 % |
29.36/29.60	c 30	|     38724 |     380   108329   594712 |   124660    38724     14 |  0.014 % |
47.46/47.81	c 48	|     58185 |     380   108329   594712 |   137126    58185     15 |  0.043 % |
66.77/67.22	c 68	|     87377 |     379   107694   591760 |   150839    42881     15 |  0.264 % |
110.36/111.10	c 111	|    131166 |     379   107694   591760 |   165922    86670     16 |  0.276 % |
189.18/190.25	c 191	|    196850 |     378   107037   588723 |   182515    81872     16 |  0.527 % |
336.86/338.60	c 339	|    295378 |     378   107037   588723 |   200766   180400     16 |  0.539 % |
581.08/584.06	c 584	|    443167 |     376   105598   581618 |   220843    25413     14 |  1.053 % |
892.37/896.26	c 897	|    664850 |     376   105598   581618 |   242927    47397     16 |  1.060 % |
1329.70/1333.72	c 1334	|    997375 |     376   105598   581618 |   267220   158384     17 |  1.059 % |
1800.05/1804.21	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1804.21	c 1805	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'
1800.05/1804.22	c ERROR INTERRUPTED
1800.05/1804.22	s UNKNOWN
1800.05/1804.22	c 1805	CPU 4.7 (0.06 0.02 4.43 0.19)
1800.05/1804.22	c 1805	END Sun Jul 12 05:49:48 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-2079783-1247368783/watcher-2079783-1247368783 -o /tmp/evaluation-result-2079783-1247368783/solver-2079783-1247368783 -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-2079783-1247368783.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.05 2.02 2.00 4/74 22865
/proc/meminfo: memFree=1204440/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=18576 CPUtime=0
/proc/22865/stat : 22865 (runsolver) R 22863 22865 22121 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23945843 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22865/statm: 4644 284 249 26 0 2626 0

[startup+0.0870781 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 22865
/proc/meminfo: memFree=1204440/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.06
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101091 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 22865
/proc/meminfo: memFree=1204440/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.06
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301101 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 22865
/proc/meminfo: memFree=1204440/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.06
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701142 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 22865
/proc/meminfo: memFree=1204440/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.06
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.05 2.02 2.00 2/85 22877
/proc/meminfo: memFree=1186240/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.95
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1309 6997 0 1 5 1 83 6 16 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10238 s]
/proc/loadavg: 2.04 2.02 2.00 3/85 22887
/proc/meminfo: memFree=1174848/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=0.96
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1309 6997 0 1 6 1 83 6 16 0 1 0 23945843 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1111 409 3 0 796 0
[pid=22878] ppid=22865 vsize=5356 CPUtime=0
/proc/22878/stat : 22878 (sh) S 22865 22865 22121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23945946 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22878/statm: 1339 233 193 169 0 50 0
[pid=22879] ppid=22878 vsize=864252 CPUtime=2.05
/proc/22879/stat : 22879 (java) S 22878 22865 22121 0 -1 0 14664 0 1 0 196 9 0 0 18 0 9 0 23945946 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22879/statm: 216063 13898 2566 9 0 210568 0
[pid=22879/tid=22880] ppid=22878 vsize=864252 CPUtime=1.05
/proc/22879/task/22880/stat : 22880 (java) R 22878 22865 22121 0 -1 64 3212 0 1 0 103 2 0 0 20 0 9 0 23945947 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22881] ppid=22878 vsize=864252 CPUtime=0.93
/proc/22879/task/22881/stat : 22881 (java) R 22878 22865 22121 0 -1 64 10439 0 0 0 88 5 0 0 17 0 9 0 23945948 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 104516260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22882] ppid=22878 vsize=864252 CPUtime=0
/proc/22879/task/22882/stat : 22882 (java) S 22878 22865 22121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23945948 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22883] ppid=22878 vsize=864252 CPUtime=0
/proc/22879/task/22883/stat : 22883 (java) S 22878 22865 22121 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23945948 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22884] ppid=22878 vsize=864252 CPUtime=0
/proc/22879/task/22884/stat : 22884 (java) S 22878 22865 22121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23945950 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22885] ppid=22878 vsize=864252 CPUtime=0.04
/proc/22879/task/22885/stat : 22885 (java) S 22878 22865 22121 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23945950 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22886] ppid=22878 vsize=864252 CPUtime=0
/proc/22879/task/22886/stat : 22886 (java) S 22878 22865 22121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23945950 884994048 13898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22879/tid=22887] ppid=22878 vsize=864252 CPUtime=0
/proc/22879/task/22887/stat : 22887 (java) S 22878 22865 22121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23945950 884994048 13898 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) 886476

[startup+6.30268 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 22889
/proc/meminfo: memFree=1188352/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 15 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=8560 CPUtime=1.49
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 2040 0 0 0 149 0 0 0 25 0 1 0 23946322 8765440 2026 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 2140 2026 75 150 0 1987 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 30784

[startup+12.7013 s]
/proc/loadavg: 2.04 2.02 2.00 3/77 22889
/proc/meminfo: memFree=1186752/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=9840 CPUtime=7.86
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 2339 0 0 0 785 1 0 0 25 0 1 0 23946322 10076160 2325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 2460 2325 75 150 0 2307 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 32064

[startup+25.5015 s]
/proc/loadavg: 2.03 2.02 2.00 3/77 22889
/proc/meminfo: memFree=1184512/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=11432 CPUtime=20.59
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 2743 0 0 0 2058 1 0 0 25 0 1 0 23946322 11706368 2729 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 2858 2729 75 150 0 2705 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 33656

[startup+51.1019 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 22889
/proc/meminfo: memFree=1182016/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=13652 CPUtime=46.07
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 3306 0 0 0 4605 2 0 0 25 0 1 0 23946322 13979648 3292 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 3413 3292 75 150 0 3260 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 35876

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 22889
/proc/meminfo: memFree=1179136/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=16188 CPUtime=97.02
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 3930 0 0 0 9699 3 0 0 25 0 1 0 23946322 16576512 3916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 4047 3916 75 150 0 3894 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 38412

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 22889
/proc/meminfo: memFree=1175616/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=19612 CPUtime=156.74
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 4737 0 0 0 15669 5 0 0 25 0 1 0 23946322 20082688 4723 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 4903 4723 75 150 0 4750 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 41836

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 22889
/proc/meminfo: memFree=1174976/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=20160 CPUtime=216.44
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 4877 0 0 0 21639 5 0 0 25 0 1 0 23946322 20643840 4863 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22889/statm: 5040 4863 75 150 0 4887 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 42384


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

/proc/meminfo: memFree=1139392/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=36824 CPUtime=1293.64
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 8914 0 0 0 129352 12 0 0 25 0 1 0 23946322 37707776 8900 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9206 8900 75 150 0 9053 0
Current children cumulated CPU time (s) 1298.32
Current children cumulated vsize (KiB) 59048

[startup+1362.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/84 22940
/proc/meminfo: memFree=1139008/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=37304 CPUtime=1353.61
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9014 0 0 0 135349 12 0 0 25 0 1 0 23946322 38199296 9000 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9326 9000 75 150 0 9173 0
Current children cumulated CPU time (s) 1358.29
Current children cumulated vsize (KiB) 59528

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 22940
/proc/meminfo: memFree=1138688/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=37516 CPUtime=1413.6
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9071 0 0 0 141348 12 0 0 25 0 1 0 23946322 38416384 9057 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9379 9057 75 150 0 9226 0
Current children cumulated CPU time (s) 1418.28
Current children cumulated vsize (KiB) 59740

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22940
/proc/meminfo: memFree=1138240/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=37968 CPUtime=1473.58
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9185 0 0 0 147345 13 0 0 25 0 1 0 23946322 38879232 9171 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9492 9171 75 150 0 9339 0
Current children cumulated CPU time (s) 1478.26
Current children cumulated vsize (KiB) 60192

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 22940
/proc/meminfo: memFree=1136896/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=39180 CPUtime=1533.55
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9512 0 0 0 153342 13 0 0 25 0 1 0 23946322 40120320 9498 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9795 9498 75 150 0 9642 0
Current children cumulated CPU time (s) 1538.23
Current children cumulated vsize (KiB) 61404

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 22940
/proc/meminfo: memFree=1136832/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=39392 CPUtime=1593.53
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9531 0 0 0 159340 13 0 0 25 0 1 0 23946322 40337408 9517 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9848 9517 75 150 0 9695 0
Current children cumulated CPU time (s) 1598.21
Current children cumulated vsize (KiB) 61616

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 22940
/proc/meminfo: memFree=1136832/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=39392 CPUtime=1653.51
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9532 0 0 0 165338 13 0 0 25 0 1 0 23946322 40337408 9518 996147200 134512640 135127466 4294956256 18446744073709551615 134522992 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9848 9518 75 150 0 9695 0
Current children cumulated CPU time (s) 1658.19
Current children cumulated vsize (KiB) 61616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 22940
/proc/meminfo: memFree=1136704/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=39568 CPUtime=1713.49
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9579 0 0 0 171336 13 0 0 25 0 1 0 23946322 40517632 9565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 9892 9565 75 150 0 9739 0
Current children cumulated CPU time (s) 1718.17
Current children cumulated vsize (KiB) 61792

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 22940
/proc/meminfo: memFree=1136192/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=40032 CPUtime=1773.47
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9670 0 0 0 177333 14 0 0 25 0 1 0 23946322 40992768 9655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 10008 9655 75 150 0 9855 0
Current children cumulated CPU time (s) 1778.15
Current children cumulated vsize (KiB) 62256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 22942
/proc/meminfo: memFree=1136128/2055920 swapFree=4192956/4192956
[pid=22865] ppid=22863 vsize=16868 CPUtime=4.68
/proc/22865/stat : 22865 (sugar) S 22863 22865 22121 0 -1 4194304 1374 22617 0 2 6 1 443 18 16 0 1 0 23945843 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22865/statm: 4217 1112 409 3 0 796 0
[pid=22888] ppid=22865 vsize=5356 CPUtime=0
/proc/22888/stat : 22888 (sh) S 22865 22865 22121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23946322 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22888/statm: 1339 232 193 169 0 50 0
[pid=22889] ppid=22888 vsize=40032 CPUtime=1795.37
/proc/22889/stat : 22889 (minisat) R 22888 22865 22121 0 -1 4194304 9671 0 0 0 179523 14 0 0 25 0 1 0 23946322 40992768 9656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22889/statm: 10008 9656 75 150 0 9855 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 62256

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 22865 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=504315
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=217966
# CPU time returned by wait4() is 4.72228
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.23
CPU time (s): 1800.05
CPU user time (s): 1799.72
CPU system time (s): 0.33
CPU usage (%): 99.7686
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.50432
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24479
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= 2630
involuntary context switches= 2543

runsolver used 2.14667 second user time and 6.07708 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 05:19:43
IDJOB=2079783
IDBENCH=56957
IDSOLVER=739
FILE ID=node4/2079783-1247368783
PBS_JOBID= 9507116
Free space on /tmp= 66264 MiB

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

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

MD5SUM BENCH= d959ff495db90ca71e40f586c8c2cae9
RANDOM SEED=1576055674

node4.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.213
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.213
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:       1204920 kB
Buffers:         76908 kB
Cached:         645048 kB
SwapCached:          0 kB
Active:         214080 kB
Inactive:       556672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1204920 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2764 kB
Writeback:           0 kB
Mapped:          59916 kB
Slab:            65524 kB
Committed_AS:   199160 kB
PageTables:       1988 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= 66264 MiB
End job on node4 at 2009-07-12 05:49:50