Trace number 1076976

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.13+minisat? (TO) 1800.11 1817.34

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-03.xml
MD5SUMd28060cd6a868436f27486ab90f32461
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.44232
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 18:59:43 2008
0.00/0.05	c 0	PID 12446
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1076976-1215190783.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076976-1215190783.xml' 'HOME/temp.csp'
0.81/1.20	c 1	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.81/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.81/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.81/1.49	c 2	Parsing HOME/temp.csp
1.38/2.26	c 2	parsed 1751 expressions
1.38/2.26	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/2.26	c 2	Converting to clausal form CSP
1.38/2.29	c 2	converted 176 (10%) expressions
1.59/2.41	c 3	converted 351 (20%) expressions
3.46/4.48	c 5	converted 526 (30%) expressions
6.53/7.50	c 8	converted 701 (40%) expressions
6.83/7.88	c 8	converted 876 (50%) expressions
6.93/7.90	c 8	converted 1051 (60%) expressions
6.93/8.00	c 8	converted 1226 (70%) expressions
7.03/8.01	c 8	converted 1401 (80%) expressions
7.03/8.03	c 8	converted 1576 (90%) expressions
7.03/8.06	c 8	converted 1751 (100%) expressions
7.03/8.06	c 8	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
7.03/8.06	c 8	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.03/8.06	c 8	Propagation in CSP
7.13/8.11	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.13/8.12	c 8	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
7.13/8.12	c 8	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.13/8.12	c 8	Simplifing CSP by introducing new Boolean variables
7.13/8.16	c 8	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
7.13/8.16	c 8	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.12/9.14	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.12/9.16	c 9	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
8.12/9.17	c 9	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
8.12/9.17	c 9	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
8.12/9.17	c 9	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
8.12/9.17	c 9	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
8.12/9.17	c 9	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
8.12/9.17	c 9	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
8.12/9.17	c 9	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
8.12/9.17	c 9	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
8.12/9.17	c 9	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
308.66/312.75	c 313	1467 (10%) CSP clauses are encoded (2235264 clauses, 110028938 bytes)
427.19/432.50	c 433	2934 (20%) CSP clauses are encoded (2656676 clauses, 135899753 bytes)
427.29/432.57	c 433	4401 (30%) CSP clauses are encoded (2691493 clauses, 136565229 bytes)
427.39/432.64	c 433	5868 (40%) CSP clauses are encoded (2726285 clauses, 137252034 bytes)
427.49/432.71	c 433	7335 (50%) CSP clauses are encoded (2761102 clauses, 137939286 bytes)
427.49/432.77	c 433	8802 (60%) CSP clauses are encoded (2796069 clauses, 138611642 bytes)
427.59/432.84	c 433	10269 (70%) CSP clauses are encoded (2831386 clauses, 139282780 bytes)
427.69/432.91	c 433	11736 (80%) CSP clauses are encoded (2866703 clauses, 139958568 bytes)
427.69/432.97	c 433	13203 (90%) CSP clauses are encoded (2902070 clauses, 140655755 bytes)
427.79/433.04	c 433	14669 (100%) CSP clauses are encoded (2937761 clauses, 141359377 bytes)
427.79/433.04	c 433	14669 CSP clauses encoded
427.79/433.04	c 433	Writing map file : HOME/temp.map
427.79/433.05	c 433	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
427.79/433.05	c 433	SAT : 20915 SAT variables, 2937761 SAT clauses, 141359377 bytes
427.79/433.05	c 433	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
427.86/433.13	c 433	SOLVING HOME/temp.cnf
427.86/433.13	c 433	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
427.86/433.13	c 433	This is MiniSat 2.0 beta
427.86/433.13	c 433	WARNING: for repeatability, setting FPU to use double precision
427.86/433.13	c 433	============================[ Problem Statistics ]=============================
427.86/433.13	c 433	|                                                                             |
427.86/433.14	c 433	|  Number of variables:  20915                                                |
427.86/433.14	c 433	|  Number of clauses:    2937761                                              |
430.82/436.16	c 436	|  Parsing time:         2.67         s                                       |
431.02/436.35	c 436	============================[ Search Statistics ]==============================
431.02/436.35	c 436	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
431.02/436.35	c 436	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
431.02/436.35	c 436	===============================================================================
431.02/436.35	c 436	|         0 |   20915  2937761 25152684 |   979253        0    nan |  0.000 % |
431.21/436.53	c 437	|       100 |   20915  2937761 25152684 |  1077179      100     10 |  0.000 % |
431.31/436.67	c 437	|       250 |   20915  2937761 25152684 |  1184896      250      7 |  0.000 % |
431.51/436.87	c 437	|       475 |   20915  2937761 25152684 |  1303386      475      8 |  0.000 % |
431.71/437.04	c 437	|       812 |   20915  2937761 25152684 |  1433725      812     11 |  0.000 % |
432.01/437.36	c 437	|      1318 |   20915  2937761 25152684 |  1577097     1318     11 |  0.000 % |
432.50/437.86	c 438	|      2077 |   20915  2937761 25152684 |  1734807     2077     11 |  0.000 % |
432.69/438.05	c 438	|      3216 |   20915  2937761 25152684 |  1908288     3216     11 |  0.000 % |
432.99/438.35	c 438	|      4924 |   20915  2937761 25152684 |  2099117     4924     10 |  0.000 % |
433.88/439.28	c 439	|      7486 |   20915  2937761 25152684 |  2309028     7486     12 |  0.000 % |
435.27/440.61	c 441	|     11330 |   20915  2937761 25152684 |  2539931    11330     12 |  0.000 % |
436.95/442.31	c 442	|     17096 |   20915  2937761 25152684 |  2793924    17096     12 |  0.000 % |
442.60/448.05	c 448	|     25747 |   20915  2937761 25152684 |  3073317    25747     12 |  0.000 % |
444.78/450.23	c 450	|     38723 |   20915  2937761 25152684 |  3380649    38723     12 |  0.000 % |
451.12/456.61	c 457	|     58184 |   20915  2937761 25152684 |  3718714    58184     13 |  0.000 % |
463.69/469.31	c 469	|     87376 |   20915  2937761 25152684 |  4090585    87376     13 |  0.000 % |
498.46/504.40	c 505	|    131167 |   20914  2937761 25152684 |  4499644   131166     14 |  0.005 % |
531.04/537.34	c 537	|    196852 |   20914  2937761 25152684 |  4949608   196851     14 |  0.005 % |
598.80/605.70	c 606	|    295378 |   20912  2937761 25152684 |  5444569   295375     14 |  0.014 % |
686.26/694.03	c 694	|    443167 |   20912  2937761 25152684 |  5989026   443164     14 |  0.014 % |
788.28/797.07	c 797	|    664850 |   20912  2937761 25152684 |  6587928   664847     14 |  0.014 % |
1056.91/1068.27	c 1068	|    997375 |   20912  2937516 25151212 |  7246721   997369     15 |  0.014 % |
1800.06/1817.22	c ERROR INTERRUPTED
1800.06/1817.27	s UNKNOWN
1800.06/1817.27	c 1817	CPU 426.37 (0.03 0.01 426.34 1.53)
1800.06/1817.27	c 1817	END Fri Jul  4 19:30:00 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076976-1215190783/watcher-1076976-1215190783 -o /tmp/evaluation-result-1076976-1215190783/solver-1076976-1215190783 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1076976-1215190783.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.09 2.03 7/91 12446
/proc/meminfo: memFree=186120/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=12268 CPUtime=0
/proc/12446/stat : 12446 (sugar) R 12444 12446 8597 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1998050578 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/12446/statm: 3067 316 241 3 0 167 0

