Trace number 1041990

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.32 1818.81

General information on the benchmark

Namecsp/allsquares/
normalized-squares-35-35.xml
MD5SUM5c86e9b78837e9747aa3f584bf98e3ce
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2450
Number of constraints2978
Maximum constraint arity35
Maximum domain size123
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2381
Global constraints used (with number of constraints)cumulative(2),weightedsum(595)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:33:33 2008
0.00/0.04	c 0	PID 15007
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041990-1215002012.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041990-1215002012.xml' 'HOME/temp.csp'
0.03/0.96	c 1	36 domains, 2450 variables, 2 predicates, 0 relations, 2978 constraints
0.92/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.02	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.92/1.09	c 1	Parsing HOME/temp.csp
0.93/1.56	c 1	parsed 5466 expressions
0.93/1.57	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.57	c 1	Converting to clausal form CSP
0.93/1.60	c 1	converted 547 (10%) expressions
0.93/1.60	c 1	converted 1094 (20%) expressions
0.93/1.62	c 1	converted 1640 (30%) expressions
0.93/1.62	c 1	converted 2187 (40%) expressions
0.93/1.78	c 1	converted 2733 (50%) expressions
0.93/1.84	c 1	converted 3280 (60%) expressions
0.93/1.88	c 1	converted 3827 (70%) expressions
0.93/1.96	c 2	converted 4373 (80%) expressions
0.93/2.01	c 2	converted 4920 (90%) expressions
3.66/3.82	c 3	converted 5466 (100%) expressions
3.66/3.83	c 3	CSP : 19178 integers, 6002 booleans, 50974 clauses, largest domain size 325
3.66/3.83	c 3	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/3.83	c 3	Propagation in CSP
4.06/4.27	c 4	107365 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.06/4.28	c 4	CSP : 19178 integers, 6002 booleans, 50974 clauses, largest domain size 124
4.06/4.28	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.16/4.30	c 4	Simplifing CSP by introducing new Boolean variables
4.16/4.33	c 4	CSP : 19178 integers, 6002 booleans, 50974 clauses, largest domain size 124
4.16/4.33	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.35/4.52	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.35/4.56	c 4	1918 (10%) CSP integer variables are encoded (7192 clauses, 91365 bytes)
4.46/4.60	c 4	3836 (20%) CSP integer variables are encoded (36830 clauses, 535306 bytes)
4.46/4.65	c 4	5754 (30%) CSP integer variables are encoded (77291 clauses, 1142221 bytes)
4.55/4.70	c 4	7672 (40%) CSP integer variables are encoded (118417 clauses, 1808964 bytes)
4.55/4.75	c 4	9589 (50%) CSP integer variables are encoded (156185 clauses, 2451020 bytes)
4.65/4.80	c 4	11507 (60%) CSP integer variables are encoded (194591 clauses, 3103922 bytes)
4.65/4.86	c 4	13425 (70%) CSP integer variables are encoded (235087 clauses, 3792354 bytes)
4.76/4.91	c 5	15343 (80%) CSP integer variables are encoded (275589 clauses, 4480888 bytes)
4.76/4.96	c 5	17261 (90%) CSP integer variables are encoded (315011 clauses, 5151062 bytes)
4.85/5.01	c 5	19178 (100%) CSP integer variables are encoded (352612 clauses, 5790279 bytes)
5.54/5.77	c 5	5098 (10%) CSP clauses are encoded (764597 clauses, 13259857 bytes)
8.77/9.04	c 9	10195 (20%) CSP clauses are encoded (2554670 clauses, 51232953 bytes)
11.55/11.82	c 11	15293 (30%) CSP clauses are encoded (4057368 clauses, 83137126 bytes)
14.40/14.75	c 14	20390 (40%) CSP clauses are encoded (5560065 clauses, 118512370 bytes)
17.25/17.64	c 17	25487 (50%) CSP clauses are encoded (7018005 clauses, 153762147 bytes)
20.89/21.35	c 21	30585 (60%) CSP clauses are encoded (8903824 clauses, 199303955 bytes)
23.91/24.50	c 24	35682 (70%) CSP clauses are encoded (10484666 clauses, 237544080 bytes)
26.85/27.47	c 27	40780 (80%) CSP clauses are encoded (11987364 clauses, 273889901 bytes)
29.66/30.35	c 30	45877 (90%) CSP clauses are encoded (13414613 clauses, 308402995 bytes)
32.97/33.70	c 33	50974 (100%) CSP clauses are encoded (15091444 clauses, 348889539 bytes)
32.97/33.70	c 33	50974 CSP clauses encoded
32.97/33.70	c 33	Writing map file : HOME/temp.map
32.97/33.76	c 33	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.97/33.76	c 33	SAT : 377704 SAT variables, 15091444 SAT clauses, 348889539 bytes
32.97/33.76	c 33	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.05/33.82	c 33	SOLVING HOME/temp.cnf
33.05/33.82	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.05/33.82	c 33	This is MiniSat 2.0 beta
33.05/33.82	c 33	WARNING: for repeatability, setting FPU to use double precision
33.05/33.82	c 33	============================[ Problem Statistics ]=============================
33.05/33.82	c 33	|                                                                             |
33.05/33.82	c 33	|  Number of variables:  377704                                               |
33.05/33.82	c 33	|  Number of clauses:    15091444                                             |
40.77/41.60	c 41	|  Parsing time:         6.75         s                                       |
41.06/41.97	c 42	============================[ Search Statistics ]==============================
41.06/41.97	c 42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.06/41.97	c 42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.06/41.97	c 42	===============================================================================
41.06/41.97	c 42	|         0 |  377704 15091444 44313865 |  5030481        0    nan |  0.000 % |
46.60/47.50	c 47	|       100 |  377704 15091444 44313865 |  5533529      100     91 |  0.000 % |
51.45/52.49	c 52	|       250 |  377704 15091444 44313865 |  6086882      250     64 |  0.000 % |
70.77/71.99	c 72	|       475 |  377704 15091444 44313865 |  6695570      475     80 |  0.000 % |
87.82/89.19	c 89	|       814 |  377704 15091444 44313865 |  7365127      814     70 |  0.000 % |
111.59/113.18	c 113	|      1320 |  377704 15091444 44313865 |  8101640     1320     62 |  0.000 % |
145.17/147.09	c 147	|      2079 |  377704 15091444 44313865 |  8911804     2079     62 |  0.000 % |
203.42/205.84	c 205	|      3218 |  377704 15091444 44313865 |  9802984     3218     65 |  0.000 % |
267.42/270.49	c 270	|      4926 |  377704 15091444 44313865 | 10783283     4926     70 |  0.000 % |
409.67/414.08	c 414	|      7488 |  377704 15091444 44313865 | 11861611     7488     68 |  0.000 % |
598.50/604.69	c 604	|     11333 |  377704 15091444 44313865 | 13047773    11333     69 |  0.000 % |
905.80/914.85	c 914	|     17099 |  377704 15091444 44313865 | 14352550    17099     72 |  0.000 % |
1311.66/1324.58	c 1324	|     25750 |  377704 15091444 44313865 | 15787805    25750     99 |  0.000 % |
1800.09/1818.52	c ERROR INTERRUPTED
1800.20/1818.62	s UNKNOWN
1800.20/1818.62	c 1818	CPU 30.68 (0.04 0 30.64 2.39)
1800.20/1818.62	c 1818	END Wed Jul  2 15:03:51 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-1041990-1215002012/watcher-1041990-1215002012 -o /tmp/evaluation-result-1041990-1215002012/solver-1041990-1215002012 -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-1041990-1215002012.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: 1.91 1.95 1.90 4/73 15007
/proc/meminfo: memFree=1916584/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=12268 CPUtime=0
/proc/15007/stat : 15007 (sugar) R 15005 15007 13057 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 984605874 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15007/statm: 3067 316 241 3 0 167 0

