Trace number 1058072

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.03 1807.65

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-14.xml
MD5SUM872c261f2ab1a686494df34522240c16
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark143.661
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints1599
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1114
Global constraints used (with number of constraints)alldifferent(485)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Thu Jul  3 21:21:50 2008
0.01/0.12	c 0	PID 23612
0.01/0.12	c 0	HOST node74.alineos.net
0.01/0.12	c 0	CONVERTING HOME/instance-1058072-1215112910.xml TO HOME/temp.csp
0.01/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058072-1215112910.xml' 'HOME/temp.csp'
0.03/0.88	c 1	247 domains, 400 variables, 1 predicates, 0 relations, 1599 constraints
0.03/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.91	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.03/0.99	c 1	Parsing HOME/temp.csp
1.14/1.32	c 1	parsed 2247 expressions
1.14/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.33	c 1	Converting to clausal form CSP
1.14/1.37	c 1	converted 225 (10%) expressions
1.14/1.38	c 1	converted 450 (20%) expressions
1.23/1.42	c 1	converted 675 (30%) expressions
1.43/1.62	c 1	converted 899 (40%) expressions
1.53/1.75	c 2	converted 1124 (50%) expressions
1.63/1.84	c 2	converted 1349 (60%) expressions
1.73/1.91	c 2	converted 1573 (70%) expressions
2.52/2.73	c 3	converted 1798 (80%) expressions
9.35/9.65	c 9	converted 2023 (90%) expressions
17.27/17.61	c 17	converted 2247 (100%) expressions
17.27/17.61	c 17	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
17.27/17.61	c 17	Heap : 254 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.27/17.61	c 17	Propagation in CSP
20.34/20.72	c 21	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.34/20.72	c 21	CSP : 400 integers, 0 booleans, 43150 clauses, largest domain size 26
20.34/20.72	c 21	Heap : 268 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.34/20.77	c 21	Simplifing CSP by introducing new Boolean variables
20.74/21.12	c 21	CSP : 400 integers, 85678 booleans, 128828 clauses, largest domain size 26
20.74/21.12	c 21	Heap : 286 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.42/22.81	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.42/22.87	c 23	40 (10%) CSP integer variables are encoded (623 clauses, 6715 bytes)
22.42/22.88	c 23	80 (20%) CSP integer variables are encoded (1247 clauses, 14194 bytes)
22.42/22.89	c 23	120 (30%) CSP integer variables are encoded (1897 clauses, 22644 bytes)
22.42/22.89	c 23	160 (40%) CSP integer variables are encoded (2527 clauses, 30834 bytes)
22.42/22.89	c 23	200 (50%) CSP integer variables are encoded (3172 clauses, 39219 bytes)
22.42/22.89	c 23	240 (60%) CSP integer variables are encoded (3185 clauses, 39388 bytes)
22.42/22.89	c 23	280 (70%) CSP integer variables are encoded (3193 clauses, 39492 bytes)
22.42/22.90	c 23	320 (80%) CSP integer variables are encoded (3205 clauses, 39648 bytes)
22.42/22.90	c 23	360 (90%) CSP integer variables are encoded (3222 clauses, 39869 bytes)
22.42/22.90	c 23	400 (100%) CSP integer variables are encoded (3244 clauses, 40155 bytes)
23.11/23.57	c 23	12883 (10%) CSP clauses are encoded (143489 clauses, 2544894 bytes)
23.80/24.23	c 24	25766 (20%) CSP clauses are encoded (296388 clauses, 5385627 bytes)
24.40/24.88	c 25	38649 (30%) CSP clauses are encoded (448698 clauses, 8217141 bytes)
25.10/25.53	c 25	51532 (40%) CSP clauses are encoded (602672 clauses, 11128053 bytes)
25.69/26.17	c 26	64414 (50%) CSP clauses are encoded (754921 clauses, 13968045 bytes)
26.39/26.81	c 27	77297 (60%) CSP clauses are encoded (906127 clauses, 16788917 bytes)
26.98/27.43	c 27	90180 (70%) CSP clauses are encoded (1056238 clauses, 19608589 bytes)
27.57/28.09	c 28	103063 (80%) CSP clauses are encoded (1208719 clauses, 22495052 bytes)
28.26/28.73	c 29	115946 (90%) CSP clauses are encoded (1358212 clauses, 25287777 bytes)
28.85/29.37	c 29	128828 (100%) CSP clauses are encoded (1508453 clauses, 28133989 bytes)
28.85/29.37	c 29	128828 CSP clauses encoded
28.85/29.37	c 29	Writing map file : HOME/temp.map
28.96/29.40	c 29	Heap : 306 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.96/29.40	c 29	SAT : 89165 SAT variables, 1508453 SAT clauses, 28133989 bytes
28.96/29.40	c 29	Heap : 306 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.96/29.50	c 29	SOLVING HOME/temp.cnf
28.96/29.50	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
29.04/29.50	c 29	This is MiniSat 2.0 beta
29.04/29.50	c 29	WARNING: for repeatability, setting FPU to use double precision
29.04/29.50	c 29	============================[ Problem Statistics ]=============================
29.04/29.50	c 29	|                                                                             |
29.04/29.50	c 29	|  Number of variables:  89165                                                |
29.04/29.50	c 29	|  Number of clauses:    1508453                                              |
29.82/30.30	c 30	|  Parsing time:         0.68         s                                       |
29.82/30.35	c 30	============================[ Search Statistics ]==============================
29.82/30.35	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.82/30.35	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.82/30.35	c 30	===============================================================================
29.82/30.35	c 30	|         0 |   89165  1508453  4355886 |   502817        0    nan |  0.000 % |
30.51/31.04	c 31	|       100 |   89165  1508453  4355886 |   553099      100     23 |  0.000 % |
31.50/32.05	c 32	|       250 |   89165  1508453  4355886 |   608409      250     25 |  0.000 % |
33.18/33.77	c 34	|       477 |   89165  1508453  4355886 |   669250      477     35 |  0.000 % |
36.65/37.26	c 37	|       815 |   89165  1508453  4355886 |   736175      815     48 |  0.000 % |
39.32/39.97	c 40	|      1322 |   89165  1508453  4355886 |   809792     1322     43 |  0.000 % |
41.90/42.60	c 42	|      2082 |   89165  1508453  4355886 |   890772     2082     36 |  0.000 % |
47.84/48.59	c 48	|      3222 |   89165  1508453  4355886 |   979849     3222     38 |  0.000 % |
56.56/57.37	c 57	|      4930 |   89165  1508453  4355886 |  1077834     4930     38 |  0.000 % |
63.99/64.84	c 65	|      7492 |   89165  1508453  4355886 |  1185617     7492     33 |  0.000 % |
78.85/79.82	c 80	|     11336 |   89165  1508453  4355886 |  1304179    11336     34 |  0.000 % |
109.25/110.54	c 110	|     17102 |   89165  1508453  4355886 |  1434597    17102     38 |  0.000 % |
150.65/152.34	c 152	|     25753 |   89165  1508453  4355886 |  1578057    25753     39 |  0.000 % |
241.97/244.51	c 244	|     38729 |   89165  1508453  4355886 |  1735862    38729     49 |  0.000 % |
435.52/439.92	c 440	|     58191 |   89165  1508453  4355886 |  1909449    58191     64 |  0.000 % |
640.56/646.96	c 647	|     87383 |   89165  1508453  4355886 |  2100394    87383     68 |  0.000 % |
976.64/983.81	c 984	|    131173 |   89165  1508453  4355886 |  2310433   131173     71 |  0.000 % |
1265.19/1272.52	c 1272	|    196858 |   89165  1508453  4355886 |  2541476   196858     63 |  0.000 % |
1800.03/1807.61	c ERROR INTERRUPTED
1800.03/1807.64	s UNKNOWN
1800.03/1807.64	c 1807	CPU 28.22 (0.04 0.01 28.18 0.81)
1800.03/1807.64	c 1807	END Thu Jul  3 21:51:57 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-1058072-1215112910/watcher-1058072-1215112910 -o /tmp/evaluation-result-1058072-1215112910/solver-1058072-1215112910 -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-1058072-1215112910.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.00 2.00 2.00 4/73 23612
/proc/meminfo: memFree=1617544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=18572 CPUtime=0
/proc/23612/stat : 23612 (runsolver) R 23610 23612 22996 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1990242109 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23612/statm: 4643 292 257 25 0 2626 0

