Trace number 1078943

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.08 1801.94

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-8_ext.xml
MD5SUM83434445d1ade316b4a7419841b63e78
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.3817
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:00:15 2008
0.00/0.05	c 0	PID 30524
0.00/0.05	c 0	HOST node15.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078943-1215208815.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-1078943-1215208815.xml' 'HOME/temp.csp'
0.03/0.37	c 0	1 domains, 64 variables, 0 predicates, 1 relations, 16 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	c 0	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.34/0.50	c 0	Parsing HOME/temp.csp
0.34/0.62	c 0	parsed 82 expressions
0.34/0.62	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.62	c 0	Converting to clausal form CSP
0.34/0.64	c 0	converted 9 (10%) expressions
0.34/0.64	c 0	converted 17 (20%) expressions
0.34/0.64	c 0	converted 25 (30%) expressions
0.34/0.64	c 0	converted 33 (40%) expressions
0.34/0.64	c 0	converted 41 (50%) expressions
0.34/0.64	c 0	converted 50 (60%) expressions
0.34/0.64	c 0	converted 58 (70%) expressions
0.34/0.65	c 0	converted 66 (80%) expressions
1.01/1.13	c 1	converted 74 (90%) expressions
1.40/1.54	c 1	converted 82 (100%) expressions
1.40/1.54	c 1	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.40/1.54	c 1	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.54	c 1	Propagation in CSP
1.40/1.55	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.40/1.55	c 1	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.40/1.55	c 1	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.55	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.55	c 1	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
1.40/1.55	c 1	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.50/1.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.71	c 1	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.60/1.71	c 1	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.60/1.71	c 1	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
1.60/1.71	c 1	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.60/1.72	c 1	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.60/1.72	c 1	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.60/1.72	c 1	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.60/1.72	c 1	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
1.60/1.72	c 1	58 (90%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.60/1.72	c 1	64 (100%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
12.30/12.55	c 12	2 (10%) CSP clauses are encoded (76286 clauses, 3466077 bytes)
23.29/23.60	c 23	4 (20%) CSP clauses are encoded (151036 clauses, 7260039 bytes)
28.54/28.96	c 29	5 (30%) CSP clauses are encoded (188411 clauses, 9157211 bytes)
39.23/39.72	c 39	7 (40%) CSP clauses are encoded (263161 clauses, 13094351 bytes)
44.78/45.34	c 45	8 (50%) CSP clauses are encoded (300536 clauses, 15062921 bytes)
55.45/56.11	c 56	10 (60%) CSP clauses are encoded (375286 clauses, 18931483 bytes)
66.34/67.14	c 67	12 (70%) CSP clauses are encoded (450036 clauses, 22730771 bytes)
71.69/72.51	c 72	13 (80%) CSP clauses are encoded (487411 clauses, 24630723 bytes)
82.38/83.36	c 83	15 (90%) CSP clauses are encoded (562161 clauses, 29236303 bytes)
87.73/88.75	c 88	16 (100%) CSP clauses are encoded (599536 clauses, 31539093 bytes)
87.73/88.75	c 88	16 CSP clauses encoded
87.73/88.75	c 88	Writing map file : HOME/temp.map
87.73/88.75	c 88	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.73/88.75	c 88	SAT : 1600 SAT variables, 599536 SAT clauses, 31539093 bytes
87.73/88.75	c 88	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
87.73/88.77	c 88	SOLVING HOME/temp.cnf
87.73/88.77	c 88	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
87.73/88.78	c 88	This is MiniSat 2.0 beta
87.73/88.78	c 88	WARNING: for repeatability, setting FPU to use double precision
87.73/88.78	c 88	============================[ Problem Statistics ]=============================
87.73/88.78	c 88	|                                                                             |
87.73/88.78	c 88	|  Number of variables:  1600                                                 |
87.73/88.78	c 88	|  Number of clauses:    599536                                               |
88.52/89.54	c 89	|  Parsing time:         0.67         s                                       |
88.52/89.59	c 89	============================[ Search Statistics ]==============================
88.52/89.59	c 89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
88.52/89.59	c 89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
88.52/89.59	c 89	===============================================================================
88.52/89.59	c 89	|         0 |    1600   599536  6453408 |   199845        0    nan |  0.000 % |
88.61/89.61	c 89	|       101 |    1600   599536  6453408 |   219829      101      5 |  0.000 % |
88.61/89.64	c 89	|       251 |    1600   599536  6453408 |   241812      251      5 |  0.001 % |
88.61/89.68	c 89	|       476 |    1600   599536  6453408 |   265994      476      6 |  0.001 % |
88.81/89.82	c 89	|       813 |    1600   599536  6453408 |   292593      813      6 |  0.001 % |
88.81/89.89	c 90	|      1320 |    1600   599536  6453408 |   321852     1320      7 |  0.001 % |
89.11/90.14	c 90	|      2080 |    1600   599536  6453408 |   354038     2080      8 |  0.000 % |
90.39/91.45	c 91	|      3219 |    1600   599536  6453408 |   389442     3219     10 |  0.001 % |
92.67/93.73	c 93	|      4928 |    1600   599536  6453408 |   428386     4928     12 |  0.001 % |
97.03/98.14	c 98	|      7493 |    1600   599536  6453408 |   471224     7493     12 |  0.001 % |
104.86/106.03	c 106	|     11337 |    1600   599536  6453408 |   518347    11337     13 |  0.000 % |
112.38/113.68	c 113	|     17104 |    1600   599536  6453408 |   570182    17104     13 |  0.000 % |
127.08/128.34	c 128	|     25757 |    1600   599536  6453408 |   627200    25757     14 |  0.000 % |
152.27/153.53	c 153	|     38731 |    1600   599536  6453408 |   689920    38731     14 |  0.001 % |
192.36/193.67	c 193	|     58195 |    1600   599536  6453408 |   758912    58195     15 |  0.000 % |
258.63/259.98	c 260	|     87390 |    1600   599536  6453408 |   834803    87390     15 |  0.001 % |
362.89/364.27	c 364	|    131180 |    1600   599536  6453408 |   918283   131180     16 |  0.001 % |
535.43/536.84	c 536	|    196864 |    1600   599536  6453408 |  1010112   196864     17 |  0.000 % |
853.52/855.03	c 855	|    295390 |    1600   599536  6453408 |  1111123   295390     17 |  0.001 % |
1377.82/1379.55	c 1379	|    443179 |    1600   599536  6453408 |  1222235   443179     19 |  0.001 % |
1800.08/1801.91	c ERROR INTERRUPTED
1800.08/1801.93	s UNKNOWN
1800.08/1801.93	c 1802	CPU 87.34 (0.04 0 87.3 0.47)
1800.08/1801.93	c 1802	END Sat Jul  5 00:30:17 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-1078943-1215208815/watcher-1078943-1215208815 -o /tmp/evaluation-result-1078943-1215208815/solver-1078943-1215208815 -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-1078943-1215208815.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.09 2.03 2.00 4/80 30524
/proc/meminfo: memFree=1698880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=12268 CPUtime=0
/proc/30524/stat : 30524 (sugar) R 30522 30524 27581 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1999856093 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/30524/statm: 3067 316 241 3 0 167 0

[startup+0.0593789 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 30524
/proc/meminfo: memFree=1698880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.03
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1999856093 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101813 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 30524
/proc/meminfo: memFree=1698880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.03
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1999856093 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301828 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 30524
/proc/meminfo: memFree=1698880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.03
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1999856093 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701865 s]
/proc/loadavg: 2.09 2.03 2.00 4/80 30524
/proc/meminfo: memFree=1698880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 972 4550 0 1 4 0 28 3 15 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.09 2.03 2.00 4/91 30546
/proc/meminfo: memFree=1678184/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 972 4550 0 1 4 0 28 3 15 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
[pid=30537] ppid=30524 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30524 30524 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999856136 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864320 CPUtime=1.05
/proc/30538/stat : 30538 (java) S 30537 30524 27581 0 -1 0 11341 0 1 0 100 5 0 0 18 0 9 0 1999856136 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216080 10614 2540 9 0 210655 0
[pid=30538/tid=30539] ppid=30537 vsize=864320 CPUtime=0.41
/proc/30538/task/30539/stat : 30539 (java) R 30537 30524 27581 0 -1 64 2954 0 1 0 40 1 0 0 19 0 9 0 1999856137 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4126502232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864320 CPUtime=0.56
/proc/30538/task/30540/stat : 30540 (java) S 30537 30524 27581 0 -1 64 7373 0 0 0 54 2 0 0 17 0 9 0 1999856138 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864320 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30524 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999856138 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864320 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30524 27581 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999856138 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30543] ppid=30537 vsize=864320 CPUtime=0
/proc/30538/task/30543/stat : 30543 (java) S 30537 30524 27581 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999856140 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30544] ppid=30537 vsize=864320 CPUtime=0.04
/proc/30538/task/30544/stat : 30544 (java) S 30537 30524 27581 0 -1 64 321 0 0 0 4 0 0 0 16 0 9 0 1999856140 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30545] ppid=30537 vsize=864320 CPUtime=0
/proc/30538/task/30545/stat : 30545 (java) S 30537 30524 27581 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999856140 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30546] ppid=30537 vsize=864320 CPUtime=0
/proc/30538/task/30546/stat : 30546 (java) S 30537 30524 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999856140 885063680 10614 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883276