[startup+0.0947031 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 15007
/proc/meminfo: memFree=1916584/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.03
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 984605874 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.1017 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 15007
/proc/meminfo: memFree=1916584/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.03
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 984605874 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301717 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 15007
/proc/meminfo: memFree=1916584/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.03
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 984605874 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701767 s]
/proc/loadavg: 1.91 1.95 1.90 4/73 15007
/proc/meminfo: memFree=1916584/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.03
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 984605874 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50185 s]
/proc/loadavg: 1.91 1.95 1.90 2/84 15019
/proc/meminfo: memFree=1900688/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.93
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 973 7102 0 1 3 0 85 5 16 0 1 0 984605874 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13600

[startup+3.10202 s]
/proc/loadavg: 1.91 1.95 1.90 3/84 15029
/proc/meminfo: memFree=1896208/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.93
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 974 7102 0 1 3 0 85 5 15 0 1 0 984605874 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 797 370 3 0 500 0
[pid=15020] ppid=15007 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (sh) S 15007 15007 13057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984605977 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1339 233 193 169 0 50 0
[pid=15021] ppid=15020 vsize=869652 CPUtime=2.05
/proc/15021/stat : 15021 (java) S 15020 15007 13057 0 -1 0 11434 0 1 0 199 6 0 0 18 0 9 0 984605977 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15021/statm: 217413 10548 2541 9 0 211988 0
[pid=15021/tid=15022] ppid=15020 vsize=869652 CPUtime=1.3
/proc/15021/task/15022/stat : 15022 (java) R 15020 15007 13057 0 -1 64 2857 0 1 0 128 2 0 0 25 0 9 0 984605978 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15023] ppid=15020 vsize=869652 CPUtime=0.49
/proc/15021/task/15023/stat : 15023 (java) R 15020 15007 13057 0 -1 64 6392 0 0 0 46 3 0 0 16 0 9 0 984605979 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 104456977 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15024] ppid=15020 vsize=869652 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15020 15007 13057 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984605979 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15025] ppid=15020 vsize=869652 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15020 15007 13057 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 984605979 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15026] ppid=15020 vsize=869652 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 984605981 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15027] ppid=15020 vsize=869652 CPUtime=0.23
/proc/15021/task/15027/stat : 15027 (java) S 15020 15007 13057 0 -1 64 1491 0 0 0 23 0 0 0 16 0 9 0 984605981 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15028] ppid=15020 vsize=869652 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 984605981 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15029] ppid=15020 vsize=869652 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15020 15007 13057 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 984605981 890523648 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 888608

