Trace number 2075130

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.05 1815.03

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-24_ext.xml
MD5SUM0fc8f8faa3f038505ccbce3cb1edd4f2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark412.156
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 02:53:35 2009
0.00/0.08	c 0	PID 21293
0.00/0.08	c 0	HOST node37.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2075130-1247360014.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2075130-1247360014.xml' 'HOME/temp.csp'
1.44/1.52	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.44/1.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.48/1.63	c 1	Parsing HOME/temp.csp
3.79/3.91	c 3	parsed 169 expressions
3.79/3.92	c 4	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.92	c 4	Converting to clausal form CSP
3.79/3.96	c 4	converted 17 (10%) expressions
3.79/3.98	c 4	converted 34 (20%) expressions
3.79/3.99	c 4	converted 51 (30%) expressions
3.89/4.02	c 4	converted 68 (40%) expressions
3.89/4.05	c 4	converted 85 (50%) expressions
3.98/4.14	c 4	converted 102 (60%) expressions
4.18/4.38	c 4	converted 119 (70%) expressions
4.78/4.99	c 5	converted 136 (80%) expressions
5.07/5.22	c 5	converted 153 (90%) expressions
5.27/5.43	c 5	converted 169 (100%) expressions
5.27/5.43	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.43	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.27/5.43	c 5	Propagation in CSP
5.27/5.43	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.27/5.43	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.43	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.27/5.43	c 5	Simplifing CSP by introducing new Boolean variables
5.27/5.43	c 5	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
5.27/5.43	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.46/5.66	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.46/5.67	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.46/5.67	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.46/5.67	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.46/5.67	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.46/5.68	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.46/5.68	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.46/5.68	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.46/5.68	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.46/5.68	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.46/5.68	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.86/6.09	c 6	8 (10%) CSP clauses are encoded (24041 clauses, 565754 bytes)
6.26/6.42	c 6	15 (20%) CSP clauses are encoded (45702 clauses, 1105901 bytes)
6.55/6.74	c 6	22 (30%) CSP clauses are encoded (67216 clauses, 1643044 bytes)
6.85/7.06	c 7	29 (40%) CSP clauses are encoded (88840 clauses, 2188761 bytes)
7.15/7.39	c 7	36 (50%) CSP clauses are encoded (110471 clauses, 2759291 bytes)
7.54/7.77	c 7	44 (60%) CSP clauses are encoded (135256 clauses, 3431742 bytes)
7.84/8.06	c 8	51 (70%) CSP clauses are encoded (155663 clauses, 3982701 bytes)
8.14/8.38	c 8	58 (80%) CSP clauses are encoded (177254 clauses, 4568397 bytes)
8.54/8.72	c 8	65 (90%) CSP clauses are encoded (198783 clauses, 5152205 bytes)
8.73/8.99	c 9	72 (100%) CSP clauses are encoded (218164 clauses, 5672523 bytes)
8.73/8.99	c 9	72 CSP clauses encoded
8.73/9.00	c 9	Writing map file : HOME/temp.map
8.73/9.00	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.73/9.00	c 9	SAT : 552 SAT variables, 218164 SAT clauses, 5672523 bytes
8.73/9.00	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.82/9.02	c 9	SOLVING HOME/temp.cnf
8.82/9.02	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.82/9.02	c 9	This is MiniSat 2.0 beta
8.82/9.02	c 9	WARNING: for repeatability, setting FPU to use double precision
8.82/9.03	c 9	============================[ Problem Statistics ]=============================
8.82/9.03	c 9	|                                                                             |
8.82/9.03	c 9	|  Number of variables:  552                                                  |
8.82/9.03	c 9	|  Number of clauses:    218164                                               |
8.85/9.17	c 9	|  Parsing time:         0.12         s                                       |
8.85/9.18	c 9	============================[ Search Statistics ]==============================
8.85/9.18	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.85/9.18	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.85/9.18	c 9	===============================================================================
8.85/9.18	c 9	|         0 |     552   218164  1213977 |    72721        0    nan |  0.000 % |
8.86/9.26	c 9	|       101 |     552   218164  1213977 |    79993      101     12 |  0.000 % |
8.86/9.39	c 9	|       251 |     552   218164  1213977 |    87992      251     12 |  0.008 % |
8.86/9.51	c 9	|       476 |     552   218164  1213977 |    96792      476     11 |  0.008 % |
8.86/9.76	c 9	|       814 |     552   218164  1213977 |   106471      814     12 |  0.008 % |
9.81/10.03	c 10	|      1322 |     552   218164  1213977 |   117118     1322     12 |  0.008 % |
10.50/10.73	c 10	|      2082 |     552   218164  1213977 |   128830     2082     12 |  0.008 % |
11.69/11.91	c 11	|      3221 |     552   218164  1213977 |   141713     3221     13 |  0.008 % |
13.48/13.78	c 13	|      4931 |     552   218164  1213977 |   155884     4931     13 |  0.008 % |
15.75/16.01	c 16	|      7493 |     552   218164  1213977 |   171473     7493     13 |  0.008 % |
20.01/20.30	c 20	|     11339 |     552   218164  1213977 |   188620    11339     14 |  0.007 % |
26.55/26.93	c 27	|     17106 |     552   218164  1213977 |   207482    17106     14 |  0.008 % |
36.36/36.84	c 36	|     25755 |     552   218164  1213977 |   228230    25755     15 |  0.008 % |
53.59/54.24	c 54	|     38729 |     552   218164  1213977 |   251053    38729     15 |  0.008 % |
80.04/80.94	c 81	|     58190 |     552   218164  1213977 |   276159    58190     16 |  0.008 % |
118.67/119.93	c 120	|     87382 |     552   218164  1213977 |   303775    87382     17 |  0.008 % |
188.31/190.25	c 190	|    131172 |     552   218164  1213977 |   334152   131172     18 |  0.000 % |
315.50/318.67	c 318	|    196858 |     552   218164  1213977 |   367567   196858     18 |  0.002 % |
567.58/573.15	c 573	|    295386 |     552   218164  1213977 |   404324   295386     19 |  0.008 % |
930.72/939.75	c 939	|    443176 |     552   218164  1213977 |   444757    57194     22 |  0.008 % |
1425.08/1438.41	c 1438	|    664861 |     552   218164  1213977 |   489232   278879     22 |  0.008 % |
1800.05/1815.02	c 1815	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1815.02	c 1815	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1815.02	c ERROR INTERRUPTED
1800.05/1815.02	s UNKNOWN
1800.05/1815.02	c 1815	CPU 8.86 (0.06 0.01 8.52 0.27)
1800.05/1815.02	c 1815	END Sun Jul 12 03:23:50 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2075130-1247360014/watcher-2075130-1247360014 -o /tmp/evaluation-result-2075130-1247360014/solver-2075130-1247360014 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2075130-1247360014.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.11 2.06 4/74 21293
/proc/meminfo: memFree=1913272/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=4708 CPUtime=0
/proc/21293/stat : 21293 (sugar) R 21291 21293 18008 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 23065630 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 213113697673 0 0 4096 0 0 0 0 17 1 0 0
/proc/21293/statm: 1177 43 33 3 0 8 0