[startup+0.0506621 s]
/proc/loadavg: 2.15 2.09 2.03 7/91 12446
/proc/meminfo: memFree=186120/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.03
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 1998050578 13926400 792 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102489 s]
/proc/loadavg: 2.15 2.09 2.03 7/91 12446
/proc/meminfo: memFree=186120/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.03
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998050578 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301533 s]
/proc/loadavg: 2.15 2.09 2.03 7/91 12446
/proc/meminfo: memFree=186120/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.03
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998050578 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701609 s]
/proc/loadavg: 2.15 2.09 2.03 7/91 12446
/proc/meminfo: memFree=186120/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.03
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998050578 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 2.15 2.09 2.03 4/103 12459
/proc/meminfo: memFree=167072/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.81
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 972 7919 0 1 3 0 72 6 15 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 13600

[startup+3.10207 s]
/proc/loadavg: 2.15 2.09 2.03 4/103 12469
/proc/meminfo: memFree=160096/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.82
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 972 7919 0 1 3 1 72 6 15 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
[pid=12460] ppid=12446 vsize=5356 CPUtime=0
/proc/12460/stat : 12460 (sh) S 12446 12446 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998050703 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12460/statm: 1339 233 193 169 0 50 0
[pid=12461] ppid=12460 vsize=864240 CPUtime=1.47
/proc/12461/stat : 12461 (java) S 12460 12446 8597 0 -1 0 12569 0 1 0 140 7 0 0 18 0 9 0 1998050703 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12461/statm: 216060 11804 2540 9 0 210635 0
[pid=12461/tid=12462] ppid=12460 vsize=864240 CPUtime=0.7
/proc/12461/task/12462/stat : 12462 (java) S 12460 12446 8597 0 -1 64 2929 0 1 0 68 2 0 0 16 0 9 0 1998050704 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12463] ppid=12460 vsize=864240 CPUtime=0.65
/proc/12461/task/12463/stat : 12463 (java) R 12460 12446 8597 0 -1 64 8600 0 0 0 62 3 0 0 17 0 9 0 1998050705 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 102514641 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12464] ppid=12460 vsize=864240 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12460 12446 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998050705 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12460 vsize=864240 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12460 12446 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998050705 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12460 vsize=864240 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998050708 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12467] ppid=12460 vsize=864240 CPUtime=0.08
/proc/12461/task/12467/stat : 12467 (java) S 12460 12446 8597 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1998050708 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12468] ppid=12460 vsize=864240 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998050714 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12469] ppid=12460 vsize=864240 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998050714 884981760 11804 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 883196