[startup+0.104557 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23612
/proc/meminfo: memFree=1617544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=12808 CPUtime=0.01
/proc/23612/stat : 23612 (sugar) R 23610 23612 22996 0 -1 4194304 585 0 0 0 1 0 0 0 18 0 1 0 1990242109 13115392 553 996147200 4194304 4206940 548682068608 18446744073709551615 228794420900 0 0 4224 0 0 0 0 17 1 0 0
/proc/23612/statm: 3202 553 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.201585 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23612
/proc/meminfo: memFree=1617544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.03
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990242109 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301592 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23612
/proc/meminfo: memFree=1617544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.03
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990242109 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701675 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 23612
/proc/meminfo: memFree=1617544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.03
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990242109 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50283 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 23634
/proc/meminfo: memFree=1609904/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.77
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 974 5171 0 1 3 0 70 4 15 0 1 0 1990242109 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 797 370 3 0 500 0
[pid=23625] ppid=23612 vsize=5356 CPUtime=0
/proc/23625/stat : 23625 (sh) S 23612 23612 22996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990242200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23625/statm: 1339 233 193 169 0 50 0
[pid=23626] ppid=23625 vsize=864160 CPUtime=0.56
/proc/23626/stat : 23626 (java) S 23625 23612 22996 0 -1 0 4273 0 1 0 54 2 0 0 18 0 9 0 1990242201 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23626/statm: 216040 3701 1732 9 0 210615 0
[pid=23626/tid=23627] ppid=23625 vsize=864160 CPUtime=0.39
/proc/23626/task/23627/stat : 23627 (java) R 23625 23612 22996 0 -1 64 2647 0 1 0 38 1 0 0 18 0 9 0 1990242201 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23628] ppid=23625 vsize=864160 CPUtime=0.03
/proc/23626/task/23628/stat : 23628 (java) R 23625 23612 22996 0 -1 64 569 0 0 0 3 0 0 0 16 0 9 0 1990242203 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23629] ppid=23625 vsize=864160 CPUtime=0
/proc/23626/task/23629/stat : 23629 (java) S 23625 23612 22996 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990242203 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23630] ppid=23625 vsize=864160 CPUtime=0
/proc/23626/task/23630/stat : 23630 (java) S 23625 23612 22996 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1990242203 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23631] ppid=23625 vsize=864160 CPUtime=0
/proc/23626/task/23631/stat : 23631 (java) S 23625 23612 22996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242205 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23632] ppid=23625 vsize=864160 CPUtime=0.11
/proc/23626/task/23632/stat : 23632 (java) S 23625 23612 22996 0 -1 64 366 0 0 0 11 0 0 0 16 0 9 0 1990242205 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23633] ppid=23625 vsize=864160 CPUtime=0
/proc/23626/task/23633/stat : 23633 (java) S 23625 23612 22996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242205 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23634] ppid=23625 vsize=864160 CPUtime=0
/proc/23626/task/23634/stat : 23634 (java) S 23625 23612 22996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242205 884899840 3701 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 883116

