Trace number 2086735

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.07 1804.07

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-5.xml
MD5SUMae7430fa0ee17432c782e1ef242ba179
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1679
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
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 09:32:25 2009
0.00/0.07	c 0	PID 25188
0.00/0.07	c 0	HOST node79.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2086735-1247383945.xml TO HOME/temp.csp
0.00/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-2086735-1247383945.xml' 'HOME/temp.csp'
0.06/0.82	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.06/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.85	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.79/0.92	c 1	Parsing HOME/temp.csp
1.03/1.11	c 1	parsed 4982 expressions
1.03/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.13	c 1	Converting to clausal form CSP
1.03/1.15	c 1	converted 499 (10%) expressions
1.12/1.23	c 1	converted 997 (20%) expressions
1.23/1.34	c 1	converted 1495 (30%) expressions
1.23/1.38	c 1	converted 1993 (40%) expressions
1.23/1.40	c 1	converted 2491 (50%) expressions
1.33/1.41	c 1	converted 2990 (60%) expressions
1.33/1.43	c 1	converted 3488 (70%) expressions
1.33/1.48	c 1	converted 3986 (80%) expressions
1.42/1.50	c 1	converted 4484 (90%) expressions
1.42/1.51	c 1	converted 4982 (100%) expressions
1.42/1.51	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1646
1.42/1.51	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.51	c 1	Propagation in CSP
1.62/1.73	c 2	173276 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.62/1.73	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 883
1.62/1.73	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.73	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.82	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 883
1.72/1.82	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.92	c 2	40 (10%) CSP integer variables are encoded (29820 clauses, 425184 bytes)
1.83/1.95	c 2	80 (20%) CSP integer variables are encoded (57820 clauses, 845184 bytes)
1.83/1.98	c 2	120 (30%) CSP integer variables are encoded (80740 clauses, 1188984 bytes)
1.93/2.02	c 2	160 (40%) CSP integer variables are encoded (110820 clauses, 1662115 bytes)
1.93/2.05	c 2	200 (50%) CSP integer variables are encoded (135780 clauses, 2086435 bytes)
1.93/2.08	c 2	240 (60%) CSP integer variables are encoded (161920 clauses, 2530815 bytes)
2.04/2.11	c 2	280 (70%) CSP integer variables are encoded (189340 clauses, 2996955 bytes)
2.04/2.14	c 2	320 (80%) CSP integer variables are encoded (209220 clauses, 3334915 bytes)
2.04/2.17	c 2	360 (90%) CSP integer variables are encoded (232680 clauses, 3733735 bytes)
2.14/2.20	c 2	400 (100%) CSP integer variables are encoded (259340 clauses, 4186955 bytes)
2.62/2.78	c 3	1178 (10%) CSP clauses are encoded (553914 clauses, 10785670 bytes)
3.14/3.30	c 3	2356 (20%) CSP clauses are encoded (835350 clauses, 17317708 bytes)
3.63/3.72	c 4	3534 (30%) CSP clauses are encoded (1063420 clauses, 22612259 bytes)
4.12/4.24	c 4	4712 (40%) CSP clauses are encoded (1350824 clauses, 29289966 bytes)
4.53/4.70	c 5	5890 (50%) CSP clauses are encoded (1591240 clauses, 34884072 bytes)
5.13/5.24	c 5	7068 (60%) CSP clauses are encoded (1886053 clauses, 41772290 bytes)
5.62/5.74	c 6	8246 (70%) CSP clauses are encoded (2156189 clauses, 48342916 bytes)
6.03/6.15	c 6	9424 (80%) CSP clauses are encoded (2377681 clauses, 53694473 bytes)
6.53/6.63	c 7	10602 (90%) CSP clauses are encoded (2638979 clauses, 59938985 bytes)
6.93/7.07	c 7	11780 (100%) CSP clauses are encoded (2891491 clauses, 65665398 bytes)
6.93/7.07	c 7	11780 CSP clauses encoded
6.93/7.07	c 7	Writing map file : HOME/temp.map
6.93/7.08	c 7	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.93/7.08	c 7	SAT : 267340 SAT variables, 2891491 SAT clauses, 65665398 bytes
6.93/7.08	c 7	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.93/7.10	c 7	SOLVING HOME/temp.cnf
6.93/7.10	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.03/7.10	c 7	This is MiniSat 2.0 beta
7.03/7.10	c 7	WARNING: for repeatability, setting FPU to use double precision
7.03/7.10	c 7	============================[ Problem Statistics ]=============================
7.03/7.10	c 7	|                                                                             |
7.03/7.10	c 7	|  Number of variables:  267340                                               |
7.03/7.10	c 7	|  Number of clauses:    2891491                                              |
8.60/8.71	c 9	|  Parsing time:         1.42         s                                       |
8.60/8.79	c 9	============================[ Search Statistics ]==============================
8.60/8.79	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.60/8.79	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.60/8.79	c 9	===============================================================================
8.60/8.79	c 9	|         0 |  265822  2889973  8154002 |   963324        0    nan |  0.000 % |
10.09/10.20	c 10	|       102 |  265822  2889973  8154002 |  1059656      102     18 |  0.568 % |
11.79/11.96	c 12	|       252 |  265822  2889973  8154002 |  1165622      252     24 |  0.568 % |
14.49/14.67	c 15	|       480 |  265822  2889973  8154002 |  1282184      480     20 |  0.568 % |
18.29/18.45	c 18	|       817 |  265822  2889973  8154002 |  1410403      817     23 |  0.568 % |
24.29/24.45	c 24	|      1323 |  265822  2889973  8154002 |  1551443     1323     22 |  0.568 % |
33.08/33.26	c 33	|      2084 |  265822  2889973  8154002 |  1706587     2084     24 |  0.568 % |
44.48/44.62	c 45	|      3224 |  265822  2889973  8154002 |  1877246     3224     26 |  0.568 % |
67.37/67.51	c 67	|      4932 |  265822  2889973  8154002 |  2064971     4932     28 |  0.568 % |
102.96/103.13	c 103	|      7494 |  265822  2889973  8154002 |  2271468     7494     29 |  0.568 % |
154.33/154.58	c 155	|     11338 |  265822  2889973  8154002 |  2498615    11338     30 |  0.568 % |
222.21/222.49	c 222	|     17105 |  265822  2889973  8154002 |  2748476    17105     33 |  0.568 % |
343.46/343.78	c 344	|     25754 |  265822  2889973  8154002 |  3023324    25754     33 |  0.568 % |
476.81/477.19	c 477	|     38728 |  265822  2889973  8154002 |  3325656    38728     35 |  0.568 % |
729.40/729.84	c 730	|     58191 |  265822  2889973  8154002 |  3658222    58191     37 |  0.568 % |
1126.94/1128.18	c 1128	|     87383 |  265822  2889973  8154002 |  4024044    87383     39 |  0.568 % |
1702.47/1706.01	c 1706	|    131172 |  265822  2889973  8154002 |  4426449   131172     44 |  0.568 % |
1800.07/1804.02	c ERROR INTERRUPTED
1800.07/1804.04	s UNKNOWN
1800.07/1804.04	c 1804	CPU 7.03 (0.05 0.02 6.34 0.62)
1800.07/1804.04	c 1804	END Sun Jul 12 10:02: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-2086735-1247383945/watcher-2086735-1247383945 -o /tmp/evaluation-result-2086735-1247383945/solver-2086735-1247383945 -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-2086735-1247383945.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.12 2.07 2.02 4/82 25188
/proc/meminfo: memFree=1908376/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=12272 CPUtime=0
/proc/25188/stat : 25188 (sugar) R 25186 25188 24952 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25460068 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/25188/statm: 3068 327 246 3 0 168 0

