Trace number 2091146

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.09 1807.92

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-27_ext.xml
MD5SUMc035e9e17573b95fb664175671593747
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark931.788
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
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 12:02:40 2009
0.00/0.08	c 0	PID 29201
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2091146-1247392960.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091146-1247392960.xml' 'HOME/temp.csp'
0.07/0.64	c 1	1 domains, 50 variables, 0 predicates, 470 relations, 470 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	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.74	c 1	Parsing HOME/temp.csp
1.02/1.14	c 1	parsed 991 expressions
1.02/1.14	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Converting to clausal form CSP
1.02/1.17	c 2	converted 100 (10%) expressions
1.11/1.23	c 2	converted 199 (20%) expressions
1.11/1.23	c 2	converted 298 (30%) expressions
1.11/1.23	c 2	converted 397 (40%) expressions
1.11/1.24	c 2	converted 496 (50%) expressions
1.11/1.28	c 2	converted 595 (60%) expressions
1.21/1.31	c 2	converted 694 (70%) expressions
1.21/1.34	c 2	converted 793 (80%) expressions
1.31/1.45	c 2	converted 892 (90%) expressions
1.31/1.49	c 2	converted 991 (100%) expressions
1.31/1.49	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.31/1.49	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.49	c 2	Propagation in CSP
1.31/1.49	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.49	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.31/1.49	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.50	c 2	Simplifing CSP by introducing new Boolean variables
1.31/1.50	c 2	CSP : 50 integers, 0 booleans, 470 clauses, largest domain size 23
1.31/1.50	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.56	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.41/1.57	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.41/1.57	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.41/1.57	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.41/1.57	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.41/1.57	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.41/1.58	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.41/1.58	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.41/1.58	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.41/1.58	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.51/1.64	c 2	47 (10%) CSP clauses are encoded (5412 clauses, 84572 bytes)
1.51/1.67	c 2	94 (20%) CSP clauses are encoded (9797 clauses, 162858 bytes)
1.61/1.70	c 2	141 (30%) CSP clauses are encoded (14049 clauses, 244666 bytes)
1.61/1.73	c 2	188 (40%) CSP clauses are encoded (18167 clauses, 323858 bytes)
1.61/1.75	c 2	235 (50%) CSP clauses are encoded (22334 clauses, 403926 bytes)
1.61/1.78	c 2	282 (60%) CSP clauses are encoded (26537 clauses, 485297 bytes)
1.70/1.80	c 2	329 (70%) CSP clauses are encoded (30717 clauses, 565701 bytes)
1.70/1.83	c 2	376 (80%) CSP clauses are encoded (35048 clauses, 648885 bytes)
1.70/1.86	c 2	423 (90%) CSP clauses are encoded (39330 clauses, 732450 bytes)
1.70/1.88	c 2	470 (100%) CSP clauses are encoded (43676 clauses, 820390 bytes)
1.70/1.88	c 2	470 CSP clauses encoded
1.70/1.88	c 2	Writing map file : HOME/temp.map
1.70/1.89	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.89	c 2	SAT : 1100 SAT variables, 43676 SAT clauses, 820390 bytes
1.70/1.89	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.92	c 2	SOLVING HOME/temp.cnf
1.80/1.92	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.80/1.93	c 2	This is MiniSat 2.0 beta
1.80/1.93	c 2	WARNING: for repeatability, setting FPU to use double precision
1.80/1.93	c 2	============================[ Problem Statistics ]=============================
1.80/1.93	c 2	|                                                                             |
1.80/1.93	c 2	|  Number of variables:  1100                                                 |
1.80/1.93	c 2	|  Number of clauses:    43676                                                |
1.80/1.96	c 2	|  Parsing time:         0.03         s                                       |
1.80/1.96	c 2	============================[ Search Statistics ]==============================
1.80/1.96	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.80/1.96	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.80/1.96	c 2	===============================================================================
1.80/1.96	c 2	|         0 |    1100    43676   162982 |    14558        0    nan |  0.000 % |
1.80/1.99	c 2	|       100 |    1100    43676   162982 |    16014      100     16 |  0.000 % |
1.81/2.02	c 2	|       252 |    1100    43676   162982 |    17615      252     16 |  0.002 % |
1.81/2.06	c 2	|       477 |    1100    43676   162982 |    19377      477     16 |  0.003 % |
1.97/2.14	c 2	|       814 |    1100    43676   162982 |    21315      814     15 |  0.003 % |
2.07/2.24	c 3	|      1320 |    1100    43676   162982 |    23446     1320     17 |  0.002 % |
2.16/2.39	c 3	|      2079 |    1100    43676   162982 |    25791     2079     16 |  0.003 % |
2.46/2.64	c 3	|      3218 |    1100    43676   162982 |    28370     3218     16 |  0.003 % |
2.76/3.00	c 3	|      4926 |    1100    43676   162982 |    31207     4926     16 |  0.001 % |
3.45/3.61	c 4	|      7489 |    1100    43676   162982 |    34328     7489     17 |  0.004 % |
4.34/4.58	c 5	|     11333 |    1100    43676   162982 |    37761    11333     17 |  0.003 % |
6.03/6.23	c 7	|     17099 |    1100    43676   162982 |    41537    17099     18 |  0.004 % |
8.90/9.12	c 9	|     25749 |    1100    43676   162982 |    45691    25749     18 |  0.004 % |
14.34/14.69	c 15	|     38723 |    1100    43676   162982 |    50260    38723     19 |  0.004 % |
23.56/23.98	c 24	|     58185 |    1100    43676   162982 |    55286    20399     19 |  0.002 % |
37.82/38.32	c 39	|     87377 |    1100    43676   162982 |    60815    49591     19 |  0.004 % |
58.72/59.46	c 60	|    131167 |    1100    43676   162982 |    66896    45847     21 |  0.002 % |
97.06/98.17	c 99	|    196851 |    1100    43676   162982 |    73586    59713     21 |  0.004 % |
157.19/158.81	c 159	|    295377 |    1100    43676   162982 |    80944    42151     23 |  0.002 % |
254.17/256.73	c 257	|    443169 |    1100    43676   162982 |    89039    58833     23 |  0.004 % |
418.12/422.20	c 423	|    664853 |    1100    43676   162982 |    97943    66640     23 |  0.002 % |
665.08/671.51	c 672	|    997378 |    1100    43676   162982 |   107737    77151     25 |  0.004 % |
1048.02/1055.67	c 1056	|   1496168 |    1100    43676   162982 |   118511    36564     23 |  0.002 % |
1652.99/1660.86	c 1661	|   2244352 |    1100    43676   162982 |   130362    81831     24 |  0.004 % |
1800.04/1807.91	sh: line 1: 29225 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1807.91	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1807.91	c 1808	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.04/1807.92	c ERROR INTERRUPTED
1800.04/1807.92	s UNKNOWN
1800.04/1807.92	c 1808	CPU 1800.08 (0.06 0.02 1799.78 0.22)
1800.04/1807.92	c 1808	END Sun Jul 12 12:32: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-2091146-1247392960/watcher-2091146-1247392960 -o /tmp/evaluation-result-2091146-1247392960/solver-2091146-1247392960 -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-2091146-1247392960.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 29201
/proc/meminfo: memFree=1817808/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=12268 CPUtime=0
/proc/29201/stat : 29201 (sugar) R 29199 29201 26799 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 26363422 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29201/statm: 3067 316 241 3 0 167 0

