Trace number 2079387

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 1814.94

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-9_ext.xml
MD5SUMcc349870ad14cc63690440668c347c92
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 benchmark25.1272
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints14
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension14
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 05:08:08 2009
0.04/0.07	c 0	PID 22881
0.04/0.08	c 0	HOST node39.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2079387-1247368088.xml TO HOME/temp.csp
0.04/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-2079387-1247368088.xml' 'HOME/temp.csp'
0.06/0.30	c 1	1 domains, 45 variables, 0 predicates, 2 relations, 14 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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'
0.28/0.42	c 1	Parsing HOME/temp.csp
0.28/0.53	c 1	parsed 62 expressions
0.28/0.53	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.54	c 1	Converting to clausal form CSP
0.28/0.55	c 1	converted 7 (10%) expressions
0.28/0.55	c 1	converted 13 (20%) expressions
0.28/0.55	c 1	converted 19 (30%) expressions
0.28/0.56	c 1	converted 25 (40%) expressions
0.28/0.56	c 1	converted 31 (50%) expressions
0.28/0.56	c 1	converted 38 (60%) expressions
0.28/0.56	c 1	converted 44 (70%) expressions
0.28/0.63	c 1	converted 50 (80%) expressions
0.28/0.76	c 1	converted 56 (90%) expressions
0.92/1.07	c 1	converted 62 (100%) expressions
0.92/1.07	c 1	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
0.92/1.07	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.07	c 1	Propagation in CSP
0.92/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.92/1.07	c 1	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
0.92/1.07	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.92/1.09	c 1	CSP : 45 integers, 0 booleans, 14 clauses, largest domain size 26
0.92/1.09	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.12/1.20	c 2	5 (10%) CSP integer variables are encoded (120 clauses, 1176 bytes)
1.12/1.20	c 2	9 (20%) CSP integer variables are encoded (216 clauses, 2232 bytes)
1.12/1.20	c 2	14 (30%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.12/1.21	c 2	18 (40%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.12/1.21	c 2	23 (50%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.12/1.21	c 2	27 (60%) CSP integer variables are encoded (648 clauses, 6984 bytes)
1.12/1.21	c 2	32 (70%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.12/1.21	c 2	36 (80%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.12/1.21	c 2	41 (90%) CSP integer variables are encoded (984 clauses, 10729 bytes)
1.12/1.21	c 2	45 (100%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.30/2.45	c 3	2 (10%) CSP clauses are encoded (24430 clauses, 797449 bytes)
2.90/3.03	c 3	3 (20%) CSP clauses are encoded (36105 clauses, 1195139 bytes)
3.98/4.18	c 5	5 (30%) CSP clauses are encoded (59455 clauses, 2019170 bytes)
4.58/4.76	c 5	6 (40%) CSP clauses are encoded (71130 clauses, 2444943 bytes)
5.17/5.35	c 6	7 (50%) CSP clauses are encoded (82805 clauses, 2870716 bytes)
6.46/6.63	c 7	9 (60%) CSP clauses are encoded (106155 clauses, 3722262 bytes)
12.30/12.54	c 13	10 (70%) CSP clauses are encoded (145303 clauses, 5562389 bytes)
24.18/24.53	c 25	12 (80%) CSP clauses are encoded (223599 clauses, 9904809 bytes)
30.12/30.59	c 31	13 (90%) CSP clauses are encoded (262747 clauses, 12076019 bytes)
35.97/36.48	c 37	14 (100%) CSP clauses are encoded (301895 clauses, 14416867 bytes)
35.97/36.48	c 37	14 CSP clauses encoded
35.97/36.48	c 37	Writing map file : HOME/temp.map
35.97/36.48	c 37	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
35.97/36.48	c 37	SAT : 1125 SAT variables, 301895 SAT clauses, 14416867 bytes
35.97/36.48	c 37	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.05/36.54	c 37	SOLVING HOME/temp.cnf
36.05/36.54	c 37	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.05/36.54	c 37	This is MiniSat 2.0 beta
36.05/36.54	c 37	WARNING: for repeatability, setting FPU to use double precision
36.05/36.54	c 37	============================[ Problem Statistics ]=============================
36.05/36.54	c 37	|                                                                             |
36.05/36.54	c 37	|  Number of variables:  1125                                                 |
36.05/36.54	c 37	|  Number of clauses:    301895                                               |
36.07/36.89	c 37	|  Parsing time:         0.31         s                                       |
36.07/36.92	c 37	============================[ Search Statistics ]==============================
36.07/36.92	c 37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
36.07/36.92	c 37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
36.07/36.92	c 37	===============================================================================
36.07/36.92	c 37	|         0 |    1125   301895  3103710 |   100631        0    nan |  0.000 % |
36.07/36.94	c 37	|       101 |    1125   301895  3103710 |   110694      101      6 |  0.000 % |
36.07/36.98	c 37	|       252 |    1125   301895  3103710 |   121764      252      6 |  0.002 % |
36.07/37.01	c 37	|       477 |    1125   301895  3103710 |   133940      477      7 |  0.002 % |
36.07/37.05	c 37	|       814 |    1125   301895  3103710 |   147334      814      7 |  0.002 % |
36.07/37.12	c 37	|      1321 |    1125   301895  3103710 |   162068     1321      8 |  0.002 % |
36.07/37.20	c 38	|      2081 |    1125   301895  3103710 |   178275     2081      8 |  0.002 % |
36.07/37.29	c 38	|      3220 |    1125   301895  3103710 |   196102     3220      8 |  0.001 % |
37.10/37.62	c 38	|      4928 |    1125   301895  3103710 |   215712     4928      9 |  0.002 % |
38.49/39.02	c 39	|      7490 |    1125   301895  3103710 |   237284     7490     10 |  0.000 % |
43.04/43.64	c 44	|     11334 |    1125   301895  3103710 |   261012    11334     11 |  0.000 % |
49.79/50.49	c 51	|     17102 |    1125   301895  3103710 |   287113    17102     12 |  0.000 % |
60.29/61.05	c 61	|     25751 |    1125   301895  3103710 |   315825    25751     12 |  0.003 % |
77.83/78.79	c 79	|     38729 |    1123   301895  3103710 |   347407    38728     13 |  0.178 % |
107.65/108.85	c 109	|     58190 |    1123   301895  3103710 |   382148    58189     14 |  0.180 % |
156.49/158.12	c 158	|     87382 |    1123   300919  3093307 |   420363    79714     15 |  0.179 % |
242.08/244.53	c 245	|    131171 |    1121   300919  3093307 |   462399   123502     15 |  0.356 % |
378.46/381.51	c 382	|    196855 |    1121   300099  3085701 |   508639   169022     17 |  0.357 % |
644.47/648.09	c 648	|    295381 |    1121   300099  3085701 |   559503   267548     17 |  0.357 % |
1159.90/1168.55	c 1169	|    443170 |    1121   300099  3085701 |   615454   415337     18 |  0.356 % |
1800.00/1814.92	c ERROR INTERRUPTED
1800.00/1814.93	s UNKNOWN
1800.00/1814.93	c 1815	CPU 36.08 (0.06 0.01 35.7 0.31)
1800.00/1814.93	c 1815	END Sun Jul 12 05:38:23 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-2079387-1247368088/watcher-2079387-1247368088 -o /tmp/evaluation-result-2079387-1247368088/solver-2079387-1247368088 -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-2079387-1247368088.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.17 2.24 2.17 4/74 22881
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=12268 CPUtime=0
/proc/22881/stat : 22881 (sugar) D 22879 22881 22267 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23872871 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272837081701 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/22881/statm: 3067 316 241 3 0 167 0

[startup+0.0471861 s]
/proc/loadavg: 2.17 2.24 2.17 4/74 22881
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=13600 CPUtime=0.04
/proc/22881/stat : 22881 (sugar) R 22879 22881 22267 0 -1 4194304 776 0 0 0 3 1 0 0 18 0 1 0 23872871 13926400 744 996147200 4194304 4206940 548682068608 18446744073709551615 272836760289 0 0 4224 0 0 0 0 17 0 0 0
/proc/22881/statm: 3400 745 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101188 s]
/proc/loadavg: 2.17 2.24 2.17 4/74 22881
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.06
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301202 s]
/proc/loadavg: 2.17 2.24 2.17 4/74 22881
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.06
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701228 s]
/proc/loadavg: 2.17 2.24 2.17 4/74 22881
/proc/meminfo: memFree=1609592/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 16 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 2.17 2.24 2.17 4/85 22903
/proc/meminfo: memFree=1586144/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 15 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
[pid=22894] ppid=22881 vsize=5356 CPUtime=0
/proc/22894/stat : 22894 (sh) S 22881 22881 22267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22894/statm: 1339 233 193 169 0 50 0
[pid=22895] ppid=22894 vsize=864464 CPUtime=1.13
/proc/22895/stat : 22895 (java) S 22894 22881 22267 0 -1 0 9103 0 1 0 107 6 0 0 18 0 9 0 23872905 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22895/statm: 216116 8330 2590 9 0 210593 0
[pid=22895/tid=22896] ppid=22894 vsize=864464 CPUtime=0.59
/proc/22895/task/22896/stat : 22896 (java) R 22894 22881 22267 0 -1 64 2853 0 1 0 58 1 0 0 19 0 9 0 23872906 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22897] ppid=22894 vsize=864464 CPUtime=0.43
/proc/22895/task/22897/stat : 22897 (java) S 22894 22881 22267 0 -1 64 5217 0 0 0 40 3 0 0 16 0 9 0 23872907 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22898] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22898/stat : 22898 (java) S 22894 22881 22267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872907 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22899] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22899/stat : 22899 (java) S 22894 22881 22267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872907 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22900] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22900/stat : 22900 (java) S 22894 22881 22267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23872909 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22901] ppid=22894 vsize=864464 CPUtime=0.08
/proc/22895/task/22901/stat : 22901 (java) S 22894 22881 22267 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 23872909 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22902] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22902/stat : 22902 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23872909 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22903] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22903/stat : 22903 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23872909 885211136 8330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886688