[startup+3.10214 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 23634
/proc/meminfo: memFree=1592432/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.77
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 974 5171 0 1 3 0 70 4 15 0 1 0 1990242109 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 797 370 3 0 500 0
[pid=23625] ppid=23612 vsize=5356 CPUtime=0
/proc/23625/stat : 23625 (sh) S 23612 23612 22996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990242200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23625/statm: 1339 233 193 169 0 50 0
[pid=23626] ppid=23625 vsize=868276 CPUtime=2.14
/proc/23626/stat : 23626 (java) S 23625 23612 22996 0 -1 0 12517 0 1 0 206 8 0 0 18 0 9 0 1990242201 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23626/statm: 217069 11702 2540 9 0 211644 0
[pid=23626/tid=23627] ppid=23625 vsize=868276 CPUtime=1.26
/proc/23626/task/23627/stat : 23627 (java) R 23625 23612 22996 0 -1 64 2983 0 1 0 124 2 0 0 25 0 9 0 1990242201 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4126601998 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23628] ppid=23625 vsize=868276 CPUtime=0.66
/proc/23626/task/23628/stat : 23628 (java) S 23625 23612 22996 0 -1 64 7365 0 0 0 62 4 0 0 16 0 9 0 1990242203 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23629] ppid=23625 vsize=868276 CPUtime=0
/proc/23626/task/23629/stat : 23629 (java) S 23625 23612 22996 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990242203 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23630] ppid=23625 vsize=868276 CPUtime=0
/proc/23626/task/23630/stat : 23630 (java) S 23625 23612 22996 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990242203 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23631] ppid=23625 vsize=868276 CPUtime=0
/proc/23626/task/23631/stat : 23631 (java) S 23625 23612 22996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242205 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23632] ppid=23625 vsize=868276 CPUtime=0.2
/proc/23626/task/23632/stat : 23632 (java) S 23625 23612 22996 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 1990242205 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23633] ppid=23625 vsize=868276 CPUtime=0
/proc/23626/task/23633/stat : 23633 (java) S 23625 23612 22996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242205 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23634] ppid=23625 vsize=868276 CPUtime=0
/proc/23626/task/23634/stat : 23634 (java) S 23625 23612 22996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242205 889114624 11702 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 887232

