Trace number 1064673

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.02 1816.91

General information on the benchmark

Namecsp/tdsp/
normalized-C4-2-60.xml
MD5SUM102df41e2ffd0705e5ca663a5dc5468e
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 benchmark1353.87
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:47:27 2008
0.00/0.04	c 0	PID 31418
0.00/0.04	c 0	HOST node8.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1064673-1215143247.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064673-1215143247.xml' 'HOME/temp.csp'
0.03/0.43	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.03/0.47	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.47	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.40/0.55	c 1	Parsing HOME/temp.csp
0.40/0.74	c 1	parsed 1430 expressions
0.40/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.40/0.75	c 1	Converting to clausal form CSP
0.40/0.77	c 1	converted 143 (10%) expressions
0.40/0.92	c 1	converted 286 (20%) expressions
0.40/0.96	c 1	converted 429 (30%) expressions
0.40/0.97	c 1	converted 572 (40%) expressions
0.40/0.98	c 1	converted 715 (50%) expressions
0.91/1.00	c 1	converted 858 (60%) expressions
0.91/1.01	c 1	converted 1001 (70%) expressions
0.91/1.02	c 1	converted 1144 (80%) expressions
0.91/1.03	c 1	converted 1287 (90%) expressions
0.91/1.04	c 1	converted 1430 (100%) expressions
0.91/1.04	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
0.91/1.04	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.04	c 1	Propagation in CSP
0.91/1.07	c 1	496 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.07	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 60
0.91/1.07	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.07	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.11	c 1	CSP : 244 integers, 4704 booleans, 6162 clauses, largest domain size 60
1.02/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.02/1.15	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.17	c 1	25 (10%) CSP integer variables are encoded (830 clauses, 8982 bytes)
1.02/1.17	c 1	49 (20%) CSP integer variables are encoded (1734 clauses, 20451 bytes)
1.02/1.17	c 1	74 (30%) CSP integer variables are encoded (2564 clauses, 31241 bytes)
1.02/1.17	c 1	98 (40%) CSP integer variables are encoded (3424 clauses, 42421 bytes)
1.02/1.17	c 1	122 (50%) CSP integer variables are encoded (4322 clauses, 54095 bytes)
1.02/1.17	c 1	147 (60%) CSP integer variables are encoded (5234 clauses, 65951 bytes)
1.02/1.17	c 1	171 (70%) CSP integer variables are encoded (5429 clauses, 68486 bytes)
1.02/1.18	c 1	196 (80%) CSP integer variables are encoded (5566 clauses, 70267 bytes)
1.02/1.18	c 1	220 (90%) CSP integer variables are encoded (5743 clauses, 72568 bytes)
1.02/1.18	c 1	244 (100%) CSP integer variables are encoded (5886 clauses, 74427 bytes)
1.20/1.39	c 2	617 (10%) CSP clauses are encoded (96713 clauses, 1990924 bytes)
1.71/1.88	c 2	1233 (20%) CSP clauses are encoded (324631 clauses, 7028399 bytes)
1.99/2.15	c 2	1849 (30%) CSP clauses are encoded (452262 clauses, 9812373 bytes)
2.39/2.54	c 3	2465 (40%) CSP clauses are encoded (648806 clauses, 14195361 bytes)
2.80/2.91	c 3	3081 (50%) CSP clauses are encoded (832523 clauses, 18428270 bytes)
3.19/3.37	c 4	3698 (60%) CSP clauses are encoded (1058474 clauses, 23668611 bytes)
3.59/3.71	c 4	4314 (70%) CSP clauses are encoded (1228685 clauses, 27586420 bytes)
3.87/4.04	c 4	4930 (80%) CSP clauses are encoded (1391075 clauses, 31319063 bytes)
4.27/4.42	c 5	5546 (90%) CSP clauses are encoded (1572716 clauses, 35636988 bytes)
4.56/4.77	c 5	6162 (100%) CSP clauses are encoded (1742646 clauses, 39715134 bytes)
4.56/4.77	c 5	6162 CSP clauses encoded
4.56/4.77	c 5	Writing map file : HOME/temp.map
4.56/4.78	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.78	c 5	SAT : 10829 SAT variables, 1742646 SAT clauses, 39715134 bytes
4.56/4.78	c 5	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.56/4.79	c 5	SOLVING HOME/temp.cnf
4.56/4.79	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.56/4.79	c 5	This is MiniSat 2.0 beta
4.56/4.79	c 5	WARNING: for repeatability, setting FPU to use double precision
4.56/4.79	c 5	============================[ Problem Statistics ]=============================
4.56/4.79	c 5	|                                                                             |
4.56/4.79	c 5	|  Number of variables:  10829                                                |
4.56/4.79	c 5	|  Number of clauses:    1742646                                              |
5.45/5.69	c 6	|  Parsing time:         0.75         s                                       |
5.54/5.74	c 6	============================[ Search Statistics ]==============================
5.54/5.74	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.54/5.74	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.54/5.74	c 6	===============================================================================
5.54/5.74	c 6	|         0 |   10829  1742646  6637188 |   580882        0    nan |  0.000 % |
5.85/6.06	c 6	|       100 |   10829  1742646  6637188 |   638970      100     22 |  0.000 % |
6.15/6.37	c 7	|       250 |   10829  1742646  6637188 |   702867      250     23 |  0.000 % |
6.54/6.74	c 7	|       475 |   10829  1742646  6637188 |   773153      475     24 |  0.000 % |
7.04/7.20	c 7	|       815 |   10829  1742646  6637188 |   850469      815     25 |  0.000 % |
7.53/7.76	c 8	|      1321 |   10829  1742646  6637188 |   935516     1321     26 |  0.000 % |
8.42/8.60	c 9	|      2080 |   10829  1742646  6637188 |  1029067     2080     28 |  0.000 % |
9.51/9.73	c 10	|      3219 |   10829  1742646  6637188 |  1131974     3219     33 |  0.000 % |
10.90/11.11	c 11	|      4928 |   10829  1742646  6637188 |  1245172     4928     38 |  0.000 % |
13.28/13.58	c 14	|      7494 |   10829  1742646  6637188 |  1369689     7494     39 |  0.000 % |
17.05/17.30	c 17	|     11339 |   10829  1742646  6637188 |  1506658    11339     70 |  0.000 % |
23.29/23.61	c 24	|     17105 |   10829  1742646  6637188 |  1657324    17105     91 |  0.000 % |
32.41/32.87	c 33	|     25756 |   10829  1742646  6637188 |  1823056    25756     93 |  0.000 % |
48.07/48.66	c 49	|     38730 |   10829  1742646  6637188 |  2005362    38730    102 |  0.000 % |
71.06/71.83	c 72	|     58191 |   10829  1742646  6637188 |  2205898    58191    112 |  0.000 % |
114.41/115.58	c 116	|     87383 |   10829  1742646  6637188 |  2426488    87383    127 |  0.000 % |
177.77/179.38	c 180	|    131173 |   10829  1742646  6637188 |  2669137   131173    132 |  0.000 % |
296.36/298.74	c 299	|    196857 |   10829  1742646  6637188 |  2936050   196857    146 |  0.000 % |
578.56/585.68	c 586	|    295383 |   10829  1742646  6637188 |  3229655   295383    177 |  0.000 % |
1041.21/1050.83	c 1051	|    443173 |   10829  1742646  6637188 |  3552621   443173    185 |  0.000 % |
1800.02/1816.82	c ERROR INTERRUPTED
1800.02/1816.89	s UNKNOWN
1800.02/1816.89	c 1817	CPU 4.27 (0.03 0.01 4.24 0.38)
1800.02/1816.89	c 1817	END Fri Jul  4 06:17:44 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-1064673-1215143247/watcher-1064673-1215143247 -o /tmp/evaluation-result-1064673-1215143247/solver-1064673-1215143247 -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-1064673-1215143247.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.03 2.09 4/84 31418
/proc/meminfo: memFree=1770472/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=12272 CPUtime=0
/proc/31418/stat : 31418 (sugar) R 31416 31418 29037 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1993299756 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228706712165 0 0 4224 0 0 0 0 17 1 0 0
/proc/31418/statm: 3068 327 246 3 0 168 0

