Trace number 2081444

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.01 1816.22

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-7.xml
MD5SUM10d8cce48e24d9d5d1e136c73b47f566
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.2631
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1191
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 06:26:13 2009
0.00/0.07	c 0	PID 22405
0.06/0.07	c 0	HOST node63.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2081444-1247372773.xml TO HOME/temp.csp
0.06/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-2081444-1247372773.xml' 'HOME/temp.csp'
0.06/0.64	c 1	2 domains, 50 variables, 3 predicates, 0 relations, 1191 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.61/0.72	c 1	Parsing HOME/temp.csp
0.61/0.84	c 1	parsed 1246 expressions
0.61/0.84	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.84	c 1	Converting to clausal form CSP
0.94/1.03	c 1	converted 125 (10%) expressions
0.94/1.05	c 1	converted 250 (20%) expressions
0.94/1.07	c 1	converted 374 (30%) expressions
0.94/1.08	c 1	converted 499 (40%) expressions
0.94/1.09	c 1	converted 623 (50%) expressions
1.04/1.10	c 1	converted 748 (60%) expressions
1.04/1.11	c 1	converted 873 (70%) expressions
1.04/1.12	c 1	converted 997 (80%) expressions
1.04/1.13	c 1	converted 1122 (90%) expressions
1.04/1.14	c 1	converted 1246 (100%) expressions
1.04/1.14	c 1	CSP : 265 integers, 156 booleans, 2162 clauses, largest domain size 49
1.04/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.14	c 1	Propagation in CSP
1.04/1.16	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.04/1.16	c 1	CSP : 265 integers, 156 booleans, 2162 clauses, largest domain size 49
1.04/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.16	c 1	Simplifing CSP by introducing new Boolean variables
1.04/1.19	c 1	CSP : 265 integers, 2886 booleans, 4892 clauses, largest domain size 49
1.04/1.19	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.24	c 1	27 (10%) CSP integer variables are encoded (1230 clauses, 13890 bytes)
1.13/1.25	c 1	53 (20%) CSP integer variables are encoded (2320 clauses, 28060 bytes)
1.13/1.25	c 1	80 (30%) CSP integer variables are encoded (2449 clauses, 29737 bytes)
1.13/1.25	c 1	106 (40%) CSP integer variables are encoded (2579 clauses, 31427 bytes)
1.13/1.25	c 1	133 (50%) CSP integer variables are encoded (2714 clauses, 33182 bytes)
1.13/1.25	c 1	159 (60%) CSP integer variables are encoded (2844 clauses, 34872 bytes)
1.13/1.25	c 1	186 (70%) CSP integer variables are encoded (2979 clauses, 36627 bytes)
1.13/1.25	c 1	212 (80%) CSP integer variables are encoded (3109 clauses, 38317 bytes)
1.13/1.25	c 1	239 (90%) CSP integer variables are encoded (3244 clauses, 40072 bytes)
1.13/1.25	c 1	265 (100%) CSP integer variables are encoded (3374 clauses, 41762 bytes)
1.22/1.32	c 1	490 (10%) CSP clauses are encoded (16624 clauses, 328242 bytes)
1.22/1.36	c 1	979 (20%) CSP clauses are encoded (31005 clauses, 573166 bytes)
1.22/1.39	c 1	1468 (30%) CSP clauses are encoded (45132 clauses, 818958 bytes)
1.32/1.42	c 1	1957 (40%) CSP clauses are encoded (59395 clauses, 1067502 bytes)
1.32/1.45	c 1	2446 (50%) CSP clauses are encoded (73312 clauses, 1311146 bytes)
1.32/1.48	c 1	2936 (60%) CSP clauses are encoded (87186 clauses, 1555870 bytes)
1.42/1.50	c 1	3425 (70%) CSP clauses are encoded (100547 clauses, 1798514 bytes)
1.42/1.53	c 1	3914 (80%) CSP clauses are encoded (113956 clauses, 2047790 bytes)
1.42/1.55	c 1	4403 (90%) CSP clauses are encoded (126161 clauses, 2274082 bytes)
1.42/1.57	c 1	4892 (100%) CSP clauses are encoded (135638 clauses, 2447774 bytes)
1.42/1.57	c 1	4892 CSP clauses encoded
1.42/1.57	c 1	Writing map file : HOME/temp.map
1.42/1.57	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.57	c 1	SAT : 6525 SAT variables, 135638 SAT clauses, 2447774 bytes
1.42/1.57	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.59	c 2	SOLVING HOME/temp.cnf
1.42/1.59	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.42/1.59	c 2	This is MiniSat 2.0 beta
1.42/1.59	c 2	WARNING: for repeatability, setting FPU to use double precision
1.42/1.59	c 2	============================[ Problem Statistics ]=============================
1.42/1.59	c 2	|                                                                             |
1.42/1.59	c 2	|  Number of variables:  6525                                                 |
1.42/1.59	c 2	|  Number of clauses:    135638                                               |
1.52/1.66	c 2	|  Parsing time:         0.05         s                                       |
1.52/1.66	c 2	============================[ Search Statistics ]==============================
1.52/1.66	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.52/1.66	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.52/1.66	c 2	===============================================================================
1.52/1.66	c 2	|         0 |    6525   135638   404278 |    45212        0    nan |  0.000 % |
1.52/1.68	c 2	|       102 |    6525   135638   404278 |    49733      102     14 |  0.000 % |
1.52/1.70	c 2	|       252 |    6525   135638   404278 |    54707      252     12 |  0.000 % |
1.52/1.73	c 2	|       478 |    6525   135638   404278 |    60178      478     12 |  0.000 % |
1.52/1.78	c 2	|       816 |    6525   135638   404278 |    66195      816     11 |  0.000 % |
1.52/1.84	c 2	|      1323 |    6525   135638   404278 |    72815     1323     11 |  0.000 % |
1.52/1.95	c 2	|      2083 |    6525   135638   404278 |    80096     2083     12 |  0.000 % |
2.01/2.18	c 2	|      3222 |    6525   135638   404278 |    88106     3222     13 |  0.000 % |
2.30/2.49	c 2	|      4930 |    6525   135638   404278 |    96917     4930     15 |  0.000 % |
2.90/3.05	c 3	|      7492 |    6525   135638   404278 |   106609     7492     19 |  0.000 % |
3.59/3.77	c 4	|     11336 |    6525   135638   404278 |   117270    11336     21 |  0.000 % |
5.08/5.27	c 5	|     17103 |    6525   135638   404278 |   128997    17103     22 |  0.000 % |
7.37/7.58	c 7	|     25753 |    6525   135638   404278 |   141896    25753     24 |  0.000 % |
12.33/12.50	c 12	|     38728 |    6525   135638   404278 |   156086    38728     26 |  0.000 % |
21.26/21.50	c 21	|     58189 |    6525   135638   404278 |   171695    58189     29 |  0.000 % |
36.64/37.04	c 37	|     87383 |    6525   135638   404278 |   188864    87383     29 |  0.000 % |
78.01/78.74	c 79	|    131172 |    6525   135638   404278 |   207750   131172     34 |  0.000 % |
158.51/159.96	c 160	|    196856 |    6525   135638   404278 |   228526   196856     36 |  0.000 % |
257.96/260.37	c 260	|    295382 |    6525   135638   404278 |   251378    84463     41 |  0.000 % |
463.49/467.85	c 468	|    443172 |    6525   135638   404278 |   276516   232253     42 |  0.000 % |
813.63/821.30	c 821	|    664857 |    6525   135638   404278 |   304168   200315     45 |  0.000 % |
1379.41/1392.52	c 1392	|    997382 |    6525   135638   404278 |   334585   251317     45 |  0.000 % |
1800.01/1816.21	c ERROR INTERRUPTED
1800.01/1816.22	s UNKNOWN
1800.01/1816.22	c 1816	CPU 1.53 (0.05 0.01 1.38 0.09)
1800.01/1816.22	c 1816	END Sun Jul 12 06:56:29 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-2081444-1247372773/watcher-2081444-1247372773 -o /tmp/evaluation-result-2081444-1247372773/solver-2081444-1247372773 -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-2081444-1247372773.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22405
/proc/meminfo: memFree=1710040/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=2504 CPUtime=0
/proc/22405/stat : 22405 (sugar) R 22403 22405 19057 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 24339855 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 244274230665 0 0 4096 0 0 0 0 17 1 0 0
/proc/22405/statm: 626 26 19 3 0 5 0