[startup+3.10208 s]
/proc/loadavg: 2.09 2.03 2.00 3/91 30546
/proc/meminfo: memFree=1658856/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 973 4550 0 1 4 0 28 3 15 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
[pid=30537] ppid=30524 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30524 30524 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999856136 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864432 CPUtime=2.63
/proc/30538/stat : 30538 (java) S 30537 30524 27581 0 -1 0 12860 0 1 0 257 6 0 0 18 0 9 0 1999856136 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216108 12094 2564 9 0 210655 0
[pid=30538/tid=30539] ppid=30537 vsize=864432 CPUtime=1.76
/proc/30538/task/30539/stat : 30539 (java) R 30537 30524 27581 0 -1 64 3042 0 1 0 175 1 0 0 25 0 9 0 1999856137 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4126561100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864432 CPUtime=0.76
/proc/30538/task/30540/stat : 30540 (java) S 30537 30524 27581 0 -1 64 8783 0 0 0 73 3 0 0 16 0 9 0 1999856138 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30524 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999856138 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30524 27581 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999856138 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30543] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30543/stat : 30543 (java) S 30537 30524 27581 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999856140 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30544] ppid=30537 vsize=864432 CPUtime=0.08
/proc/30538/task/30544/stat : 30544 (java) S 30537 30524 27581 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1999856140 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30545] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30545/stat : 30545 (java) S 30537 30524 27581 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999856140 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30546] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30546/stat : 30546 (java) S 30537 30524 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999856140 885178368 12094 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883388