[startup+0.0884019 s]
/proc/loadavg: 2.00 2.11 2.06 4/74 21293
/proc/meminfo: memFree=1913272/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=0.06
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10139 s]
/proc/loadavg: 2.00 2.11 2.06 4/74 21293
/proc/meminfo: memFree=1913272/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=0.06
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30142 s]
/proc/loadavg: 2.00 2.11 2.06 4/74 21293
/proc/meminfo: memFree=1913272/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=0.06
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701497 s]
/proc/loadavg: 2.00 2.11 2.06 4/74 21293
/proc/meminfo: memFree=1913272/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=0.06
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50265 s]
/proc/loadavg: 2.00 2.11 2.06 3/85 21305
/proc/meminfo: memFree=1889760/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=0.06
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
[pid=21296] ppid=21293 vsize=5356 CPUtime=0
/proc/21296/stat : 21296 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23065639 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21296/statm: 1339 233 193 169 0 50 0
[pid=21297] ppid=21296 vsize=864160 CPUtime=1.38
/proc/21297/stat : 21297 (java) S 21296 21293 18008 0 -1 0 8753 0 1 0 132 6 0 0 18 0 9 0 23065639 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21297/statm: 216040 7884 2553 9 0 210552 0
[pid=21297/tid=21298] ppid=21296 vsize=864160 CPUtime=1.14
/proc/21297/task/21298/stat : 21298 (java) R 21296 21293 18008 0 -1 64 2910 0 1 0 111 3 0 0 25 0 9 0 23065640 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4126510443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21299] ppid=21296 vsize=864160 CPUtime=0.17
/proc/21297/task/21299/stat : 21299 (java) S 21296 21293 18008 0 -1 64 4819 0 0 0 15 2 0 0 16 0 9 0 23065641 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21300] ppid=21296 vsize=864160 CPUtime=0
/proc/21297/task/21300/stat : 21300 (java) S 21296 21293 18008 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23065642 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21301] ppid=21296 vsize=864160 CPUtime=0
/proc/21297/task/21301/stat : 21301 (java) S 21296 21293 18008 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23065642 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21302] ppid=21296 vsize=864160 CPUtime=0
/proc/21297/task/21302/stat : 21302 (java) S 21296 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23065644 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21303] ppid=21296 vsize=864160 CPUtime=0.05
/proc/21297/task/21303/stat : 21303 (java) S 21296 21293 18008 0 -1 64 321 0 0 0 5 0 0 0 16 0 9 0 23065644 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21304] ppid=21296 vsize=864160 CPUtime=0
/proc/21297/task/21304/stat : 21304 (java) S 21296 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23065644 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21297/tid=21305] ppid=21296 vsize=864160 CPUtime=0
/proc/21297/task/21305/stat : 21305 (java) S 21296 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23065644 884899840 7884 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886384