[startup+0.081986 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 29201
/proc/meminfo: memFree=1817808/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16740 CPUtime=0.06
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 26363422 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102018 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 29201
/proc/meminfo: memFree=1817808/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=0.07
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26363422 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301041 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 29201
/proc/meminfo: memFree=1817808/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=0.07
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 26363422 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701082 s]
/proc/loadavg: 1.99 1.97 1.91 4/81 29201
/proc/meminfo: memFree=1817808/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=0.61
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1292 4984 0 1 5 2 51 3 16 0 1 0 26363422 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50216 s]
/proc/loadavg: 1.99 1.97 1.91 4/92 29223
/proc/meminfo: memFree=1804408/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=0.61
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1310 4984 0 1 5 2 51 3 15 0 1 0 26363422 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1111 409 3 0 796 0
[pid=29214] ppid=29201 vsize=5356 CPUtime=0
/proc/29214/stat : 29214 (sh) S 29201 29201 26799 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26363489 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29214/statm: 1339 233 193 169 0 50 0
[pid=29215] ppid=29214 vsize=864200 CPUtime=0.8
/proc/29215/stat : 29215 (java) S 29214 29201 26799 0 -1 0 8560 0 1 0 77 3 0 0 18 0 9 0 26363490 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29215/statm: 216050 7816 2566 9 0 210555 0
[pid=29215/tid=29216] ppid=29214 vsize=864200 CPUtime=0.44
/proc/29215/task/29216/stat : 29216 (java) R 29214 29201 26799 0 -1 64 2723 0 1 0 43 1 0 0 23 0 9 0 26363491 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 103798692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29217] ppid=29214 vsize=864200 CPUtime=0.28
/proc/29215/task/29217/stat : 29217 (java) S 29214 29201 26799 0 -1 64 4819 0 0 0 27 1 0 0 16 0 9 0 26363492 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29218] ppid=29214 vsize=864200 CPUtime=0
/proc/29215/task/29218/stat : 29218 (java) S 29214 29201 26799 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26363492 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29219] ppid=29214 vsize=864200 CPUtime=0
/proc/29215/task/29219/stat : 29219 (java) S 29214 29201 26799 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26363492 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29220] ppid=29214 vsize=864200 CPUtime=0
/proc/29215/task/29220/stat : 29220 (java) S 29214 29201 26799 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26363494 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29221] ppid=29214 vsize=864200 CPUtime=0.05
/proc/29215/task/29221/stat : 29221 (java) S 29214 29201 26799 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 26363494 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29222] ppid=29214 vsize=864200 CPUtime=0
/proc/29215/task/29222/stat : 29222 (java) S 29214 29201 26799 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26363494 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29215/tid=29223] ppid=29214 vsize=864200 CPUtime=0
/proc/29215/task/29223/stat : 29223 (java) S 29214 29201 26799 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26363494 884940800 7816 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886424