[startup+0.0195909 s]
/proc/loadavg: 2.12 2.07 2.02 4/82 25188
/proc/meminfo: memFree=1908376/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=12676 CPUtime=0
/proc/25188/stat : 25188 (sugar) R 25186 25188 24952 0 -1 4194304 549 0 0 0 0 0 0 0 18 0 1 0 25460068 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 234063733249 0 0 4224 0 0 0 0 17 0 0 0
/proc/25188/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.103605 s]
/proc/loadavg: 2.12 2.07 2.02 4/82 25188
/proc/meminfo: memFree=1908376/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.06
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301621 s]
/proc/loadavg: 2.12 2.07 2.02 4/82 25188
/proc/meminfo: memFree=1908376/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.06
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701669 s]
/proc/loadavg: 2.12 2.07 2.02 4/82 25188
/proc/meminfo: memFree=1908376/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.06
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50175 s]
/proc/loadavg: 2.12 2.07 2.02 4/93 25210
/proc/meminfo: memFree=1900264/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.79
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1309 7272 0 1 4 2 68 5 15 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
[pid=25201] ppid=25188 vsize=5356 CPUtime=0
/proc/25201/stat : 25201 (sh) S 25188 25188 24952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25460153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25201/statm: 1339 233 193 169 0 50 0
[pid=25202] ppid=25201 vsize=868600 CPUtime=0.63
/proc/25202/stat : 25202 (java) S 25201 25188 24952 0 -1 0 7227 0 1 0 60 3 0 0 20 0 9 0 25460153 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25202/statm: 217150 6476 2566 9 0 211655 0
[pid=25202/tid=25203] ppid=25201 vsize=868600 CPUtime=0.39
/proc/25202/task/25203/stat : 25203 (java) R 25201 25188 24952 0 -1 64 2667 0 1 0 38 1 0 0 25 0 9 0 25460154 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4126429225 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25204] ppid=25201 vsize=868600 CPUtime=0.07
/proc/25202/task/25204/stat : 25204 (java) S 25201 25188 24952 0 -1 64 2391 0 0 0 7 0 0 0 16 0 9 0 25460155 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25205] ppid=25201 vsize=868600 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25201 25188 24952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25460155 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25206] ppid=25201 vsize=868600 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25201 25188 24952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25460155 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25207] ppid=25201 vsize=868600 CPUtime=0
/proc/25202/task/25207/stat : 25207 (java) S 25201 25188 24952 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25460157 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25208] ppid=25201 vsize=868600 CPUtime=0.14
/proc/25202/task/25208/stat : 25208 (java) S 25201 25188 24952 0 -1 64 1470 0 0 0 14 0 0 0 17 0 9 0 25460157 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25209] ppid=25201 vsize=868600 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25460157 889446400 6476 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25210] ppid=25201 vsize=868600 CPUtime=0
/proc/25202/task/25210/stat : 25210 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25460157 889446400 6476 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) 890824