[startup+6.30266 s]
/proc/loadavg: 2.29 2.12 2.04 4/92 12469
/proc/meminfo: memFree=850808/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.82
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 972 7919 0 1 3 1 72 6 16 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
[pid=12460] ppid=12446 vsize=5356 CPUtime=0
/proc/12460/stat : 12460 (sh) S 12446 12446 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998050703 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12460/statm: 1339 233 193 169 0 50 0
[pid=12461] ppid=12460 vsize=868380 CPUtime=4.53
/proc/12461/stat : 12461 (java) S 12460 12446 8597 0 -1 0 34717 0 1 0 436 17 0 0 18 0 9 0 1998050703 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12461/statm: 217095 33880 2540 9 0 211670 0
[pid=12461/tid=12462] ppid=12460 vsize=868380 CPUtime=1.91
/proc/12461/task/12462/stat : 12462 (java) R 12460 12446 8597 0 -1 64 3729 0 1 0 189 2 0 0 16 0 9 0 1998050704 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 103215104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12463] ppid=12460 vsize=868380 CPUtime=2.42
/proc/12461/task/12463/stat : 12463 (java) R 12460 12446 8597 0 -1 64 28849 0 0 0 229 13 0 0 25 0 9 0 1998050705 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12464] ppid=12460 vsize=868380 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12460 12446 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998050705 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12465] ppid=12460 vsize=868380 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12460 12446 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998050705 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12461/tid=12466] ppid=12460 vsize=868380 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998050708 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12467] ppid=12460 vsize=868380 CPUtime=0.17
/proc/12461/task/12467/stat : 12467 (java) S 12460 12446 8597 0 -1 64 1442 0 0 0 17 0 0 0 16 0 9 0 1998050708 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12468] ppid=12460 vsize=868380 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998050714 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12469] ppid=12460 vsize=868380 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998050714 889221120 33880 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 887336

[startup+12.7019 s]
/proc/loadavg: 2.27 2.12 2.04 3/92 12469
/proc/meminfo: memFree=779256/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.82
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 973 7919 0 1 3 1 72 6 16 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
[pid=12460] ppid=12446 vsize=5356 CPUtime=0
/proc/12460/stat : 12460 (sh) S 12446 12446 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998050703 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12460/statm: 1339 233 193 169 0 50 0
[pid=12461] ppid=12460 vsize=868492 CPUtime=10.87
/proc/12461/stat : 12461 (java) S 12460 12446 8597 0 -1 0 63632 0 1 0 1054 33 0 0 18 0 9 0 1998050703 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12461/statm: 217123 43230 2565 9 0 211670 0
[pid=12461/tid=12462] ppid=12460 vsize=868492 CPUtime=5.86
/proc/12461/task/12462/stat : 12462 (java) R 12460 12446 8597 0 -1 64 4662 0 1 0 580 6 0 0 25 0 9 0 1998050704 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4126955552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12463] ppid=12460 vsize=868492 CPUtime=4.75
/proc/12461/task/12463/stat : 12463 (java) S 12460 12446 8597 0 -1 64 56795 0 0 0 450 25 0 0 16 0 9 0 1998050705 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12464] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12460 12446 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998050705 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12465] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12460 12446 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998050705 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12466] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998050708 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12467] ppid=12460 vsize=868492 CPUtime=0.23
/proc/12461/task/12467/stat : 12467 (java) S 12460 12446 8597 0 -1 64 1478 0 0 0 23 0 0 0 17 0 9 0 1998050708 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12468] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998050714 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12469] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998050714 889335808 43230 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 887448