[startup+6.30234 s]
/proc/loadavg: 1.92 1.95 1.90 3/84 15029
/proc/meminfo: memFree=1856976/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.93
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 974 7102 0 1 3 0 85 5 15 0 1 0 984605874 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 797 370 3 0 500 0
[pid=15020] ppid=15007 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (sh) S 15007 15007 13057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984605977 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1339 233 193 169 0 50 0
[pid=15021] ppid=15020 vsize=869512 CPUtime=5.19
/proc/15021/stat : 15021 (java) S 15020 15007 13057 0 -1 0 15972 0 1 0 497 22 0 0 18 0 9 0 984605977 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15021/statm: 217378 14395 2565 9 0 211925 0
[pid=15021/tid=15022] ppid=15020 vsize=869512 CPUtime=3.73
/proc/15021/task/15022/stat : 15022 (java) R 15020 15007 13057 0 -1 64 3424 0 1 0 359 14 0 0 25 0 9 0 984605978 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4127154376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15023] ppid=15020 vsize=869512 CPUtime=1.12
/proc/15021/task/15023/stat : 15023 (java) S 15020 15007 13057 0 -1 64 10320 0 0 0 106 6 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15024] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15020 15007 13057 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15025] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15020 15007 13057 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15026] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15027] ppid=15020 vsize=869512 CPUtime=0.3
/proc/15021/task/15027/stat : 15027 (java) S 15020 15007 13057 0 -1 64 1534 0 0 0 30 0 0 0 16 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15028] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15029] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15020 15007 13057 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 888468

[startup+12.703 s]
/proc/loadavg: 2.01 1.97 1.91 3/84 15029
/proc/meminfo: memFree=1781776/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.93
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 974 7102 0 1 3 0 85 5 16 0 1 0 984605874 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 797 370 3 0 500 0
[pid=15020] ppid=15007 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (sh) S 15007 15007 13057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984605977 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1339 233 193 169 0 50 0
[pid=15021] ppid=15020 vsize=869512 CPUtime=11.52
/proc/15021/stat : 15021 (java) S 15020 15007 13057 0 -1 0 16459 0 1 0 1084 68 0 0 18 0 9 0 984605977 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15021/statm: 217378 14395 2565 9 0 211925 0
[pid=15021/tid=15022] ppid=15020 vsize=869512 CPUtime=9.83
/proc/15021/task/15022/stat : 15022 (java) R 15020 15007 13057 0 -1 64 3911 0 1 0 927 56 0 0 25 0 9 0 984605978 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4127150452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15023] ppid=15020 vsize=869512 CPUtime=1.34
/proc/15021/task/15023/stat : 15023 (java) S 15020 15007 13057 0 -1 64 10320 0 0 0 125 9 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15024] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15020 15007 13057 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15025] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15020 15007 13057 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15026] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15027] ppid=15020 vsize=869512 CPUtime=0.31
/proc/15021/task/15027/stat : 15027 (java) S 15020 15007 13057 0 -1 64 1534 0 0 0 31 0 0 0 17 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15028] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15029] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15020 15007 13057 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 888468