[startup+6.30277 s]
/proc/loadavg: 2.08 2.02 2.01 4/84 23634
/proc/meminfo: memFree=1539632/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.77
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 974 5171 0 1 3 0 70 4 15 0 1 0 1990242109 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 797 370 3 0 500 0
[pid=23625] ppid=23612 vsize=5356 CPUtime=0
/proc/23625/stat : 23625 (sh) S 23612 23612 22996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990242200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23625/statm: 1339 233 193 169 0 50 0
[pid=23626] ppid=23625 vsize=868392 CPUtime=5.31
/proc/23626/stat : 23626 (java) S 23625 23612 22996 0 -1 0 25731 0 1 0 516 15 0 0 18 0 9 0 1990242201 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23626/statm: 217098 24884 2540 9 0 211673 0
[pid=23626/tid=23627] ppid=23625 vsize=868392 CPUtime=3.11
/proc/23626/task/23627/stat : 23627 (java) R 23625 23612 22996 0 -1 64 3719 0 1 0 308 3 0 0 25 0 9 0 1990242201 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23628] ppid=23625 vsize=868392 CPUtime=1.98
/proc/23626/task/23628/stat : 23628 (java) R 23625 23612 22996 0 -1 64 19843 0 0 0 188 10 0 0 16 0 9 0 1990242203 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 102723006 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23629] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23629/stat : 23629 (java) S 23625 23612 22996 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990242203 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23630] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23630/stat : 23630 (java) S 23625 23612 22996 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990242203 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23631] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23631/stat : 23631 (java) S 23625 23612 22996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242205 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23632] ppid=23625 vsize=868392 CPUtime=0.2
/proc/23626/task/23632/stat : 23632 (java) S 23625 23612 22996 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 1990242205 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23633] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23633/stat : 23633 (java) S 23625 23612 22996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242205 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23634] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23634/stat : 23634 (java) S 23625 23612 22996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242205 889233408 24884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 887348