[startup+25.5023 s]
/proc/loadavg: 2.21 2.12 2.04 5/92 12469
/proc/meminfo: memFree=768504/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.82
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 973 7919 0 1 3 1 72 6 16 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
[pid=12460] ppid=12446 vsize=5356 CPUtime=0
/proc/12460/stat : 12460 (sh) S 12446 12446 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998050703 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12460/statm: 1339 233 193 169 0 50 0
[pid=12461] ppid=12460 vsize=868492 CPUtime=23.54
/proc/12461/stat : 12461 (java) S 12460 12446 8597 0 -1 0 63811 0 1 0 2315 39 0 0 18 0 9 0 1998050703 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12461/statm: 217123 43359 2565 9 0 211670 0
[pid=12461/tid=12462] ppid=12460 vsize=868492 CPUtime=18.22
/proc/12461/task/12462/stat : 12462 (java) R 12460 12446 8597 0 -1 64 4712 0 1 0 1810 12 0 0 25 0 9 0 1998050704 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4126597192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12463] ppid=12460 vsize=868492 CPUtime=5.05
/proc/12461/task/12463/stat : 12463 (java) S 12460 12446 8597 0 -1 64 56919 0 0 0 480 25 0 0 16 0 9 0 1998050705 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12464] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12464/stat : 12464 (java) S 12460 12446 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998050705 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12465] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12465/stat : 12465 (java) S 12460 12446 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998050705 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12466] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12466/stat : 12466 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998050708 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12467] ppid=12460 vsize=868492 CPUtime=0.24
/proc/12461/task/12467/stat : 12467 (java) S 12460 12446 8597 0 -1 64 1483 0 0 0 24 0 0 0 17 0 9 0 1998050708 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12468] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12468/stat : 12468 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998050714 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12461/tid=12469] ppid=12460 vsize=868492 CPUtime=0
/proc/12461/task/12469/stat : 12469 (java) S 12460 12446 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998050714 889335808 43359 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.36
Current children cumulated vsize (KiB) 887448

[startup+51.1021 s]
/proc/loadavg: 2.14 2.11 2.04 3/92 12469
/proc/meminfo: memFree=739704/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=0.82
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 973 7919 0 1 3 1 72 6 16 0 1 0 1998050578 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 797 370 3 0 500 0
[pid=12460] ppid=12446 vsize=5356 CPUtime=0
/proc/12460/stat : 12460 (sh) S 12446 12446 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998050703 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12460/statm: 1339 233 193 169 0 50 0
[pid=12461] ppid=12460 vsize=868492 CPUtime=48.87
/proc/12461/stat : 12461 (java) S 12460 12446 8597 0 -1 0 67731 0 1 0 4838 49 0 0 18 0 9 0 1998050703 889335808 47201 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=353584 CPUtime=979.77
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 86851 0 0 0 97907 70 0 0 25 0 1 0 1998093892 362070016 86837 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12477/statm: 88396 86837 76 150 0 88243 0
Current children cumulated CPU time (s) 1407.67
Current children cumulated vsize (KiB) 372540

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12477
/proc/meminfo: memFree=451640/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=358016 CPUtime=1039.2
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 87974 0 0 0 103849 71 0 0 25 0 1 0 1998093892 366608384 87960 996147200 134512640 135127466 4294956224 18446744073709551615 134530796 0 0 4096 3 0 0 0 17 1 0 0
/proc/12477/statm: 89504 87960 76 150 0 89351 0
Current children cumulated CPU time (s) 1467.1
Current children cumulated vsize (KiB) 376972

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12477
/proc/meminfo: memFree=448504/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=361048 CPUtime=1098.63
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 88739 0 0 0 109791 72 0 0 25 0 1 0 1998093892 369713152 88725 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12477/statm: 90262 88725 76 150 0 90109 0
Current children cumulated CPU time (s) 1526.53
Current children cumulated vsize (KiB) 380004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12477
/proc/meminfo: memFree=445368/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=364104 CPUtime=1158.07
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 89507 0 0 0 115734 73 0 0 25 0 1 0 1998093892 372842496 89493 996147200 134512640 135127466 4294956224 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/12477/statm: 91026 89493 76 150 0 90873 0
Current children cumulated CPU time (s) 1585.97
Current children cumulated vsize (KiB) 383060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 12477
/proc/meminfo: memFree=442296/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=367168 CPUtime=1217.5
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 90274 0 0 0 121676 74 0 0 25 0 1 0 1998093892 375980032 90260 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12477/statm: 91792 90260 76 150 0 91639 0
Current children cumulated CPU time (s) 1645.4
Current children cumulated vsize (KiB) 386124

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 12518
/proc/meminfo: memFree=394240/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=369932 CPUtime=1277.37
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 90968 0 0 0 127662 75 0 0 25 0 1 0 1998093892 378810368 90954 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12477/statm: 92483 90954 76 150 0 92330 0
Current children cumulated CPU time (s) 1705.27
Current children cumulated vsize (KiB) 388888