[startup+25.5013 s]
/proc/loadavg: 2.23 2.02 1.93 3/84 15029
/proc/meminfo: memFree=1622032/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=0.93
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 974 7102 0 1 3 0 85 5 16 0 1 0 984605874 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 797 370 3 0 500 0
[pid=15020] ppid=15007 vsize=5356 CPUtime=0
/proc/15020/stat : 15020 (sh) S 15007 15007 13057 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 984605977 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15020/statm: 1339 233 193 169 0 50 0
[pid=15021] ppid=15020 vsize=869512 CPUtime=24.05
/proc/15021/stat : 15021 (java) S 15020 15007 13057 0 -1 0 17424 0 1 0 2237 168 0 0 18 0 9 0 984605977 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15021/statm: 217378 14395 2565 9 0 211925 0
[pid=15021/tid=15022] ppid=15020 vsize=869512 CPUtime=21.95
/proc/15021/task/15022/stat : 15022 (java) R 15020 15007 13057 0 -1 64 4876 0 1 0 2045 150 0 0 25 0 9 0 984605978 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4127155808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15023] ppid=15020 vsize=869512 CPUtime=1.76
/proc/15021/task/15023/stat : 15023 (java) S 15020 15007 13057 0 -1 64 10320 0 0 0 160 16 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15024] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15024/stat : 15024 (java) S 15020 15007 13057 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15025] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15025/stat : 15025 (java) S 15020 15007 13057 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 984605979 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15026] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15026/stat : 15026 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15027] ppid=15020 vsize=869512 CPUtime=0.31
/proc/15021/task/15027/stat : 15027 (java) S 15020 15007 13057 0 -1 64 1534 0 0 0 31 0 0 0 17 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15028] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15028/stat : 15028 (java) S 15020 15007 13057 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15021/tid=15029] ppid=15020 vsize=869512 CPUtime=0
/proc/15021/task/15029/stat : 15029 (java) S 15020 15007 13057 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 984605981 890380288 14395 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 888468

[startup+51.102 s]
/proc/loadavg: 2.39 2.08 1.95 3/76 15031
/proc/meminfo: memFree=925648/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=659168 CPUtime=17.1
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 160432 0 0 0 1610 100 0 0 25 0 1 0 984609257 674988032 160418 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=689560 CPUtime=1434.92
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 167939 0 0 0 143382 110 0 0 25 0 1 0 984609257 706109440 167925 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172390 167925 76 150 0 172237 0
Current children cumulated CPU time (s) 1467.99
Current children cumulated vsize (KiB) 708516

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 15033
/proc/meminfo: memFree=894352/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=689824 CPUtime=1494.35
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168002 0 0 0 149325 110 0 0 25 0 1 0 984609257 706379776 167988 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172456 167988 76 150 0 172303 0
Current children cumulated CPU time (s) 1527.42
Current children cumulated vsize (KiB) 708780

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 15033
/proc/meminfo: memFree=893904/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=690220 CPUtime=1553.8
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168112 0 0 0 155269 111 0 0 25 0 1 0 984609257 706785280 168098 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172555 168098 76 150 0 172402 0
Current children cumulated CPU time (s) 1586.87
Current children cumulated vsize (KiB) 709176

[startup+1662.3 s]
/proc/loadavg: 1.93 1.98 1.95 3/75 15068
/proc/meminfo: memFree=896344/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=690616 CPUtime=1613.29
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168196 0 0 0 161218 111 0 0 25 0 1 0 984609257 707190784 168182 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15031/statm: 172654 168182 76 150 0 172501 0
Current children cumulated CPU time (s) 1646.36
Current children cumulated vsize (KiB) 709572