[startup+3.10239 s]
/proc/loadavg: 2.17 2.24 2.17 3/85 22903
/proc/meminfo: memFree=1582560/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 15 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
[pid=22894] ppid=22881 vsize=5356 CPUtime=0
/proc/22894/stat : 22894 (sh) S 22881 22881 22267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22894/statm: 1339 233 193 169 0 50 0
[pid=22895] ppid=22894 vsize=864464 CPUtime=2.71
/proc/22895/stat : 22895 (java) S 22894 22881 22267 0 -1 0 9667 0 1 0 264 7 0 0 18 0 9 0 23872905 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22895/statm: 216116 8824 2590 9 0 210593 0
[pid=22895/tid=22896] ppid=22894 vsize=864464 CPUtime=2.1
/proc/22895/task/22896/stat : 22896 (java) R 22894 22881 22267 0 -1 64 2923 0 1 0 208 2 0 0 25 0 9 0 23872906 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4126573226 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22897] ppid=22894 vsize=864464 CPUtime=0.49
/proc/22895/task/22897/stat : 22897 (java) S 22894 22881 22267 0 -1 64 5706 0 0 0 46 3 0 0 16 0 9 0 23872907 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22898] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22898/stat : 22898 (java) S 22894 22881 22267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872907 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22899] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22899/stat : 22899 (java) S 22894 22881 22267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872907 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22900] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22900/stat : 22900 (java) S 22894 22881 22267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23872909 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22901] ppid=22894 vsize=864464 CPUtime=0.09
/proc/22895/task/22901/stat : 22901 (java) S 22894 22881 22267 0 -1 64 340 0 0 0 9 0 0 0 16 0 9 0 23872909 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22902] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22902/stat : 22902 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23872909 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22903] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22903/stat : 22903 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23872909 885211136 8824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886688