[startup+3.10291 s]
/proc/loadavg: 2.19 2.09 2.02 3/93 25210
/proc/meminfo: memFree=1883624/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.8
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1310 7272 0 1 5 2 68 5 15 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
[pid=25201] ppid=25188 vsize=5356 CPUtime=0
/proc/25201/stat : 25201 (sh) S 25188 25188 24952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25460153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25201/statm: 1339 233 193 169 0 50 0
[pid=25202] ppid=25201 vsize=868712 CPUtime=2.23
/proc/25202/stat : 25202 (java) S 25201 25188 24952 0 -1 0 8369 0 1 0 207 16 0 0 20 0 9 0 25460153 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25202/statm: 217178 7169 2590 9 0 211655 0
[pid=25202/tid=25203] ppid=25201 vsize=868712 CPUtime=1.71
/proc/25202/task/25203/stat : 25203 (java) R 25201 25188 24952 0 -1 64 3160 0 1 0 161 10 0 0 25 0 9 0 25460154 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25204] ppid=25201 vsize=868712 CPUtime=0.3
/proc/25202/task/25204/stat : 25204 (java) S 25201 25188 24952 0 -1 64 3009 0 0 0 27 3 0 0 16 0 9 0 25460155 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25205] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25201 25188 24952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25460155 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25206] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25201 25188 24952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25460155 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25207] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25207/stat : 25207 (java) S 25201 25188 24952 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25460157 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25208] ppid=25201 vsize=868712 CPUtime=0.19
/proc/25202/task/25208/stat : 25208 (java) S 25201 25188 24952 0 -1 64 1501 0 0 0 18 1 0 0 16 0 9 0 25460157 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25209] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25460157 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25210] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25210/stat : 25210 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25460157 889561088 7169 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890936