[startup+12.703 s]
/proc/loadavg: 2.15 2.03 2.01 4/84 23634
/proc/meminfo: memFree=1424880/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.77
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 974 5171 0 1 3 0 70 4 16 0 1 0 1990242109 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 797 370 3 0 500 0
[pid=23625] ppid=23612 vsize=5356 CPUtime=0
/proc/23625/stat : 23625 (sh) S 23612 23612 22996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990242200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23625/statm: 1339 233 193 169 0 50 0
[pid=23626] ppid=23625 vsize=868392 CPUtime=11.65
/proc/23626/stat : 23626 (java) S 23625 23612 22996 0 -1 0 61642 0 1 0 1135 30 0 0 18 0 9 0 1990242201 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23626/statm: 217098 52122 2540 9 0 211673 0
[pid=23626/tid=23627] ppid=23625 vsize=868392 CPUtime=6.93
/proc/23626/task/23627/stat : 23627 (java) R 23625 23612 22996 0 -1 64 4498 0 1 0 690 3 0 0 25 0 9 0 1990242201 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23628] ppid=23625 vsize=868392 CPUtime=4.49
/proc/23626/task/23628/stat : 23628 (java) R 23625 23612 22996 0 -1 64 54975 0 0 0 424 25 0 0 16 0 9 0 1990242203 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 102721939 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23629] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23629/stat : 23629 (java) S 23625 23612 22996 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990242203 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23630] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23630/stat : 23630 (java) S 23625 23612 22996 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1990242203 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23631] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23631/stat : 23631 (java) S 23625 23612 22996 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990242205 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23632] ppid=23625 vsize=868392 CPUtime=0.2
/proc/23626/task/23632/stat : 23632 (java) S 23625 23612 22996 0 -1 64 1476 0 0 0 20 0 0 0 16 0 9 0 1990242205 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23633] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23633/stat : 23633 (java) S 23625 23612 22996 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990242205 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23634] ppid=23625 vsize=868392 CPUtime=0
/proc/23626/task/23634/stat : 23634 (java) S 23625 23612 22996 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990242205 889233408 52122 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887348

[startup+25.5025 s]
/proc/loadavg: 2.20 2.05 2.01 3/84 23634
/proc/meminfo: memFree=1287472/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=0.78
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 974 5171 0 1 3 1 70 4 15 0 1 0 1990242109 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23612/statm: 3400 797 370 3 0 500 0
[pid=23625] ppid=23612 vsize=5356 CPUtime=0
/proc/23625/stat : 23625 (sh) S 23612 23612 22996 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990242200 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23625/statm: 1339 233 193 169 0 50 0
[pid=23626] ppid=23625 vsize=868504 CPUtime=24.32
/proc/23626/stat : 23626 (java) S 23625 23612 22996 0 -1 0 110043 0 1 0 2372 60 0 0 18 0 9 0 1990242201 889348096 81569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23626/statm: 217126 81569 2566 9 0 211673 0
[pid=23626/tid=23627] ppid=23625 vsize=868504 CPUtime=14.97
/proc/23626/task/23627/stat : 23627 (java) R 23625 23612 22996 0 -1 64 7519 0 1 0 1487 10 0 0 25 0 9 0 1990242201 889348096 81569 996147200 134512640 134550740 4294955952 18446744073709551615 4126581036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23628] ppid=23625 vsize=868504 CPUtime=9.03
/proc/23626/task/23628/stat : 23628 (java) S 23625 23612 22996 0 -1 64 100304 0 0 0 856 47 0 0 16 0 9 0 1990242203 889348096 81569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23629] ppid=23625 vsize=868504 CPUtime=0
/proc/23626/task/23629/stat : 23629 (java) S 23625 23612 22996 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990242203 889348096 81569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23626/tid=23630] ppid=23625 vsize=868504 CPUtime=0
/proc/23626/task/23630/stat : 23630 (java) S 23625 23612 22996 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990242203 889348096 81569 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1505392/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=132328 CPUtime=1325.91
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 32688 0 0 0 132559 32 0 0 25 0 1 0 1990245059 135503872 32674 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 33082 32674 76 150 0 32929 0
Current children cumulated CPU time (s) 1354.95
Current children cumulated vsize (KiB) 151284

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23664
/proc/meminfo: memFree=1502320/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=135376 CPUtime=1385.88
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 33439 0 0 0 138556 32 0 0 25 0 1 0 1990245059 138625024 33425 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 33844 33425 76 150 0 33691 0
Current children cumulated CPU time (s) 1414.92
Current children cumulated vsize (KiB) 154332

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23665
/proc/meminfo: memFree=1500080/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=137492 CPUtime=1445.85
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 33986 0 0 0 144552 33 0 0 25 0 1 0 1990245059 140791808 33972 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 34373 33972 76 150 0 34220 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 156448

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1497712/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=139912 CPUtime=1505.83
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 34585 0 0 0 150549 34 0 0 25 0 1 0 1990245059 143269888 34571 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 34978 34571 76 150 0 34825 0
Current children cumulated CPU time (s) 1534.87
Current children cumulated vsize (KiB) 158868

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1495536/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=142028 CPUtime=1565.8
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 35148 0 0 0 156545 35 0 0 25 0 1 0 1990245059 145436672 35134 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 35507 35134 76 150 0 35354 0
Current children cumulated CPU time (s) 1594.84
Current children cumulated vsize (KiB) 160984

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1493040/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=144528 CPUtime=1625.76
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 35765 0 0 0 162541 35 0 0 25 0 1 0 1990245059 147996672 35751 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 36132 35751 76 150 0 35979 0
Current children cumulated CPU time (s) 1654.8
Current children cumulated vsize (KiB) 163484

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1490544/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=147036 CPUtime=1685.73
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 36384 0 0 0 168537 36 0 0 25 0 1 0 1990245059 150564864 36370 996147200 134512640 135127466 4294956272 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 36759 36370 76 150 0 36606 0
Current children cumulated CPU time (s) 1714.77
Current children cumulated vsize (KiB) 165992

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1487920/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=149512 CPUtime=1745.7
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 36999 0 0 0 174533 37 0 0 25 0 1 0 1990245059 153100288 36985 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 37378 36985 76 150 0 37225 0
Current children cumulated CPU time (s) 1774.74
Current children cumulated vsize (KiB) 168468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1486960/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=150404 CPUtime=1770.99
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 37246 0 0 0 177062 37 0 0 25 0 1 0 1990245059 154013696 37232 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 37601 37232 76 150 0 37448 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 169360

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

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