[startup+0.075574 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22405
/proc/meminfo: memFree=1710040/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16740 CPUtime=0.06
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 24339855 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102092 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22405
/proc/meminfo: memFree=1710040/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=0.06
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24339855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301112 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22405
/proc/meminfo: memFree=1710040/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=0.06
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24339855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701162 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 22405
/proc/meminfo: memFree=1710040/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=0.61
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1292 4860 0 1 5 1 52 3 16 0 1 0 24339855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22405/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 2.16 2.03 2.01 4/83 22427
/proc/meminfo: memFree=1697536/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=0.61
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1310 4860 0 1 5 1 52 3 15 0 1 0 24339855 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1111 409 3 0 796 0
[pid=22418] ppid=22405 vsize=5356 CPUtime=0
/proc/22418/stat : 22418 (sh) S 22405 22405 19057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24339921 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22418/statm: 1339 233 193 169 0 50 0
[pid=22419] ppid=22418 vsize=868580 CPUtime=0.81
/proc/22419/stat : 22419 (java) S 22418 22405 19057 0 -1 0 6779 0 1 0 77 4 0 0 20 0 9 0 24339921 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22419/statm: 217145 5964 2591 9 0 211622 0
[pid=22419/tid=22420] ppid=22418 vsize=868580 CPUtime=0.54
/proc/22419/task/22420/stat : 22420 (java) R 22418 22405 19057 0 -1 64 2789 0 1 0 52 2 0 0 25 0 9 0 24339922 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 103868978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22421] ppid=22418 vsize=868580 CPUtime=0.07
/proc/22419/task/22421/stat : 22421 (java) S 22418 22405 19057 0 -1 64 1816 0 0 0 7 0 0 0 16 0 9 0 24339923 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22422] ppid=22418 vsize=868580 CPUtime=0
/proc/22419/task/22422/stat : 22422 (java) S 22418 22405 19057 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24339923 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22423] ppid=22418 vsize=868580 CPUtime=0
/proc/22419/task/22423/stat : 22423 (java) S 22418 22405 19057 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24339923 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22424] ppid=22418 vsize=868580 CPUtime=0
/proc/22419/task/22424/stat : 22424 (java) S 22418 22405 19057 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24339925 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22425] ppid=22418 vsize=868580 CPUtime=0.17
/proc/22419/task/22425/stat : 22425 (java) S 22418 22405 19057 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 24339925 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22426] ppid=22418 vsize=868580 CPUtime=0
/proc/22419/task/22426/stat : 22426 (java) S 22418 22405 19057 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24339925 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22419/tid=22427] ppid=22418 vsize=868580 CPUtime=0
/proc/22419/task/22427/stat : 22427 (java) S 22418 22405 19057 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24339925 889425920 5964 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890804