[startup+3.10295 s]
/proc/loadavg: 2.00 2.11 2.06 3/85 21315
/proc/meminfo: memFree=1893152/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=1.48
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1309 9222 0 1 5 1 134 8 16 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
[pid=21306] ppid=21293 vsize=5356 CPUtime=0
/proc/21306/stat : 21306 (sh) S 21293 21293 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23065785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21306/statm: 1339 233 193 169 0 50 0
[pid=21307] ppid=21306 vsize=862284 CPUtime=1.52
/proc/21307/stat : 21307 (java) S 21306 21293 18008 0 -1 0 11067 0 1 0 146 6 0 0 18 0 9 0 23065786 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21307/statm: 215571 10325 2158 9 0 210484 0
[pid=21307/tid=21308] ppid=21306 vsize=862284 CPUtime=0.9
/proc/21307/task/21308/stat : 21308 (java) R 21306 21293 18008 0 -1 64 2320 0 1 0 89 1 0 0 25 0 9 0 23065787 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 103199476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21309] ppid=21306 vsize=862284 CPUtime=0.56
/proc/21307/task/21309/stat : 21309 (java) S 21306 21293 18008 0 -1 64 7739 0 0 0 52 4 0 0 16 0 9 0 23065788 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21310] ppid=21306 vsize=862284 CPUtime=0
/proc/21307/task/21310/stat : 21310 (java) S 21306 21293 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23065788 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21311] ppid=21306 vsize=862284 CPUtime=0
/proc/21307/task/21311/stat : 21311 (java) S 21306 21293 18008 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23065788 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21312] ppid=21306 vsize=862284 CPUtime=0
/proc/21307/task/21312/stat : 21312 (java) S 21306 21293 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23065790 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21313] ppid=21306 vsize=862284 CPUtime=0.03
/proc/21307/task/21313/stat : 21313 (java) S 21306 21293 18008 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 23065790 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21314] ppid=21306 vsize=862284 CPUtime=0
/proc/21307/task/21314/stat : 21314 (java) S 21306 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23065790 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21315] ppid=21306 vsize=862284 CPUtime=0
/proc/21307/task/21315/stat : 21315 (java) S 21306 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23065790 882978816 10325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 884508