[startup+6.30135 s]
/proc/loadavg: 2.08 2.02 2.00 3/91 30546
/proc/meminfo: memFree=1655592/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 973 4550 0 1 4 0 28 3 15 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
[pid=30537] ppid=30524 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30524 30524 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999856136 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864432 CPUtime=5.8
/proc/30538/stat : 30538 (java) S 30537 30524 27581 0 -1 0 13690 0 1 0 573 7 0 0 18 0 9 0 1999856136 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216108 12896 2564 9 0 210655 0
[pid=30538/tid=30539] ppid=30537 vsize=864432 CPUtime=4.87
/proc/30538/task/30539/stat : 30539 (java) R 30537 30524 27581 0 -1 64 3070 0 1 0 486 1 0 0 25 0 9 0 1999856137 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4126554082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864432 CPUtime=0.82
/proc/30538/task/30540/stat : 30540 (java) S 30537 30524 27581 0 -1 64 9585 0 0 0 78 4 0 0 16 0 9 0 1999856138 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30524 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999856138 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30524 27581 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999856138 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30543] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30543/stat : 30543 (java) S 30537 30524 27581 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999856140 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30544] ppid=30537 vsize=864432 CPUtime=0.08
/proc/30538/task/30544/stat : 30544 (java) S 30537 30524 27581 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1999856140 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30545] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30545/stat : 30545 (java) S 30537 30524 27581 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999856140 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30546] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30546/stat : 30546 (java) S 30537 30524 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999856140 885178368 12896 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883388