[startup+3.10233 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1809784/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 15 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=4652 CPUtime=1.15
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 994 0 0 0 115 0 0 0 25 0 1 0 26363616 4763648 980 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 1163 980 75 150 0 1010 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26876

[startup+6.30167 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1808248/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=5840 CPUtime=4.31
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 1303 0 0 0 431 0 0 0 25 0 1 0 26363616 5980160 1289 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 1460 1289 75 150 0 1307 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 28064

[startup+12.7023 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1806328/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=7588 CPUtime=10.65
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 1752 0 0 0 1064 1 0 0 25 0 1 0 26363616 7770112 1738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 1897 1738 75 150 0 1744 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 29812

[startup+25.5017 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1804600/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=9520 CPUtime=23.33
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 2200 0 0 0 2331 2 0 0 25 0 1 0 26363616 9748480 2186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 2380 2186 75 150 0 2227 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 31744

[startup+51.1014 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1802744/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=11252 CPUtime=48.69
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 2649 0 0 0 4866 3 0 0 25 0 1 0 26363616 11522048 2635 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 2813 2635 75 150 0 2660 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 33476

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1800952/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=13112 CPUtime=99.41
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 3084 0 0 0 9937 4 0 0 25 0 1 0 26363616 13426688 3070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 3278 3070 75 150 0 3125 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 35336

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 29225
/proc/meminfo: memFree=1799288/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=14740 CPUtime=158.84
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 3481 0 0 0 15880 4 0 0 25 0 1 0 26363616 15093760 3467 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/29225/statm: 3685 3467 75 150 0 3532 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 36964

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 4/84 29225
/proc/meminfo: memFree=1797752/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0

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

[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=27368 CPUtime=1292.82
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6531 0 0 0 129273 9 0 0 25 0 1 0 26363616 28024832 6517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 6842 6517 75 150 0 6689 0
Current children cumulated CPU time (s) 1294.63
Current children cumulated vsize (KiB) 49592

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 29254
/proc/meminfo: memFree=1790720/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=27516 CPUtime=1352.8
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6571 0 0 0 135270 10 0 0 25 0 1 0 26363616 28176384 6557 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 6879 6557 75 150 0 6726 0
Current children cumulated CPU time (s) 1354.61
Current children cumulated vsize (KiB) 49740

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 29254
/proc/meminfo: memFree=1790656/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=27648 CPUtime=1412.78
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6594 0 0 0 141268 10 0 0 25 0 1 0 26363616 28311552 6580 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 6912 6580 75 150 0 6759 0
Current children cumulated CPU time (s) 1414.59
Current children cumulated vsize (KiB) 49872

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 29254
/proc/meminfo: memFree=1790336/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=27916 CPUtime=1472.75
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6658 0 0 0 147265 10 0 0 25 0 1 0 26363616 28585984 6644 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 6979 6644 75 150 0 6826 0
Current children cumulated CPU time (s) 1474.56
Current children cumulated vsize (KiB) 50140

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 4/76 29254
/proc/meminfo: memFree=1789888/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=28248 CPUtime=1532.73
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6766 0 0 0 153263 10 0 0 25 0 1 0 26363616 28925952 6752 996147200 134512640 135127466 4294956256 18446744073709551615 134529268 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7062 6752 75 150 0 6909 0
Current children cumulated CPU time (s) 1534.54
Current children cumulated vsize (KiB) 50472

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 29254
/proc/meminfo: memFree=1789696/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=28572 CPUtime=1592.7
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6814 0 0 0 159260 10 0 0 25 0 1 0 26363616 29257728 6800 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7143 6800 75 150 0 6990 0
Current children cumulated CPU time (s) 1594.51
Current children cumulated vsize (KiB) 50796

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/76 29254
/proc/meminfo: memFree=1789504/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=28572 CPUtime=1652.68
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 6845 0 0 0 165258 10 0 0 25 0 1 0 26363616 29257728 6831 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7143 6831 75 150 0 6990 0
Current children cumulated CPU time (s) 1654.49
Current children cumulated vsize (KiB) 50796

[startup+1722.3 s]
/proc/loadavg: 2.05 1.99 1.91 3/77 29255
/proc/meminfo: memFree=1788664/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=29396 CPUtime=1712.66
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 7043 0 0 0 171255 11 0 0 25 0 1 0 26363616 30101504 7029 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7349 7029 75 150 0 7196 0
Current children cumulated CPU time (s) 1714.47
Current children cumulated vsize (KiB) 51620

[startup+1782.3 s]
/proc/loadavg: 2.06 2.00 1.92 3/77 29255
/proc/meminfo: memFree=1788344/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=29532 CPUtime=1772.64
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 7081 0 0 0 177253 11 0 0 25 0 1 0 26363616 30240768 7067 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7383 7067 75 150 0 7230 0
Current children cumulated CPU time (s) 1774.45
Current children cumulated vsize (KiB) 51756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.9 s]
/proc/loadavg: 2.10 2.02 1.93 3/77 29255
/proc/meminfo: memFree=1788216/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=29696 CPUtime=1798.23
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 7122 0 0 0 179812 11 0 0 25 0 1 0 26363616 30408704 7108 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7424 7108 75 150 0 7271 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51920

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

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

[startup+1807.9 s]
/proc/loadavg: 2.10 2.02 1.93 3/77 29255
/proc/meminfo: memFree=1788216/2055920 swapFree=4192812/4192956
[pid=29201] ppid=29199 vsize=16868 CPUtime=1.81
/proc/29201/stat : 29201 (sugar) S 29199 29201 26799 0 -1 4194304 1376 13965 0 2 5 2 165 9 16 0 1 0 26363422 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29201/statm: 4217 1113 409 3 0 796 0
[pid=29224] ppid=29201 vsize=5356 CPUtime=0
/proc/29224/stat : 29224 (sh) S 29201 29201 26799 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26363615 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29224/statm: 1339 232 193 169 0 50 0
[pid=29225] ppid=29224 vsize=29696 CPUtime=1798.23
/proc/29225/stat : 29225 (minisat) R 29224 29201 26799 0 -1 4194304 7122 0 0 0 179812 11 0 0 25 0 1 0 26363616 30408704 7108 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/29225/statm: 7424 7108 75 150 0 7271 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 51920

Child status: 0
Real time (s): 1807.92
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.246962
CPU usage (%): 99.5669
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23171
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= 2266
involuntary context switches= 37844

runsolver used 2.6496 second user time and 5.58215 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 12:02:40
IDJOB=2091146
IDBENCH=60001
IDSOLVER=739
FILE ID=node7/2091146-1247392960
PBS_JOBID= 9507238
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-27_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-2091146-1247392960/watcher-2091146-1247392960 -o /tmp/evaluation-result-2091146-1247392960/solver-2091146-1247392960 -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-2091146-1247392960.xml

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

MD5SUM BENCH= c035e9e17573b95fb664175671593747
RANDOM SEED=975376811

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1818288 kB
Buffers:         22404 kB
Cached:         127808 kB
SwapCached:          0 kB
Active:         117304 kB
Inactive:        67360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1818288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1716 kB
Writeback:           0 kB
Mapped:          54900 kB
Slab:            37996 kB
Committed_AS:   236112 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= 66136 MiB
End job on node7 at 2009-07-12 12:32:50