[startup+0.0734531 s]
/proc/loadavg: 2.00 2.03 2.09 4/84 31418
/proc/meminfo: memFree=1770472/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.03
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993299756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101448 s]
/proc/loadavg: 2.00 2.03 2.09 4/84 31418
/proc/meminfo: memFree=1770472/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.03
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993299756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301468 s]
/proc/loadavg: 2.00 2.03 2.09 4/84 31418
/proc/meminfo: memFree=1770472/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.03
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1993299756 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701514 s]
/proc/loadavg: 2.00 2.03 2.09 4/84 31418
/proc/meminfo: memFree=1770472/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.4
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 973 4915 0 1 3 0 34 3 15 0 1 0 1993299756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13600

[startup+1.50259 s]
/proc/loadavg: 2.00 2.03 2.09 4/95 31440
/proc/meminfo: memFree=1754192/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.41
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 974 4915 0 1 3 1 34 3 15 0 1 0 1993299756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 797 370 3 0 500 0
[pid=31431] ppid=31418 vsize=5356 CPUtime=0
/proc/31431/stat : 31431 (sh) S 31418 31418 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993299803 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31431/statm: 1339 233 193 169 0 50 0
[pid=31432] ppid=31431 vsize=868488 CPUtime=0.99
/proc/31432/stat : 31432 (java) S 31431 31418 29037 0 -1 0 7098 0 1 0 93 6 0 0 20 0 9 0 1993299804 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 217122 6228 2563 9 0 211669 0
[pid=31432/tid=31433] ppid=31431 vsize=868488 CPUtime=0.67
/proc/31432/task/31433/stat : 31433 (java) R 31431 31418 29037 0 -1 64 2811 0 1 0 64 3 0 0 25 0 9 0 1993299805 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4126556247 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31434] ppid=31431 vsize=868488 CPUtime=0.09
/proc/31432/task/31434/stat : 31434 (java) S 31431 31418 29037 0 -1 64 2123 0 0 0 8 1 0 0 16 0 9 0 1993299806 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31435/stat : 31435 (java) S 31431 31418 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993299806 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31431 31418 29037 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993299806 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31431 31418 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993299808 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31431 vsize=868488 CPUtime=0.19
/proc/31432/task/31438/stat : 31438 (java) S 31431 31418 29037 0 -1 64 1470 0 0 0 19 0 0 0 16 0 9 0 1993299808 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31431 31418 29037 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993299808 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31440/stat : 31440 (java) S 31431 31418 29037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993299808 889331712 6228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887444