[startup+1782.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/84 12569
/proc/meminfo: memFree=1172744/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=371976 CPUtime=1337.28
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 91503 0 0 0 133650 78 0 0 25 0 1 0 1998093892 380903424 91489 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12477/statm: 92994 91489 76 150 0 92841 0
Current children cumulated CPU time (s) 1765.18
Current children cumulated vsize (KiB) 390932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 12569
/proc/meminfo: memFree=1170312/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=373316 CPUtime=1372.16
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 91838 0 0 0 137138 78 0 0 25 0 1 0 1998093892 382275584 91824 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12477/statm: 93329 91824 76 150 0 93176 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 392272

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

[startup+1817.21 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 12569
/proc/meminfo: memFree=1170312/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.9
/proc/12446/stat : 12446 (sugar) S 12444 12446 8597 0 -1 4194304 1032 116995 0 2 3 1 42634 152 16 0 1 0 1998050578 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12446/statm: 3400 799 370 3 0 500 0
[pid=12476] ppid=12446 vsize=5356 CPUtime=0
/proc/12476/stat : 12476 (sh) S 12446 12446 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998093891 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12476/statm: 1339 232 193 169 0 50 0
[pid=12477] ppid=12476 vsize=373316 CPUtime=1372.16
/proc/12477/stat : 12477 (minisat) R 12476 12446 8597 0 -1 4194304 91838 0 0 0 137138 78 0 0 25 0 1 0 1998093892 382275584 91824 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12477/statm: 93329 91824 76 150 0 93176 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 392272

# WARNING:
# current cumulated CPU time (427.95 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1372.11 s) to the 'lost time'.

[startup+1817.32 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 12569
/proc/meminfo: memFree=1170312/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.95
/proc/12446/stat : 12446 (sugar) R 12444 12446 8597 0 -1 4194304 1069 117272 0 2 3 5 42634 153 17 0 1 0 1998050578 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12446/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 427.95
Current children cumulated vsize (KiB) 13600

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

[startup+1817.32 s]
/proc/loadavg: 1.97 1.98 1.99 3/84 12569
/proc/meminfo: memFree=1170312/2055920 swapFree=4117752/4192956
[pid=12446] ppid=12444 vsize=13600 CPUtime=427.95
/proc/12446/stat : 12446 (sugar) R 12444 12446 8597 0 -1 4194304 1069 117272 0 2 3 5 42634 153 17 0 1 0 1998050578 13926400 800 996147200 4194304 4206940 548682068560 18446744073709551615 208717714473 0 0 4224 16386 0 0 0 17 0 0 0
/proc/12446/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 427.95
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1372.11
#  lost CPU user time (s): 1371.38
#  lost CPU system time (s): 0.73

Real time (s): 1817.34
CPU time (s): 1800.11
CPU user time (s): 1797.77
CPU system time (s): 2.34175
CPU usage (%): 99.0518
Max. virtual memory (cumulated for all children) (KiB): 908012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.385
system time used= 1.61175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118375
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= 15961
involuntary context switches= 30733

runsolver used 2.05669 second user time and 6.21505 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 18:59:43
IDJOB=1076976
IDBENCH=56621
IDSOLVER=346
FILE ID=node47/1076976-1215190783
PBS_JOBID= 7881552
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-03.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076976-1215190783/watcher-1076976-1215190783 -o /tmp/evaluation-result-1076976-1215190783/solver-1076976-1215190783 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1076976-1215190783.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28060cd6a868436f27486ab90f32461
RANDOM SEED=1473250504

node47.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.281
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.281
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:        186984 kB
Buffers:         14784 kB
Cached:         206212 kB
SwapCached:      69024 kB
Active:        1714356 kB
Inactive:        96328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        186984 kB
SwapTotal:     4192956 kB
SwapFree:      4117752 kB
Dirty:           23652 kB
Writeback:           0 kB
Mapped:        1606028 kB
Slab:            39952 kB
Committed_AS:  5583596 kB
PageTables:       5328 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= 66504 MiB
End job on node47 at 2008-07-04 19:30:02