[startup+6.3026 s]
/proc/loadavg: 2.15 2.23 2.16 3/85 22903
/proc/meminfo: memFree=1573344/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 15 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
[pid=22894] ppid=22881 vsize=5356 CPUtime=0
/proc/22894/stat : 22894 (sh) S 22881 22881 22267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22894/statm: 1339 233 193 169 0 50 0
[pid=22895] ppid=22894 vsize=864464 CPUtime=5.89
/proc/22895/stat : 22895 (java) S 22894 22881 22267 0 -1 0 12446 0 1 0 578 11 0 0 18 0 9 0 23872905 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22895/statm: 216116 10266 2590 9 0 210593 0
[pid=22895/tid=22896] ppid=22894 vsize=864464 CPUtime=5.01
/proc/22895/task/22896/stat : 22896 (java) R 22894 22881 22267 0 -1 64 3049 0 1 0 498 3 0 0 25 0 9 0 23872906 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4126474628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22897] ppid=22894 vsize=864464 CPUtime=0.75
/proc/22895/task/22897/stat : 22897 (java) S 22894 22881 22267 0 -1 64 8358 0 0 0 69 6 0 0 16 0 9 0 23872907 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22898] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22898/stat : 22898 (java) S 22894 22881 22267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872907 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22899] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22899/stat : 22899 (java) S 22894 22881 22267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872907 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22900] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22900/stat : 22900 (java) S 22894 22881 22267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23872909 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22901] ppid=22894 vsize=864464 CPUtime=0.09
/proc/22895/task/22901/stat : 22901 (java) S 22894 22881 22267 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23872909 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22902] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22902/stat : 22902 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23872909 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22903] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22903/stat : 22903 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23872909 885211136 10266 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 886688