[startup+1807.6 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 23666
/proc/meminfo: memFree=1486960/2055920 swapFree=4179604/4192956
[pid=23612] ppid=23610 vsize=13600 CPUtime=29.04
/proc/23612/stat : 23612 (sugar) S 23610 23612 22996 0 -1 4194304 1033 115547 0 2 4 1 2818 81 16 0 1 0 1990242109 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23612/statm: 3400 799 370 3 0 500 0
[pid=23635] ppid=23612 vsize=5356 CPUtime=0
/proc/23635/stat : 23635 (sh) S 23612 23612 22996 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990245059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23635/statm: 1339 232 193 169 0 50 0
[pid=23636] ppid=23635 vsize=150404 CPUtime=1770.99
/proc/23636/stat : 23636 (minisat) R 23635 23612 22996 0 -1 4194304 37246 0 0 0 177062 37 0 0 25 0 1 0 1990245059 154013696 37232 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23636/statm: 37601 37232 76 150 0 37448 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 169360

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23612 and gives
#  childrusage.ru_utime.tv_sec=28
#  childrusage.ru_utime.tv_usec=231708
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=841872
# CPU time returned by wait4() is 29.0736
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.65
CPU time (s): 1800.03
CPU user time (s): 1798.84
CPU system time (s): 1.19
CPU usage (%): 99.5786
Max. virtual memory (cumulated for all children) (KiB): 907836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.2317
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116924
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= 3754
involuntary context switches= 4180

runsolver used 2.23566 second user time and 6.00009 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-03 21:21:50
IDJOB=1058072
IDBENCH=54105
IDSOLVER=346
FILE ID=node74/1058072-1215112910
PBS_JOBID= 7877059
Free space on /tmp= 103208 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-14.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-1058072-1215112910/watcher-1058072-1215112910 -o /tmp/evaluation-result-1058072-1215112910/solver-1058072-1215112910 -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-1058072-1215112910.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 872c261f2ab1a686494df34522240c16
RANDOM SEED=1113855354

node74.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.259
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.259
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:       1618024 kB
Buffers:         31332 kB
Cached:         253952 kB
SwapCached:       6708 kB
Active:         134464 kB
Inactive:       240952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618024 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:          97656 kB
Slab:            47660 kB
Committed_AS:  4012528 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103208 MiB
End job on node74 at 2008-07-03 21:51:59