[startup+6.30256 s]
/proc/loadavg: 2.00 2.11 2.06 3/85 21315
/proc/meminfo: memFree=1818720/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=1.48
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1310 9222 0 1 5 1 134 8 16 0 1 0 23065630 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1111 409 3 0 796 0
[pid=21306] ppid=21293 vsize=5356 CPUtime=0
/proc/21306/stat : 21306 (sh) S 21293 21293 18008 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23065785 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21306/statm: 1339 233 193 169 0 50 0
[pid=21307] ppid=21306 vsize=864376 CPUtime=4.68
/proc/21307/stat : 21307 (java) S 21306 21293 18008 0 -1 0 25207 0 1 0 454 14 0 0 18 0 9 0 23065786 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21307/statm: 216094 24396 2590 9 0 210571 0
[pid=21307/tid=21308] ppid=21306 vsize=864376 CPUtime=2.56
/proc/21307/task/21308/stat : 21308 (java) R 21306 21293 18008 0 -1 64 3704 0 1 0 253 3 0 0 25 0 9 0 23065787 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 103211704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21309] ppid=21306 vsize=864376 CPUtime=2
/proc/21307/task/21309/stat : 21309 (java) S 21306 21293 18008 0 -1 64 20461 0 0 0 191 9 0 0 16 0 9 0 23065788 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21310] ppid=21306 vsize=864376 CPUtime=0
/proc/21307/task/21310/stat : 21310 (java) S 21306 21293 18008 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23065788 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21311] ppid=21306 vsize=864376 CPUtime=0
/proc/21307/task/21311/stat : 21311 (java) S 21306 21293 18008 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23065788 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21312] ppid=21306 vsize=864376 CPUtime=0
/proc/21307/task/21312/stat : 21312 (java) S 21306 21293 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23065790 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21313] ppid=21306 vsize=864376 CPUtime=0.08
/proc/21307/task/21313/stat : 21313 (java) S 21306 21293 18008 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 23065790 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21314] ppid=21306 vsize=864376 CPUtime=0
/proc/21307/task/21314/stat : 21314 (java) S 21306 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23065790 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21307/tid=21315] ppid=21306 vsize=864376 CPUtime=0
/proc/21307/task/21315/stat : 21315 (java) S 21306 21293 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23065790 885121024 24396 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886600

[startup+12.7018 s]
/proc/loadavg: 2.00 2.11 2.06 3/77 21317
/proc/meminfo: memFree=1886240/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=15220 CPUtime=3.63
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 3642 0 0 0 361 2 0 0 25 0 1 0 23066533 15585280 3628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21317/statm: 3805 3628 75 150 0 3652 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 37444

[startup+25.5012 s]
/proc/loadavg: 2.00 2.10 2.06 3/77 21317
/proc/meminfo: memFree=1885344/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=16312 CPUtime=16.3
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 3919 0 0 0 1628 2 0 0 25 0 1 0 23066533 16703488 3905 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/21317/statm: 4078 3905 75 150 0 3925 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 38536

[startup+51.102 s]
/proc/loadavg: 2.06 2.11 2.06 3/77 21317
/proc/meminfo: memFree=1883488/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=18340 CPUtime=41.66
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 4410 0 0 0 4163 3 0 0 25 0 1 0 23066533 18780160 4396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21317/statm: 4585 4396 75 150 0 4432 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 40564

[startup+102.307 s]
/proc/loadavg: 2.02 2.09 2.05 3/77 21317
/proc/meminfo: memFree=1878816/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1836576/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=60140 CPUtime=1281.02
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14664 0 0 0 128086 16 0 0 25 0 1 0 23066533 61583360 14642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21317/statm: 15035 14642 75 150 0 14882 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 82364

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 21323
/proc/meminfo: memFree=1836576/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=60304 CPUtime=1340.45
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14678 0 0 0 134029 16 0 0 25 0 1 0 23066533 61751296 14656 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21317/statm: 15076 14656 75 150 0 14923 0
Current children cumulated CPU time (s) 1349.31
Current children cumulated vsize (KiB) 82528

[startup+1422.31 s]
/proc/loadavg: 2.02 2.00 2.00 3/85 21393
/proc/meminfo: memFree=1539992/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=60892 CPUtime=1400.13
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14818 0 0 0 139993 20 0 0 25 0 1 0 23066533 62353408 14796 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15223 14796 75 150 0 15070 0
Current children cumulated CPU time (s) 1408.99
Current children cumulated vsize (KiB) 83116