[startup+6.30225 s]
/proc/loadavg: 2.19 2.09 2.02 3/93 25210
/proc/meminfo: memFree=1842024/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=0.8
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1310 7272 0 1 5 2 68 5 15 0 1 0 25460068 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1111 409 3 0 796 0
[pid=25201] ppid=25188 vsize=5356 CPUtime=0
/proc/25201/stat : 25201 (sh) S 25188 25188 24952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25460153 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25201/statm: 1339 233 193 169 0 50 0
[pid=25202] ppid=25201 vsize=868712 CPUtime=5.42
/proc/25202/stat : 25202 (java) S 25201 25188 24952 0 -1 0 9441 0 1 0 494 48 0 0 20 0 9 0 25460153 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25202/statm: 217178 7182 2590 9 0 211655 0
[pid=25202/tid=25203] ppid=25201 vsize=868712 CPUtime=4.58
/proc/25202/task/25203/stat : 25203 (java) R 25201 25188 24952 0 -1 64 4219 0 1 0 423 35 0 0 25 0 9 0 25460154 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4126846649 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25204] ppid=25201 vsize=868712 CPUtime=0.61
/proc/25202/task/25204/stat : 25204 (java) S 25201 25188 24952 0 -1 64 3009 0 0 0 50 11 0 0 16 0 9 0 25460155 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25205] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25201 25188 24952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25460155 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25206] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25201 25188 24952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25460155 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25207] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25207/stat : 25207 (java) S 25201 25188 24952 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25460157 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25208] ppid=25201 vsize=868712 CPUtime=0.2
/proc/25202/task/25208/stat : 25208 (java) S 25201 25188 24952 0 -1 64 1514 0 0 0 19 1 0 0 16 0 9 0 25460157 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25209] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25460157 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25202/tid=25210] ppid=25201 vsize=868712 CPUtime=0
/proc/25202/task/25210/stat : 25210 (java) S 25201 25188 24952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25460157 889561088 7182 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890936

[startup+12.7019 s]
/proc/loadavg: 2.24 2.10 2.02 3/85 25212
/proc/meminfo: memFree=1699056/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=145368 CPUtime=5.57
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 34736 0 0 0 539 18 0 0 25 0 1 0 25460778 148856832 34722 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25212/statm: 36342 34722 75 150 0 36189 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 167592

[startup+25.5013 s]
/proc/loadavg: 2.36 2.13 2.03 3/85 25212
/proc/meminfo: memFree=1698608/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=146424 CPUtime=18.35
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 35031 0 0 0 1815 20 0 0 25 0 1 0 25460778 149938176 35017 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/25212/statm: 36606 35017 75 150 0 36453 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 168648

[startup+51.102 s]
/proc/loadavg: 2.29 2.14 2.04 3/85 25212
/proc/meminfo: memFree=1699760/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=146952 CPUtime=43.95
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 35147 0 0 0 4374 21 0 0 25 0 1 0 25460778 150478848 35133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25212/statm: 36738 35133 75 150 0 36585 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 169176