[startup+3.10175 s]
/proc/loadavg: 2.00 2.03 2.09 3/95 31440
/proc/meminfo: memFree=1736784/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=0.41
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 974 4915 0 1 3 1 34 3 15 0 1 0 1993299756 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 797 370 3 0 500 0
[pid=31431] ppid=31418 vsize=5356 CPUtime=0
/proc/31431/stat : 31431 (sh) S 31418 31418 29037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993299803 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31431/statm: 1339 233 193 169 0 50 0
[pid=31432] ppid=31431 vsize=868488 CPUtime=2.58
/proc/31432/stat : 31432 (java) S 31431 31418 29037 0 -1 0 7658 0 1 0 239 19 0 0 20 0 9 0 1993299804 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31432/statm: 217122 6238 2563 9 0 211669 0
[pid=31432/tid=31433] ppid=31431 vsize=868488 CPUtime=2.11
/proc/31432/task/31433/stat : 31433 (java) R 31431 31418 29037 0 -1 64 3362 0 1 0 198 13 0 0 25 0 9 0 1993299805 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31434] ppid=31431 vsize=868488 CPUtime=0.23
/proc/31432/task/31434/stat : 31434 (java) S 31431 31418 29037 0 -1 64 2123 0 0 0 19 4 0 0 16 0 9 0 1993299806 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31435] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31435/stat : 31435 (java) S 31431 31418 29037 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993299806 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31436] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31436/stat : 31436 (java) S 31431 31418 29037 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993299806 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31437] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31437/stat : 31437 (java) S 31431 31418 29037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993299808 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31438] ppid=31431 vsize=868488 CPUtime=0.21
/proc/31432/task/31438/stat : 31438 (java) S 31431 31418 29037 0 -1 64 1479 0 0 0 21 0 0 0 16 0 9 0 1993299808 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31439] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31439/stat : 31439 (java) S 31431 31418 29037 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1993299808 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31432/tid=31440] ppid=31431 vsize=868488 CPUtime=0
/proc/31432/task/31440/stat : 31440 (java) S 31431 31418 29037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993299808 889331712 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887444