[startup+12.7029 s]
/proc/loadavg: 2.08 2.02 2.00 3/91 30546
/proc/meminfo: memFree=1647976/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 973 4550 0 1 4 0 28 3 16 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
[pid=30537] ppid=30524 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30524 30524 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999856136 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864432 CPUtime=12.14
/proc/30538/stat : 30538 (java) S 30537 30524 27581 0 -1 0 15207 0 1 0 1203 11 0 0 18 0 9 0 1999856136 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216108 14321 2564 9 0 210655 0
[pid=30538/tid=30539] ppid=30537 vsize=864432 CPUtime=11.07
/proc/30538/task/30539/stat : 30539 (java) R 30537 30524 27581 0 -1 64 3162 0 1 0 1103 4 0 0 25 0 9 0 1999856137 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4126556432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864432 CPUtime=0.95
/proc/30538/task/30540/stat : 30540 (java) S 30537 30524 27581 0 -1 64 11005 0 0 0 90 5 0 0 16 0 9 0 1999856138 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30524 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999856138 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30524 27581 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999856138 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30543] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30543/stat : 30543 (java) S 30537 30524 27581 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999856140 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30544] ppid=30537 vsize=864432 CPUtime=0.09
/proc/30538/task/30544/stat : 30544 (java) S 30537 30524 27581 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 1999856140 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30545] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30545/stat : 30545 (java) S 30537 30524 27581 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999856140 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30546] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30546/stat : 30546 (java) S 30537 30524 27581 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999856140 885178368 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883388

[startup+25.502 s]
/proc/loadavg: 2.06 2.02 2.00 3/91 30546
/proc/meminfo: memFree=1633448/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=0.35
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 973 4550 0 1 4 0 28 3 16 0 1 0 1999856093 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30524/statm: 3400 797 370 3 0 500 0
[pid=30537] ppid=30524 vsize=5356 CPUtime=0
/proc/30537/stat : 30537 (sh) S 30524 30524 27581 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999856136 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30537/statm: 1339 233 193 169 0 50 0
[pid=30538] ppid=30537 vsize=864432 CPUtime=24.81
/proc/30538/stat : 30538 (java) S 30537 30524 27581 0 -1 0 19978 0 1 0 2465 16 0 0 18 0 9 0 1999856136 885178368 16400 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30538/statm: 216108 16400 2564 9 0 210655 0
[pid=30538/tid=30539] ppid=30537 vsize=864432 CPUtime=23.29
/proc/30538/task/30539/stat : 30539 (java) R 30537 30524 27581 0 -1 64 3299 0 1 0 2323 6 0 0 25 0 9 0 1999856137 885178368 16400 996147200 134512640 134550740 4294955904 18446744073709551615 4126554092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30540] ppid=30537 vsize=864432 CPUtime=1.41
/proc/30538/task/30540/stat : 30540 (java) S 30537 30524 27581 0 -1 64 15637 0 0 0 132 9 0 0 16 0 9 0 1999856138 885178368 16400 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30541] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30541/stat : 30541 (java) S 30537 30524 27581 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999856138 885178368 16400 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30538/tid=30542] ppid=30537 vsize=864432 CPUtime=0
/proc/30538/task/30542/stat : 30542 (java) S 30537 30524 27581 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999856138 885178368 16400 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1359768/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=99824 CPUtime=1272.82
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 24539 0 0 0 127255 27 0 0 25 0 1 0 1999864972 102219776 24525 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 24956 24525 75 150 0 24803 0
Current children cumulated CPU time (s) 1360.63
Current children cumulated vsize (KiB) 118780

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1357784/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=101820 CPUtime=1332.8
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 25033 0 0 0 133253 27 0 0 25 0 1 0 1999864972 104263680 25019 996147200 134512640 135127466 4294956224 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 25455 25019 75 150 0 25302 0
Current children cumulated CPU time (s) 1420.61
Current children cumulated vsize (KiB) 120776

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1356568/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=103024 CPUtime=1392.78
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 25349 0 0 0 139250 28 0 0 25 0 1 0 1999864972 105496576 25335 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 25756 25335 75 150 0 25603 0
Current children cumulated CPU time (s) 1480.59
Current children cumulated vsize (KiB) 121980

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1355160/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=105348 CPUtime=1452.76
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 25697 0 0 0 145248 28 0 0 25 0 1 0 1999864972 107876352 25683 996147200 134512640 135127466 4294956224 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 26337 25683 75 150 0 26184 0
Current children cumulated CPU time (s) 1540.57
Current children cumulated vsize (KiB) 124304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1353880/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=106844 CPUtime=1512.73
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 26039 0 0 0 151245 28 0 0 25 0 1 0 1999864972 109408256 26025 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 26711 26025 75 150 0 26558 0
Current children cumulated CPU time (s) 1600.54
Current children cumulated vsize (KiB) 125800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1352280/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=108284 CPUtime=1572.72
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 26413 0 0 0 157243 29 0 0 25 0 1 0 1999864972 110882816 26399 996147200 134512640 135127466 4294956224 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 27071 26399 75 150 0 26918 0
Current children cumulated CPU time (s) 1660.53
Current children cumulated vsize (KiB) 127240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30664
/proc/meminfo: memFree=1350872/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=109624 CPUtime=1632.69
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 26756 0 0 0 163240 29 0 0 25 0 1 0 1999864972 112254976 26742 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 27406 26742 75 150 0 27253 0
Current children cumulated CPU time (s) 1720.5
Current children cumulated vsize (KiB) 128580