[startup+3.10144 s]
/proc/loadavg: 2.16 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1696640/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 15 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=8928 CPUtime=1.48
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 2128 0 0 0 147 1 0 0 25 0 1 0 24340015 9142272 2114 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 2232 2114 75 150 0 2079 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 31152

[startup+6.3018 s]
/proc/loadavg: 2.15 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1694656/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=10684 CPUtime=4.65
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 2558 0 0 0 464 1 0 0 25 0 1 0 24340015 10940416 2544 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 2671 2544 75 150 0 2518 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 32908

[startup+12.7015 s]
/proc/loadavg: 2.13 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1691776/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=13368 CPUtime=11
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 3245 0 0 0 1097 3 0 0 25 0 1 0 24340015 13688832 3231 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 3342 3231 75 150 0 3189 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 35592

[startup+25.503 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1686976/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=18188 CPUtime=23.7
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 4403 0 0 0 2366 4 0 0 25 0 1 0 24340015 18624512 4389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 4547 4389 75 150 0 4394 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 40412

[startup+51.1029 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 22429
/proc/meminfo: memFree=1680064/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=24968 CPUtime=49.11
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 6119 0 0 0 4905 6 0 0 25 0 1 0 24340015 25567232 6105 996147200 134512640 135127466 4294956256 18446744073709551615 134528611 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 6242 6105 75 150 0 6089 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 47192

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 22429
/proc/meminfo: memFree=1669568/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=35156 CPUtime=99.91
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 8650 0 0 0 9983 8 0 0 25 0 1 0 24340015 35999744 8636 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 8789 8636 75 150 0 8636 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 57380

[startup+162.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 22469
/proc/meminfo: memFree=1695864/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=43640 CPUtime=159.37
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 10785 0 0 0 15925 12 0 0 25 0 1 0 24340015 44687360 10771 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 10910 10771 75 150 0 10757 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 65864

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 22469
/proc/meminfo: memFree=1674360/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1555896/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=74572 CPUtime=1288.55
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 18501 0 0 0 128831 24 0 0 25 0 1 0 24340015 76361728 18487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 18643 18487 75 150 0 18490 0
Current children cumulated CPU time (s) 1290.07
Current children cumulated vsize (KiB) 96796

[startup+1362.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 22469
/proc/meminfo: memFree=1553400/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=74572 CPUtime=1347.98
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 18501 0 0 0 134774 24 0 0 25 0 1 0 24340015 76361728 18487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 18643 18487 75 150 0 18490 0
Current children cumulated CPU time (s) 1349.5
Current children cumulated vsize (KiB) 96796

[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 22469
/proc/meminfo: memFree=1550968/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=74572 CPUtime=1407.4
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 18501 0 0 0 140716 24 0 0 25 0 1 0 24340015 76361728 18487 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 18643 18487 75 150 0 18490 0
Current children cumulated CPU time (s) 1408.92
Current children cumulated vsize (KiB) 96796

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22469
/proc/meminfo: memFree=1548152/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=75104 CPUtime=1466.85
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 18652 0 0 0 146660 25 0 0 25 0 1 0 24340015 76906496 18638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 18776 18638 75 150 0 18623 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 97328

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22471
/proc/meminfo: memFree=1540600/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=80632 CPUtime=1526.26
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 19874 0 0 0 152600 26 0 0 25 0 1 0 24340015 82567168 19860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 20158 19860 75 150 0 20005 0
Current children cumulated CPU time (s) 1527.78
Current children cumulated vsize (KiB) 102856

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22471
/proc/meminfo: memFree=1534008/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=84992 CPUtime=1585.7
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 20982 0 0 0 158542 28 0 0 25 0 1 0 24340015 87031808 20968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 21248 20968 75 150 0 21095 0
Current children cumulated CPU time (s) 1587.22
Current children cumulated vsize (KiB) 107216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 22472
/proc/meminfo: memFree=1500976/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=86576 CPUtime=1645.13
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 21392 0 0 0 164485 28 0 0 25 0 1 0 24340015 88653824 21378 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/22429/statm: 21644 21378 75 150 0 21491 0
Current children cumulated CPU time (s) 1646.65
Current children cumulated vsize (KiB) 108800

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.00 2/85 22472
/proc/meminfo: memFree=1234864/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=86760 CPUtime=1704.61
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 21408 0 0 0 170432 29 0 0 25 0 1 0 24340015 88842240 21394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22429/statm: 21690 21394 75 150 0 21537 0
Current children cumulated CPU time (s) 1706.13
Current children cumulated vsize (KiB) 108984

[startup+1782.3 s]
/proc/loadavg: 1.36 1.81 1.93 2/85 22472
/proc/meminfo: memFree=1234672/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=86760 CPUtime=1764.59
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 21412 0 0 0 176430 29 0 0 25 0 1 0 24340015 88842240 21398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22429/statm: 21690 21398 75 150 0 21537 0
Current children cumulated CPU time (s) 1766.11
Current children cumulated vsize (KiB) 108984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.2 s]
/proc/loadavg: 1.20 1.72 1.90 2/85 22472
/proc/meminfo: memFree=1234672/2055920 swapFree=4191904/4192956
[pid=22405] ppid=22403 vsize=16868 CPUtime=1.52
/proc/22405/stat : 22405 (sugar) S 22403 22405 19057 0 -1 4194304 1376 11963 0 2 5 1 137 9 16 0 1 0 24339855 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22405/statm: 4217 1113 409 3 0 796 0
[pid=22428] ppid=22405 vsize=5356 CPUtime=0
/proc/22428/stat : 22428 (sh) S 22405 22405 19057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24340014 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22428/statm: 1339 232 193 169 0 50 0
[pid=22429] ppid=22428 vsize=86760 CPUtime=1798.49
/proc/22429/stat : 22429 (minisat) R 22428 22405 19057 0 -1 4194304 21412 0 0 0 179820 29 0 0 25 0 1 0 24340015 88842240 21398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22429/statm: 21690 21398 75 150 0 21537 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 108984

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 22405 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=439781
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=116982
# CPU time returned by wait4() is 1.55676
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.22
CPU time (s): 1800.01
CPU user time (s): 1799.62
CPU system time (s): 0.39
CPU usage (%): 99.1073
Max. virtual memory (cumulated for all children) (KiB): 890804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.43978
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13722
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= 2084
involuntary context switches= 1932

runsolver used 2.51862 second user time and 5.50916 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 06:26:13
IDJOB=2081444
IDBENCH=57398
IDSOLVER=739
FILE ID=node63/2081444-1247372773
PBS_JOBID= 9507095
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-7.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-2081444-1247372773/watcher-2081444-1247372773 -o /tmp/evaluation-result-2081444-1247372773/solver-2081444-1247372773 -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-2081444-1247372773.xml

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

MD5SUM BENCH= 10d8cce48e24d9d5d1e136c73b47f566
RANDOM SEED=1941510352

node63.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.232
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.232
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:       1710456 kB
Buffers:         33804 kB
Cached:         159804 kB
SwapCached:        260 kB
Active:         200592 kB
Inactive:        91520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710456 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:         109520 kB
Slab:            38360 kB
Committed_AS:   256724 kB
PageTables:       1984 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node63 at 2009-07-12 06:56:31