[startup+6.30245 s]
/proc/loadavg: 2.08 2.05 2.10 3/87 31442
/proc/meminfo: memFree=1655568/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 15 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=90612 CPUtime=1.49
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 21932 0 0 0 134 15 0 0 25 0 1 0 1993300236 92786688 21918 996147200 134512640 135127466 4294956272 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/31442/statm: 22653 21918 76 150 0 22500 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 109568

[startup+12.7027 s]
/proc/loadavg: 2.07 2.05 2.10 3/87 31442
/proc/meminfo: memFree=1611152/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=95408 CPUtime=7.83
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 23127 0 0 0 768 15 0 0 25 0 1 0 1993300236 97697792 23113 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31442/statm: 23852 23113 76 150 0 23699 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 114364

[startup+25.5019 s]
/proc/loadavg: 2.30 2.10 2.11 3/87 31442
/proc/meminfo: memFree=1591824/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=101364 CPUtime=20.51
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 24639 0 0 0 2034 17 0 0 25 0 1 0 1993300236 103796736 24625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31442/statm: 25341 24625 76 150 0 25188 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 120320

[startup+51.1013 s]
/proc/loadavg: 2.19 2.09 2.11 3/87 31442
/proc/meminfo: memFree=1554832/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=111772 CPUtime=45.89
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 27232 0 0 0 4569 20 0 0 25 0 1 0 1993300236 114454528 27218 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31442/statm: 27943 27218 76 150 0 27790 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 130728

[startup+102.306 s]
/proc/loadavg: 2.24 2.10 2.11 3/87 31442
/proc/meminfo: memFree=1473552/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=134608 CPUtime=96.64
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 32920 0 0 0 9637 27 0 0 25 0 1 0 1993300236 137838592 32906 996147200 134512640 135127466 4294956272 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/31442/statm: 33652 32906 76 150 0 33499 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 153564