[startup+12.701 s]
/proc/loadavg: 2.14 2.23 2.16 3/85 22903
/proc/meminfo: memFree=1571168/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 16 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
[pid=22894] ppid=22881 vsize=5356 CPUtime=0
/proc/22894/stat : 22894 (sh) S 22881 22881 22267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22894/statm: 1339 233 193 169 0 50 0
[pid=22895] ppid=22894 vsize=864464 CPUtime=12.22
/proc/22895/stat : 22895 (java) S 22894 22881 22267 0 -1 0 12607 0 1 0 1208 14 0 0 18 0 9 0 23872905 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22895/statm: 216116 10272 2590 9 0 210593 0
[pid=22895/tid=22896] ppid=22894 vsize=864464 CPUtime=11.22
/proc/22895/task/22896/stat : 22896 (java) R 22894 22881 22267 0 -1 64 3204 0 1 0 1116 6 0 0 25 0 9 0 23872906 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 103563670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22897] ppid=22894 vsize=864464 CPUtime=0.88
/proc/22895/task/22897/stat : 22897 (java) S 22894 22881 22267 0 -1 64 8364 0 0 0 82 6 0 0 16 0 9 0 23872907 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22898] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22898/stat : 22898 (java) S 22894 22881 22267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872907 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22899] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22899/stat : 22899 (java) S 22894 22881 22267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872907 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22900] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22900/stat : 22900 (java) S 22894 22881 22267 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23872909 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22901] ppid=22894 vsize=864464 CPUtime=0.09
/proc/22895/task/22901/stat : 22901 (java) S 22894 22881 22267 0 -1 64 341 0 0 0 9 0 0 0 16 0 9 0 23872909 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22902] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22902/stat : 22902 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23872909 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22903] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22903/stat : 22903 (java) S 22894 22881 22267 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23872909 885211136 10272 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 886688