[startup+1482.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/85 21393
/proc/meminfo: memFree=1422360/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=61236 CPUtime=1460
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14907 0 0 0 145980 20 0 0 25 0 1 0 23066533 62705664 14885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15309 14885 75 150 0 15156 0
Current children cumulated CPU time (s) 1468.86
Current children cumulated vsize (KiB) 83460

[startup+1542.3 s]
/proc/loadavg: 2.25 2.07 2.02 3/85 21495
/proc/meminfo: memFree=1428184/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=61236 CPUtime=1519.72
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14912 0 0 0 151950 22 0 0 25 0 1 0 23066533 62705664 14890 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15309 14890 75 150 0 15156 0
Current children cumulated CPU time (s) 1528.58
Current children cumulated vsize (KiB) 83460

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/85 21625
/proc/meminfo: memFree=1587544/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=61376 CPUtime=1579.43
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 14927 0 0 0 157920 23 0 0 25 0 1 0 23066533 62849024 14905 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15344 14905 75 150 0 15191 0
Current children cumulated CPU time (s) 1588.29
Current children cumulated vsize (KiB) 83600

[startup+1662.3 s]
/proc/loadavg: 2.24 2.12 2.03 3/85 21626
/proc/meminfo: memFree=1419792/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=61644 CPUtime=1639.15
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 15001 0 0 0 163891 24 0 0 25 0 1 0 23066533 63123456 14979 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15411 14979 75 150 0 15258 0
Current children cumulated CPU time (s) 1648.01
Current children cumulated vsize (KiB) 83868

[startup+1722.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/85 21626
/proc/meminfo: memFree=1417616/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=63520 CPUtime=1698.89
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 15479 0 0 0 169864 25 0 0 25 0 1 0 23066533 65044480 15457 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 15880 15457 75 150 0 15727 0
Current children cumulated CPU time (s) 1707.75
Current children cumulated vsize (KiB) 85744

[startup+1782.3 s]
/proc/loadavg: 2.03 2.07 2.02 3/85 21626
/proc/meminfo: memFree=1415568/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=65508 CPUtime=1758.63
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 15953 0 0 0 175837 26 0 0 25 0 1 0 23066533 67080192 15931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 16377 15931 75 150 0 16224 0
Current children cumulated CPU time (s) 1767.49
Current children cumulated vsize (KiB) 87732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.01 s]
/proc/loadavg: 2.02 2.06 2.02 3/85 21626
/proc/meminfo: memFree=1414544/2055920 swapFree=4192812/4192956
[pid=21293] ppid=21291 vsize=16868 CPUtime=8.86
/proc/21293/stat : 21293 (sugar) S 21291 21293 18008 0 -1 4194304 1374 34785 0 2 6 1 852 27 16 0 1 0 23065630 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21293/statm: 4217 1112 409 3 0 796 0
[pid=21316] ppid=21293 vsize=5356 CPUtime=0
/proc/21316/stat : 21316 (sh) S 21293 21293 18008 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23066533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21316/statm: 1339 232 193 169 0 50 0
[pid=21317] ppid=21316 vsize=66436 CPUtime=1791.19
/proc/21317/stat : 21317 (minisat) R 21316 21293 18008 0 -1 4194304 16187 0 0 0 179093 26 0 0 25 0 1 0 23066533 68030464 16165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/21317/statm: 16609 16165 75 150 0 16456 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 88660

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 21293 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=593693
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=304953
# CPU time returned by wait4() is 8.89865
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.03
CPU time (s): 1800.05
CPU user time (s): 1799.51
CPU system time (s): 0.54
CPU usage (%): 99.1747
Max. virtual memory (cumulated for all children) (KiB): 886600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.59369
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36606
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= 3713
involuntary context switches= 3738

runsolver used 2.02969 second user time and 6.10807 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 02:53:35
IDJOB=2075130
IDBENCH=56235
IDSOLVER=739
FILE ID=node37/2075130-1247360014
PBS_JOBID= 9506908
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-24_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2075130-1247360014/watcher-2075130-1247360014 -o /tmp/evaluation-result-2075130-1247360014/solver-2075130-1247360014 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2075130-1247360014.xml

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

MD5SUM BENCH= 0fc8f8faa3f038505ccbce3cb1edd4f2
RANDOM SEED=43719769

node37.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.260
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.260
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:       1913752 kB
Buffers:          4800 kB
Cached:          54224 kB
SwapCached:          0 kB
Active:          84656 kB
Inactive:         9192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4168 kB
Writeback:           0 kB
Mapped:          45936 kB
Slab:            33760 kB
Committed_AS:   193460 kB
PageTables:       1828 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66388 MiB
End job on node37 at 2009-07-12 03:23:52