[startup+162.302 s]
/proc/loadavg: 2.09 2.08 2.10 3/87 31442
/proc/meminfo: memFree=1375568/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1278144/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=470444 CPUtime=1285.69
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 116700 0 0 0 128446 123 0 0 25 0 1 0 1993300236 481734656 116686 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 117611 116686 76 150 0 117458 0
Current children cumulated CPU time (s) 1290.35
Current children cumulated vsize (KiB) 489400

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.02 3/88 31494
/proc/meminfo: memFree=1267968/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=480620 CPUtime=1345.13
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 119264 0 0 0 134386 127 0 0 25 0 1 0 1993300236 492154880 119250 996147200 134512640 135127466 4294956272 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 120155 119250 76 150 0 120002 0
Current children cumulated CPU time (s) 1349.79
Current children cumulated vsize (KiB) 499576

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.01 3/88 31494
/proc/meminfo: memFree=1257600/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=490784 CPUtime=1404.57
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 121815 0 0 0 140328 129 0 0 25 0 1 0 1993300236 502562816 121801 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 122696 121801 76 150 0 122543 0
Current children cumulated CPU time (s) 1409.23
Current children cumulated vsize (KiB) 509740

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.01 3/88 31494
/proc/meminfo: memFree=1247936/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=500420 CPUtime=1464
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 124227 0 0 0 146269 131 0 0 25 0 1 0 1993300236 512430080 124213 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 125105 124213 76 150 0 124952 0
Current children cumulated CPU time (s) 1468.66
Current children cumulated vsize (KiB) 519376

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1238848/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=509396 CPUtime=1523.44
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 126482 0 0 0 152210 134 0 0 25 0 1 0 1993300236 521621504 126468 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 127349 126468 76 150 0 127196 0
Current children cumulated CPU time (s) 1528.1
Current children cumulated vsize (KiB) 528352

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1230208/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=518012 CPUtime=1582.88
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 128650 0 0 0 158152 136 0 0 25 0 1 0 1993300236 530444288 128636 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 129503 128636 76 150 0 129350 0
Current children cumulated CPU time (s) 1587.54
Current children cumulated vsize (KiB) 536968

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1219968/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=528044 CPUtime=1642.31
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 131171 0 0 0 164092 139 0 0 25 0 1 0 1993300236 540717056 131157 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 132011 131157 76 150 0 131858 0
Current children cumulated CPU time (s) 1646.97
Current children cumulated vsize (KiB) 547000

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1210496/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=537552 CPUtime=1701.75
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 133547 0 0 0 170033 142 0 0 25 0 1 0 1993300236 550453248 133533 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 134388 133533 76 150 0 134235 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 556508

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1201280/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=546404 CPUtime=1761.19
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 135795 0 0 0 175974 145 0 0 25 0 1 0 1993300236 559517696 135781 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 136601 135781 76 150 0 136448 0
Current children cumulated CPU time (s) 1765.85
Current children cumulated vsize (KiB) 565360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 1.99 2.00 2.00 3/88 31494
/proc/meminfo: memFree=1196032/2055920 swapFree=4179560/4192956
[pid=31418] ppid=31416 vsize=13600 CPUtime=4.66
/proc/31418/stat : 31418 (sugar) S 31416 31418 29037 0 -1 4194304 1032 13458 0 2 3 1 424 38 16 0 1 0 1993299756 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31418/statm: 3400 798 370 3 0 500 0
[pid=31441] ppid=31418 vsize=5356 CPUtime=0
/proc/31441/stat : 31441 (sh) S 31418 31418 29037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993300235 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31441/statm: 1339 232 193 169 0 50 0
[pid=31442] ppid=31441 vsize=551688 CPUtime=1795.36
/proc/31442/stat : 31442 (minisat) R 31441 31418 29037 0 -1 4194304 137108 0 0 0 179390 146 0 0 25 0 1 0 1993300236 564928512 137094 996147200 134512640 135127466 4294956272 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/31442/statm: 137922 137094 76 150 0 137769 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 570644

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31418 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=283348
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=415936
# CPU time returned by wait4() is 4.69928
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.91
CPU time (s): 1800.02
CPU user time (s): 1798.17
CPU system time (s): 1.85
CPU usage (%): 99.0703
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.28335
system time used= 0.415936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14833
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= 10442
involuntary context switches= 10463

runsolver used 1.9987 second user time and 5.64814 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-04 05:47:27
IDJOB=1064673
IDBENCH=54973
IDSOLVER=346
FILE ID=node8/1064673-1215143247
PBS_JOBID= 7877290
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-2-60.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-1064673-1215143247/watcher-1064673-1215143247 -o /tmp/evaluation-result-1064673-1215143247/solver-1064673-1215143247 -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-1064673-1215143247.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 102df41e2ffd0705e5ca663a5dc5468e
RANDOM SEED=507460948

node8.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.222
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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1771016 kB
Buffers:         11644 kB
Cached:         122496 kB
SwapCached:       6756 kB
Active:         152700 kB
Inactive:        79624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771016 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3008 kB
Writeback:           0 kB
Mapped:         109660 kB
Slab:            37584 kB
Committed_AS:  3976684 kB
PageTables:       1908 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= 66532 MiB
End job on node8 at 2008-07-04 06:17:46