[startup+25.5029 s]
/proc/loadavg: 2.11 2.22 2.16 3/85 22903
/proc/meminfo: memFree=1562272/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=0.28
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1310 4704 0 1 5 1 18 4 16 0 1 0 23872871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1111 409 3 0 796 0
[pid=22894] ppid=22881 vsize=5356 CPUtime=0
/proc/22894/stat : 22894 (sh) S 22881 22881 22267 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23872905 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22894/statm: 1339 233 193 169 0 50 0
[pid=22895] ppid=22894 vsize=864464 CPUtime=24.89
/proc/22895/stat : 22895 (java) S 22894 22881 22267 0 -1 0 14760 0 1 0 2470 19 0 0 18 0 9 0 23872905 885211136 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22895/statm: 216116 10958 2590 9 0 210593 0
[pid=22895/tid=22896] ppid=22894 vsize=864464 CPUtime=23.53
/proc/22895/task/22896/stat : 22896 (java) R 22894 22881 22267 0 -1 64 3444 0 1 0 2344 9 0 0 25 0 9 0 23872906 885211136 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4126592276 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22897] ppid=22894 vsize=864464 CPUtime=1.24
/proc/22895/task/22897/stat : 22897 (java) S 22894 22881 22267 0 -1 64 10272 0 0 0 115 9 0 0 16 0 9 0 23872907 885211136 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22898] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22898/stat : 22898 (java) S 22894 22881 22267 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23872907 885211136 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22899] ppid=22894 vsize=864464 CPUtime=0
/proc/22895/task/22899/stat : 22899 (java) S 22894 22881 22267 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23872907 885211136 10958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22895/tid=22900] ppid=22894 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1358560/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=75352 CPUtime=1315.81
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 18551 0 0 0 131561 20 0 0 25 0 1 0 23876525 77160448 18537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 18838 18537 75 150 0 18685 0
Current children cumulated CPU time (s) 1351.89
Current children cumulated vsize (KiB) 97576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/87 22990
/proc/meminfo: memFree=1356768/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=78064 CPUtime=1375.25
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 18988 0 0 0 137505 20 0 0 25 0 1 0 23876525 79937536 18974 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 19516 18974 75 150 0 19363 0
Current children cumulated CPU time (s) 1411.33
Current children cumulated vsize (KiB) 100288

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1355104/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=79652 CPUtime=1434.68
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 19403 0 0 0 143448 20 0 0 25 0 1 0 23876525 81563648 19389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 19913 19389 75 150 0 19760 0
Current children cumulated CPU time (s) 1470.76
Current children cumulated vsize (KiB) 101876

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1353440/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=81244 CPUtime=1494.12
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 19804 0 0 0 149391 21 0 0 25 0 1 0 23876525 83193856 19790 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 20311 19790 75 150 0 20158 0
Current children cumulated CPU time (s) 1530.2
Current children cumulated vsize (KiB) 103468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1299232/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=82748 CPUtime=1553.31
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 20194 0 0 0 155310 21 0 0 25 0 1 0 23876525 84733952 20180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 20687 20180 75 150 0 20534 0
Current children cumulated CPU time (s) 1589.39
Current children cumulated vsize (KiB) 104972

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1297632/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=84212 CPUtime=1612.74
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 20572 0 0 0 161252 22 0 0 25 0 1 0 23876525 86233088 20558 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 21053 20558 75 150 0 20900 0
Current children cumulated CPU time (s) 1648.82
Current children cumulated vsize (KiB) 106436

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1296224/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=85664 CPUtime=1672.19
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 20948 0 0 0 167196 23 0 0 25 0 1 0 23876525 87719936 20934 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 21416 20934 75 150 0 21263 0
Current children cumulated CPU time (s) 1708.27
Current children cumulated vsize (KiB) 107888

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1294496/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=87144 CPUtime=1731.62
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 21304 0 0 0 173139 23 0 0 25 0 1 0 23876525 89235456 21290 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 21786 21290 75 150 0 21633 0
Current children cumulated CPU time (s) 1767.7
Current children cumulated vsize (KiB) 109368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1293536/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=87968 CPUtime=1763.92
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 21528 0 0 0 176368 24 0 0 25 0 1 0 23876525 90079232 21514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 21992 21514 75 150 0 21839 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 110192

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

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

[startup+1814.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 22990
/proc/meminfo: memFree=1293536/2055920 swapFree=4192812/4192956
[pid=22881] ppid=22879 vsize=16868 CPUtime=36.08
/proc/22881/stat : 22881 (sugar) S 22879 22881 22267 0 -1 4194304 1376 21873 0 2 6 1 3570 31 16 0 1 0 23872871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22881/statm: 4217 1113 409 3 0 796 0
[pid=22904] ppid=22881 vsize=5356 CPUtime=0
/proc/22904/stat : 22904 (sh) S 22881 22881 22267 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22904/statm: 1339 232 193 169 0 50 0
[pid=22905] ppid=22904 vsize=87968 CPUtime=1763.92
/proc/22905/stat : 22905 (minisat) R 22904 22881 22267 0 -1 4194304 21528 0 0 0 176368 24 0 0 25 0 1 0 23876525 90079232 21514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22905/statm: 21992 21514 75 150 0 21839 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 110192

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22881 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=771561
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=336948
# CPU time returned by wait4() is 36.1085
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.94
CPU time (s): 1800
CPU user time (s): 1799.44
CPU system time (s): 0.56
CPU usage (%): 99.1767
Max. virtual memory (cumulated for all children) (KiB): 889900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.7716
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23632
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= 9071
involuntary context switches= 9683

runsolver used 2.02969 second user time and 6.25405 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 05:08:08
IDJOB=2079387
IDBENCH=56892
IDSOLVER=739
FILE ID=node39/2079387-1247368088
PBS_JOBID= 9507135
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-9_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-2079387-1247368088/watcher-2079387-1247368088 -o /tmp/evaluation-result-2079387-1247368088/solver-2079387-1247368088 -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-2079387-1247368088.xml

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

MD5SUM BENCH= cc349870ad14cc63690440668c347c92
RANDOM SEED=1879653563

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1610072 kB
Buffers:         48436 kB
Cached:         289864 kB
SwapCached:          0 kB
Active:         186200 kB
Inactive:       182408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1610072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          41460 kB
Slab:            62420 kB
Committed_AS:   173000 kB
PageTables:       1836 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= 66428 MiB
End job on node39 at 2009-07-12 05:38:25