[startup+1722.3 s]
/proc/loadavg: 2.02 2.00 1.95 3/83 15230
/proc/meminfo: memFree=830936/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=690880 CPUtime=1672.96
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168252 0 0 0 167183 113 0 0 25 0 1 0 984609257 707461120 168238 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172720 168238 76 150 0 172567 0
Current children cumulated CPU time (s) 1706.03
Current children cumulated vsize (KiB) 709836

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 1.96 3/86 15660
/proc/meminfo: memFree=195904/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=691144 CPUtime=1731.17
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168322 0 0 0 173000 117 0 0 25 0 1 0 984609257 707731456 168308 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172786 168308 76 150 0 172633 0
Current children cumulated CPU time (s) 1764.24
Current children cumulated vsize (KiB) 710100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.5 s]
/proc/loadavg: 2.06 2.02 1.96 3/86 15660
/proc/meminfo: memFree=133440/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1033 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=5356 CPUtime=0
/proc/15030/stat : 15030 (sh) S 15007 15007 13057 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 984609256 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15030/statm: 1339 232 193 169 0 50 0
[pid=15031] ppid=15030 vsize=691276 CPUtime=1767.02
/proc/15031/stat : 15031 (minisat) R 15030 15007 13057 0 -1 4194304 168351 0 0 0 176585 117 0 0 25 0 1 0 984609257 707866624 168337 996147200 134512640 135127466 4294956272 18446744073709551615 134528627 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 172819 168337 76 150 0 172666 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 710232

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

[startup+1818.62 s]
/proc/loadavg: 2.06 2.02 1.96 3/86 15660
/proc/meminfo: memFree=133440/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1044 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=0 CPUtime=0
/proc/15030/stat : 15030 (sh) Z 15007 15007 13057 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 984609256 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15030/statm: 0 0 0 0 0 0 0
[pid=15031] ppid=1 vsize=0 CPUtime=1767.13
/proc/15031/stat : 15031 (minisat) R 1 15007 13057 0 -1 4195332 168351 0 0 0 176585 128 0 0 25 0 1 0 984609257 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

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

[startup+1818.7 s]
/proc/loadavg: 2.06 2.02 1.96 3/86 15660
/proc/meminfo: memFree=133440/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.15
/proc/15007/stat : 15007 (sugar) R 15005 15007 13057 0 -1 4194304 1069 25734 0 2 4 8 3064 239 16 0 1 0 984605874 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15007/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 13600

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

[startup+1818.62 s]
/proc/loadavg: 2.06 2.02 1.96 3/86 15660
/proc/meminfo: memFree=133440/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.07
/proc/15007/stat : 15007 (sugar) S 15005 15007 13057 0 -1 4194304 1044 25457 0 2 4 0 3064 239 16 0 1 0 984605874 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15007/statm: 3400 799 370 3 0 500 0
[pid=15030] ppid=15007 vsize=0 CPUtime=0
/proc/15030/stat : 15030 (sh) Z 15007 15007 13057 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 984609256 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15030/statm: 0 0 0 0 0 0 0
[pid=15031] ppid=1 vsize=0 CPUtime=1767.13
/proc/15031/stat : 15031 (minisat) R 1 15007 13057 0 -1 4195332 168351 0 0 0 176585 128 0 0 25 0 1 0 984609257 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15031/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 13600

[startup+1818.8 s]
/proc/loadavg: 2.06 2.02 1.96 3/86 15660
/proc/meminfo: memFree=133440/2055920 swapFree=4180832/4192956
[pid=15007] ppid=15005 vsize=13600 CPUtime=33.25
/proc/15007/stat : 15007 (sugar) R 15005 15007 13057 0 -1 4194304 1069 25734 0 2 4 18 3064 239 16 0 1 0 984605874 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15007/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 33.25
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): 1767.05
#  lost CPU user time (s): 1765.85
#  lost CPU system time (s): 1.2

Real time (s): 1818.81
CPU time (s): 1800.32
CPU user time (s): 1796.54
CPU system time (s): 3.78361
CPU usage (%): 98.9838
Max. virtual memory (cumulated for all children) (KiB): 888860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.6893
system time used= 2.58361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26834
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= 19251
involuntary context switches= 19239

runsolver used 2.45563 second user time and 5.81912 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-02 14:33:33
IDJOB=1041990
IDBENCH=53861
IDSOLVER=346
FILE ID=node2/1041990-1215002012
PBS_JOBID= 7870918
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-35-35.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-1041990-1215002012/watcher-1041990-1215002012 -o /tmp/evaluation-result-1041990-1215002012/solver-1041990-1215002012 -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-1041990-1215002012.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c86e9b78837e9747aa3f584bf98e3ce
RANDOM SEED=605963951

node2.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.236
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.236
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:       1917128 kB
Buffers:          8872 kB
Cached:          60172 kB
SwapCached:       5960 kB
Active:          58036 kB
Inactive:        24956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917128 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          20588 kB
Slab:            40896 kB
Committed_AS:  1498528 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-02 15:03:53