[startup+102.305 s]
/proc/loadavg: 2.11 2.11 2.03 3/85 25212
/proc/meminfo: memFree=1699184/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1320000/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=166604 CPUtime=1293.39
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 40049 0 0 0 129307 32 0 0 25 0 1 0 25460778 170602496 40035 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 41651 40035 75 150 0 41498 0
Current children cumulated CPU time (s) 1300.42
Current children cumulated vsize (KiB) 188828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1318784/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=168056 CPUtime=1353.15
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 40403 0 0 0 135282 33 0 0 25 0 1 0 25460778 172089344 40389 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 42014 40389 75 150 0 41861 0
Current children cumulated CPU time (s) 1360.18
Current children cumulated vsize (KiB) 190280

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1317824/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=168980 CPUtime=1412.91
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 40630 0 0 0 141258 33 0 0 25 0 1 0 25460778 173035520 40616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 42245 40616 75 150 0 42092 0
Current children cumulated CPU time (s) 1419.94
Current children cumulated vsize (KiB) 191204

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1316160/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=170436 CPUtime=1472.65
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 41024 0 0 0 147232 33 0 0 25 0 1 0 25460778 174526464 41010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 42609 41010 75 150 0 42456 0
Current children cumulated CPU time (s) 1479.68
Current children cumulated vsize (KiB) 192660

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1314688/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=171892 CPUtime=1532.41
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 41387 0 0 0 153207 34 0 0 25 0 1 0 25460778 176017408 41373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 42973 41373 75 150 0 42820 0
Current children cumulated CPU time (s) 1539.44
Current children cumulated vsize (KiB) 194116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1313664/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=172948 CPUtime=1592.16
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 41637 0 0 0 159182 34 0 0 25 0 1 0 25460778 177098752 41623 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 43237 41623 75 150 0 43084 0
Current children cumulated CPU time (s) 1599.19
Current children cumulated vsize (KiB) 195172

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25251
/proc/meminfo: memFree=1312640/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=173872 CPUtime=1651.91
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 41870 0 0 0 165157 34 0 0 25 0 1 0 25460778 178044928 41856 996147200 134512640 135127466 4294956256 18446744073709551615 134531112 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 43468 41856 75 150 0 43315 0
Current children cumulated CPU time (s) 1658.94
Current children cumulated vsize (KiB) 196096

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 25257
/proc/meminfo: memFree=1311360/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=174928 CPUtime=1711.67
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 42144 0 0 0 171132 35 0 0 25 0 1 0 25460778 179126272 42130 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 43732 42130 75 150 0 43579 0
Current children cumulated CPU time (s) 1718.7
Current children cumulated vsize (KiB) 197152

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 25257
/proc/meminfo: memFree=1310272/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=175856 CPUtime=1771.42
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 42374 0 0 0 177106 36 0 0 25 0 1 0 25460778 180076544 42360 996147200 134512640 135127466 4294956256 18446744073709551615 134522702 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 43964 42360 75 150 0 43811 0
Current children cumulated CPU time (s) 1778.45
Current children cumulated vsize (KiB) 198080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 25257
/proc/meminfo: memFree=1309824/2055920 swapFree=4192812/4192956
[pid=25188] ppid=25186 vsize=16868 CPUtime=7.03
/proc/25188/stat : 25188 (sugar) S 25186 25188 24952 0 -1 4194304 1376 17277 0 2 5 2 634 62 16 0 1 0 25460068 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25188/statm: 4217 1113 409 3 0 796 0
[pid=25211] ppid=25188 vsize=5356 CPUtime=0
/proc/25211/stat : 25211 (sh) S 25188 25188 24952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25460778 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25211/statm: 1339 232 193 169 0 50 0
[pid=25212] ppid=25211 vsize=176652 CPUtime=1793.04
/proc/25212/stat : 25212 (minisat) R 25211 25188 24952 0 -1 4194304 42517 0 0 0 179268 36 0 0 25 0 1 0 25460778 180891648 42503 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25212/statm: 44163 42503 75 150 0 44010 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 198876

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 25188 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=406026
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=681896
# CPU time returned by wait4() is 7.08792
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.07
CPU time (s): 1800.07
CPU user time (s): 1799.07
CPU system time (s): 1
CPU usage (%): 99.7781
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.40603
system time used= 0.681896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19036
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= 17542
involuntary context switches= 17400

runsolver used 1.87771 second user time and 4.87026 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 09:32:25
IDJOB=2086735
IDBENCH=58619
IDSOLVER=739
FILE ID=node79/2086735-1247383945
PBS_JOBID= 9507252
Free space on /tmp= 66352 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-5.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-2086735-1247383945/watcher-2086735-1247383945 -o /tmp/evaluation-result-2086735-1247383945/solver-2086735-1247383945 -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-2086735-1247383945.xml

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

MD5SUM BENCH= ae7430fa0ee17432c782e1ef242ba179
RANDOM SEED=168796756

node79.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.229
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.229
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:       1908856 kB
Buffers:          8544 kB
Cached:          49256 kB
SwapCached:          0 kB
Active:          74712 kB
Inactive:        17148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1908856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          54420 kB
Slab:            40360 kB
Committed_AS:   240332 kB
PageTables:       1872 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= 66320 MiB
End job on node79 at 2009-07-12 10:02:31