[startup+1782.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 30664
/proc/meminfo: memFree=1349528/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=110836 CPUtime=1692.67
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 27075 0 0 0 169238 29 0 0 25 0 1 0 1999864972 113496064 27061 996147200 134512640 135127466 4294956224 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 27709 27061 75 150 0 27556 0
Current children cumulated CPU time (s) 1780.48
Current children cumulated vsize (KiB) 129792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 30664
/proc/meminfo: memFree=1349144/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=111248 CPUtime=1712.27
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 27170 0 0 0 171198 29 0 0 25 0 1 0 1999864972 113917952 27156 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 27812 27156 75 150 0 27659 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 130204

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

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

[startup+1801.9 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 30664
/proc/meminfo: memFree=1349144/2055920 swapFree=4180972/4192956
[pid=30524] ppid=30522 vsize=13600 CPUtime=87.81
/proc/30524/stat : 30524 (sugar) S 30522 30524 27581 0 -1 4194304 1031 32212 0 2 4 0 8730 47 16 0 1 0 1999856093 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30524/statm: 3400 798 370 3 0 500 0
[pid=30553] ppid=30524 vsize=5356 CPUtime=0
/proc/30553/stat : 30553 (sh) S 30524 30524 27581 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999864971 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30553/statm: 1339 232 193 169 0 50 0
[pid=30554] ppid=30553 vsize=111248 CPUtime=1712.27
/proc/30554/stat : 30554 (minisat) R 30553 30524 27581 0 -1 4194304 27170 0 0 0 171198 29 0 0 25 0 1 0 1999864972 113917952 27156 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30554/statm: 27812 27156 75 150 0 27659 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 130204

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30524 and gives
#  childrusage.ru_utime.tv_sec=87
#  childrusage.ru_utime.tv_usec=344721
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=495924
# CPU time returned by wait4() is 87.8406
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.94
CPU time (s): 1800.08
CPU user time (s): 1799.32
CPU system time (s): 0.76
CPU usage (%): 99.8967
Max. virtual memory (cumulated for all children) (KiB): 888768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.3447
system time used= 0.495924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33590
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= 9486
involuntary context switches= 11147

runsolver used 2.14567 second user time and 6.05808 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-05 00:00:15
IDJOB=1078943
IDBENCH=56852
IDSOLVER=346
FILE ID=node15/1078943-1215208815
PBS_JOBID= 7881638
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-8_ext.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-1078943-1215208815/watcher-1078943-1215208815 -o /tmp/evaluation-result-1078943-1215208815/solver-1078943-1215208815 -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-1078943-1215208815.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 83434445d1ade316b4a7419841b63e78
RANDOM SEED=578957157

node15.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.229
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.229
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:       1699360 kB
Buffers:         17904 kB
Cached:         126696 kB
SwapCached:       6020 kB
Active:         276760 kB
Inactive:        20660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699360 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:         166388 kB
Slab:            44072 kB
Committed_AS:  4425968 kB
PageTables:       2212 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= 66496 MiB
End job on node15 at 2008-07-05 00:30:19