Trace number 2079431

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.04 1806.94

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-9_ext.xml
MD5SUM4e1f407395803ee445eb1875482b8032
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 benchmark32.88
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints16
Maximum constraint arity9
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:08:37 2009
0.00/0.08	c 0	PID 25031
0.06/0.08	c 0	HOST node33.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079431-1247368117.xml TO HOME/temp.csp
0.06/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-2079431-1247368117.xml' 'HOME/temp.csp'
0.06/0.52	c 0	1 domains, 63 variables, 0 predicates, 2 relations, 16 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	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.49/0.65	c 0	Parsing HOME/temp.csp
0.49/0.77	c 1	parsed 82 expressions
0.49/0.78	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.78	c 1	Converting to clausal form CSP
0.49/0.80	c 1	converted 9 (10%) expressions
0.49/0.80	c 1	converted 17 (20%) expressions
0.49/0.80	c 1	converted 25 (30%) expressions
0.49/0.80	c 1	converted 33 (40%) expressions
0.49/0.80	c 1	converted 41 (50%) expressions
0.49/0.81	c 1	converted 50 (60%) expressions
0.49/0.81	c 1	converted 58 (70%) expressions
0.49/0.82	c 1	converted 66 (80%) expressions
1.09/1.29	c 1	converted 74 (90%) expressions
1.59/1.71	c 1	converted 82 (100%) expressions
1.59/1.71	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.59/1.71	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.71	c 1	Propagation in CSP
1.59/1.71	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.71	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.59/1.71	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.59/1.72	c 1	CSP : 63 integers, 0 booleans, 16 clauses, largest domain size 26
1.59/1.72	c 1	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.88	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.69/1.88	c 2	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.69/1.88	c 2	19 (30%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.69/1.89	c 2	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.69/1.89	c 2	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.69/1.89	c 2	38 (60%) CSP integer variables are encoded (912 clauses, 9888 bytes)
1.69/1.89	c 2	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.69/1.89	c 2	51 (80%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
1.69/1.89	c 2	57 (90%) CSP integer variables are encoded (1368 clauses, 15721 bytes)
1.69/1.89	c 2	63 (100%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
10.00/10.30	c 10	2 (10%) CSP clauses are encoded (67042 clauses, 2952583 bytes)
18.32/18.63	c 18	4 (20%) CSP clauses are encoded (132572 clauses, 5917817 bytes)
22.67/23.00	c 23	5 (30%) CSP clauses are encoded (165337 clauses, 7506477 bytes)
30.90/31.36	c 31	7 (40%) CSP clauses are encoded (230867 clauses, 10683797 bytes)
35.06/35.54	c 35	8 (50%) CSP clauses are encoded (263632 clauses, 12272457 bytes)
45.36/45.96	c 46	10 (60%) CSP clauses are encoded (335545 clauses, 15701244 bytes)
57.43/58.13	c 58	12 (70%) CSP clauses are encoded (413841 clauses, 20043664 bytes)
63.68/64.42	c 64	13 (80%) CSP clauses are encoded (452989 clauses, 22214874 bytes)
75.77/76.66	c 76	15 (90%) CSP clauses are encoded (531285 clauses, 27189463 bytes)
81.80/82.72	c 82	16 (100%) CSP clauses are encoded (570433 clauses, 29823204 bytes)
81.80/82.72	c 82	16 CSP clauses encoded
81.80/82.72	c 82	Writing map file : HOME/temp.map
81.80/82.72	c 82	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
81.80/82.72	c 82	SAT : 1575 SAT variables, 570433 SAT clauses, 29823204 bytes
81.80/82.72	c 82	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
81.80/82.76	c 83	SOLVING HOME/temp.cnf
81.80/82.76	c 83	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
81.80/82.77	c 83	This is MiniSat 2.0 beta
81.80/82.77	c 83	WARNING: for repeatability, setting FPU to use double precision
81.80/82.77	c 83	============================[ Problem Statistics ]=============================
81.80/82.77	c 83	|                                                                             |
81.80/82.77	c 83	|  Number of variables:  1575                                                 |
81.80/82.77	c 83	|  Number of clauses:    570433                                               |
81.85/83.50	c 83	|  Parsing time:         0.64         s                                       |
82.57/83.55	c 83	============================[ Search Statistics ]==============================
82.57/83.55	c 83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.57/83.55	c 83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.57/83.55	c 83	===============================================================================
82.57/83.55	c 83	|         0 |    1575   570433  6116403 |   190144        0    nan |  0.000 % |
82.57/83.57	c 83	|       100 |    1575   570433  6116403 |   209158      100      6 |  0.000 % |
82.68/83.61	c 83	|       253 |    1575   570433  6116403 |   230074      253      6 |  0.001 % |
82.68/83.64	c 83	|       480 |    1575   570433  6116403 |   253082      480      7 |  0.001 % |
82.77/83.73	c 83	|       818 |    1575   570433  6116403 |   278390      818      7 |  0.001 % |
82.77/83.79	c 84	|      1324 |    1575   570433  6116403 |   306229     1324      8 |  0.000 % |
83.07/84.01	c 84	|      2083 |    1575   570433  6116403 |   336852     2083      8 |  0.001 % |
84.55/85.50	c 85	|      3223 |    1575   570433  6116403 |   370537     3223     10 |  0.001 % |
87.43/88.49	c 88	|      4932 |    1575   570433  6116403 |   407591     4932     11 |  0.000 % |
92.88/93.95	c 94	|      7495 |    1575   570433  6116403 |   448350     7495     12 |  0.001 % |
100.70/101.89	c 102	|     11339 |    1575   570433  6116403 |   493185    11339     12 |  0.001 % |
113.48/114.79	c 115	|     17107 |    1575   570433  6116403 |   542503    17107     14 |  0.001 % |
134.18/135.62	c 135	|     25756 |    1575   570433  6116403 |   596754    25756     14 |  0.000 % |
165.97/167.75	c 168	|     38731 |    1575   570433  6116403 |   656429    38731     15 |  0.001 % |
209.78/211.60	c 211	|     58193 |    1575   570433  6116403 |   722072    58193     16 |  0.000 % |
282.05/283.96	c 284	|     87385 |    1575   570433  6116403 |   794280    87385     16 |  0.001 % |
401.82/403.79	c 404	|    131174 |    1575   570433  6116403 |   873708   131174     16 |  0.001 % |
582.94/584.97	c 585	|    196860 |    1569   566075  6070859 |   961078   131027     17 |  0.381 % |
904.62/906.74	c 906	|    295386 |    1562   559584  5999481 |  1057186   159318     16 |  0.826 % |
1383.81/1389.18	c 1389	|    443175 |    1562   559584  5999481 |  1162905   307107     18 |  0.825 % |
1800.04/1806.92	c ERROR INTERRUPTED
1800.04/1806.93	s UNKNOWN
1800.04/1806.93	c 1807	CPU 81.86 (0.06 0.02 81.26 0.52)
1800.04/1806.93	c 1807	END Sun Jul 12 05:38:44 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-2079431-1247368117/watcher-2079431-1247368117 -o /tmp/evaluation-result-2079431-1247368117/solver-2079431-1247368117 -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-2079431-1247368117.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: 1.98 2.05 2.07 4/76 25031
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=12268 CPUtime=0
/proc/25031/stat : 25031 (sugar) R 25029 25031 24630 0 -1 4194304 348 0 0 0 0 0 0 0 24 0 1 0 23877670 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210824297061 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25031/statm: 3067 316 241 3 0 167 0

[startup+0.083488 s]
/proc/loadavg: 1.98 2.05 2.07 4/76 25031
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16740 CPUtime=0.06
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23877670 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102078 s]
/proc/loadavg: 1.98 2.05 2.07 4/76 25031
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.06
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302101 s]
/proc/loadavg: 1.98 2.05 2.07 4/76 25031
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.06
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702144 s]
/proc/loadavg: 1.98 2.05 2.07 4/76 25031
/proc/meminfo: memFree=1672104/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.49
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1309 4959 0 1 5 1 39 4 16 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50225 s]
/proc/loadavg: 1.98 2.05 2.07 3/87 25053
/proc/meminfo: memFree=1655632/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.49
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1310 4959 0 1 5 1 39 4 16 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
[pid=25044] ppid=25031 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (sh) S 25031 25031 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23877727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 233 193 169 0 50 0
[pid=25045] ppid=25044 vsize=864476 CPUtime=0.9
/proc/25045/stat : 25045 (java) S 25044 25031 24630 0 -1 0 10689 0 1 0 84 6 0 0 18 0 9 0 23877727 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25045/statm: 216119 9952 2566 9 0 210624 0
[pid=25045/tid=25046] ppid=25044 vsize=864476 CPUtime=0.4
/proc/25045/task/25046/stat : 25046 (java) R 25044 25031 24630 0 -1 64 2804 0 1 0 39 1 0 0 19 0 9 0 23877728 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25047] ppid=25044 vsize=864476 CPUtime=0.43
/proc/25045/task/25047/stat : 25047 (java) R 25044 25031 24630 0 -1 64 6875 0 0 0 40 3 0 0 17 0 9 0 23877729 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 103732260 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25048] ppid=25044 vsize=864476 CPUtime=0
/proc/25045/task/25048/stat : 25048 (java) S 25044 25031 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23877729 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25049] ppid=25044 vsize=864476 CPUtime=0
/proc/25045/task/25049/stat : 25049 (java) S 25044 25031 24630 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23877729 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25050] ppid=25044 vsize=864476 CPUtime=0
/proc/25045/task/25050/stat : 25050 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23877732 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25051] ppid=25044 vsize=864476 CPUtime=0.04
/proc/25045/task/25051/stat : 25051 (java) S 25044 25031 24630 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23877732 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25052] ppid=25044 vsize=864476 CPUtime=0
/proc/25045/task/25052/stat : 25052 (java) S 25044 25031 24630 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23877732 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25053] ppid=25044 vsize=864476 CPUtime=0
/proc/25045/task/25053/stat : 25053 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23877732 885223424 9952 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886700

[startup+3.10143 s]
/proc/loadavg: 1.98 2.05 2.07 3/87 25053
/proc/meminfo: memFree=1632848/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.49
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1310 4959 0 1 5 1 39 4 15 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
[pid=25044] ppid=25031 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (sh) S 25031 25031 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23877727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 233 193 169 0 50 0
[pid=25045] ppid=25044 vsize=864464 CPUtime=2.48
/proc/25045/stat : 25045 (java) S 25044 25031 24630 0 -1 0 12456 0 1 0 240 8 0 0 18 0 9 0 23877727 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25045/statm: 216116 11671 2590 9 0 210593 0
[pid=25045/tid=25046] ppid=25044 vsize=864464 CPUtime=1.6
/proc/25045/task/25046/stat : 25046 (java) R 25044 25031 24630 0 -1 64 3042 0 1 0 158 2 0 0 25 0 9 0 23877728 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4126573034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25047] ppid=25044 vsize=864464 CPUtime=0.77
/proc/25045/task/25047/stat : 25047 (java) S 25044 25031 24630 0 -1 64 8381 0 0 0 73 4 0 0 16 0 9 0 23877729 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25048] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25048/stat : 25048 (java) S 25044 25031 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25049] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25049/stat : 25049 (java) S 25044 25031 24630 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25050] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25050/stat : 25050 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23877732 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25051] ppid=25044 vsize=864464 CPUtime=0.08
/proc/25045/task/25051/stat : 25051 (java) S 25044 25031 24630 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23877732 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25052] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25052/stat : 25052 (java) S 25044 25031 24630 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23877732 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25053] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25053/stat : 25053 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23877732 885211136 11671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886688

[startup+6.3034 s]
/proc/loadavg: 1.98 2.05 2.07 3/87 25053
/proc/meminfo: memFree=1629200/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.49
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1310 4959 0 1 5 1 39 4 15 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
[pid=25044] ppid=25031 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (sh) S 25031 25031 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23877727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 233 193 169 0 50 0
[pid=25045] ppid=25044 vsize=864464 CPUtime=5.65
/proc/25045/stat : 25045 (java) S 25044 25031 24630 0 -1 0 13368 0 1 0 555 10 0 0 18 0 9 0 23877727 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25045/statm: 216116 12535 2590 9 0 210593 0
[pid=25045/tid=25046] ppid=25044 vsize=864464 CPUtime=4.69
/proc/25045/task/25046/stat : 25046 (java) R 25044 25031 24630 0 -1 64 3090 0 1 0 466 3 0 0 25 0 9 0 23877728 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25047] ppid=25044 vsize=864464 CPUtime=0.84
/proc/25045/task/25047/stat : 25047 (java) S 25044 25031 24630 0 -1 64 9242 0 0 0 79 5 0 0 15 0 9 0 23877729 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25048] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25048/stat : 25048 (java) S 25044 25031 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25049] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25049/stat : 25049 (java) S 25044 25031 24630 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25050] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25050/stat : 25050 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23877732 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25051] ppid=25044 vsize=864464 CPUtime=0.09
/proc/25045/task/25051/stat : 25051 (java) S 25044 25031 24630 0 -1 64 337 0 0 0 9 0 0 0 16 0 9 0 23877732 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25052] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25052/stat : 25052 (java) S 25044 25031 24630 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23877732 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25053] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25053/stat : 25053 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23877732 885211136 12535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886688

[startup+12.7016 s]
/proc/loadavg: 1.99 2.05 2.07 3/87 25053
/proc/meminfo: memFree=1620304/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.49
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1310 4959 0 1 5 1 39 4 16 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
[pid=25044] ppid=25031 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (sh) S 25031 25031 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23877727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 233 193 169 0 50 0
[pid=25045] ppid=25044 vsize=864464 CPUtime=11.99
/proc/25045/stat : 25045 (java) S 25044 25031 24630 0 -1 0 14820 0 1 0 1186 13 0 0 18 0 9 0 23877727 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25045/statm: 216116 13921 2590 9 0 210593 0
[pid=25045/tid=25046] ppid=25044 vsize=864464 CPUtime=10.9
/proc/25045/task/25046/stat : 25046 (java) R 25044 25031 24630 0 -1 64 3156 0 1 0 1086 4 0 0 25 0 9 0 23877728 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4126572400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25047] ppid=25044 vsize=864464 CPUtime=0.97
/proc/25045/task/25047/stat : 25047 (java) S 25044 25031 24630 0 -1 64 10628 0 0 0 90 7 0 0 16 0 9 0 23877729 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25048] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25048/stat : 25048 (java) S 25044 25031 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25049] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25049/stat : 25049 (java) S 25044 25031 24630 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25050] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25050/stat : 25050 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23877732 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25051] ppid=25044 vsize=864464 CPUtime=0.09
/proc/25045/task/25051/stat : 25051 (java) S 25044 25031 24630 0 -1 64 337 0 0 0 9 0 0 0 17 0 9 0 23877732 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25052] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25052/stat : 25052 (java) S 25044 25031 24630 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23877732 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25053] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25053/stat : 25053 (java) S 25044 25031 24630 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23877732 885211136 13921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886688

[startup+25.5021 s]
/proc/loadavg: 1.99 2.04 2.07 3/87 25053
/proc/meminfo: memFree=1607504/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=0.5
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1310 4959 0 1 6 1 39 4 16 0 1 0 23877670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25031/statm: 4217 1111 409 3 0 796 0
[pid=25044] ppid=25031 vsize=5356 CPUtime=0
/proc/25044/stat : 25044 (sh) S 25031 25031 24630 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23877727 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25044/statm: 1339 233 193 169 0 50 0
[pid=25045] ppid=25044 vsize=864464 CPUtime=24.66
/proc/25045/stat : 25045 (java) S 25044 25031 24630 0 -1 0 19376 0 1 0 2445 21 0 0 18 0 9 0 23877727 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25045/statm: 216116 15819 2590 9 0 210593 0
[pid=25045/tid=25046] ppid=25044 vsize=864464 CPUtime=23.06
/proc/25045/task/25046/stat : 25046 (java) R 25044 25031 24630 0 -1 64 3313 0 1 0 2299 7 0 0 25 0 9 0 23877728 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4126592720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25047] ppid=25044 vsize=864464 CPUtime=1.47
/proc/25045/task/25047/stat : 25047 (java) S 25044 25031 24630 0 -1 64 15023 0 0 0 135 12 0 0 16 0 9 0 23877729 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25048] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25048/stat : 25048 (java) S 25044 25031 24630 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25049] ppid=25044 vsize=864464 CPUtime=0
/proc/25045/task/25049/stat : 25049 (java) S 25044 25031 24630 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23877729 885211136 15819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25045/tid=25050] ppid=25044 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1182488/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=82692 CPUtime=1275.15
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 20240 0 0 0 127492 23 0 0 25 0 1 0 23885947 84676608 20226 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 20673 20226 75 150 0 20520 0
Current children cumulated CPU time (s) 1357.01
Current children cumulated vsize (KiB) 104916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/87 25168
/proc/meminfo: memFree=1180248/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=85464 CPUtime=1335.14
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 20774 0 0 0 133490 24 0 0 25 0 1 0 23885947 87515136 20760 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 21366 20760 75 150 0 21213 0
Current children cumulated CPU time (s) 1417
Current children cumulated vsize (KiB) 107688

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25168
/proc/meminfo: memFree=1154392/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=87016 CPUtime=1394.99
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 21179 0 0 0 139474 25 0 0 25 0 1 0 23885947 89104384 21165 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 21754 21165 75 150 0 21601 0
Current children cumulated CPU time (s) 1476.85
Current children cumulated vsize (KiB) 109240

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 25168
/proc/meminfo: memFree=1152664/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=88700 CPUtime=1454.96
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 21585 0 0 0 145471 25 0 0 25 0 1 0 23885947 90828800 21571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 22175 21571 75 150 0 22022 0
Current children cumulated CPU time (s) 1536.82
Current children cumulated vsize (KiB) 110924

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/86 25207
/proc/meminfo: memFree=1263712/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=89952 CPUtime=1514.59
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 21930 0 0 0 151433 26 0 0 25 0 1 0 23885947 92110848 21916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25055/statm: 22488 21916 75 150 0 22335 0
Current children cumulated CPU time (s) 1596.45
Current children cumulated vsize (KiB) 112176

[startup+1662.3 s]
/proc/loadavg: 2.19 2.05 2.01 3/86 25207
/proc/meminfo: memFree=970784/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=91340 CPUtime=1574.05
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 22267 0 0 0 157378 27 0 0 25 0 1 0 23885947 93532160 22253 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 22835 22253 75 150 0 22682 0
Current children cumulated CPU time (s) 1655.91
Current children cumulated vsize (KiB) 113564

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/86 25207
/proc/meminfo: memFree=969120/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=92588 CPUtime=1634.02
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 22602 0 0 0 163374 28 0 0 25 0 1 0 23885947 94810112 22588 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25055/statm: 23147 22588 75 150 0 22994 0
Current children cumulated CPU time (s) 1715.88
Current children cumulated vsize (KiB) 114812

[startup+1782.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/86 25207
/proc/meminfo: memFree=968032/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=93924 CPUtime=1693.7
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 22918 0 0 0 169342 28 0 0 25 0 1 0 23885947 96178176 22904 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25055/statm: 23481 22904 75 150 0 23328 0
Current children cumulated CPU time (s) 1775.56
Current children cumulated vsize (KiB) 116148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.9 s]
/proc/loadavg: 2.10 2.06 2.01 3/86 25207
/proc/meminfo: memFree=967008/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=94708 CPUtime=1718.18
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 23124 0 0 0 171790 28 0 0 25 0 1 0 23885947 96980992 23110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25055/statm: 23677 23110 75 150 0 23524 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 116932

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

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

[startup+1806.9 s]
/proc/loadavg: 2.10 2.06 2.01 3/86 25207
/proc/meminfo: memFree=967008/2055920 swapFree=4192812/4192956
[pid=25031] ppid=25029 vsize=16868 CPUtime=81.86
/proc/25031/stat : 25031 (sugar) S 25029 25031 24630 0 -1 4194304 1376 31142 0 2 6 2 8126 52 16 0 1 0 23877670 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25031/statm: 4217 1113 409 3 0 796 0
[pid=25054] ppid=25031 vsize=5356 CPUtime=0
/proc/25054/stat : 25054 (sh) S 25031 25031 24630 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885946 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25054/statm: 1339 232 193 169 0 50 0
[pid=25055] ppid=25054 vsize=94708 CPUtime=1718.18
/proc/25055/stat : 25055 (minisat) R 25054 25031 24630 0 -1 4194304 23124 0 0 0 171790 28 0 0 25 0 1 0 23885947 96980992 23110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25055/statm: 23677 23110 75 150 0 23524 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 116932

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25031 and gives
#  childrusage.ru_utime.tv_sec=81
#  childrusage.ru_utime.tv_usec=335635
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=562914
# CPU time returned by wait4() is 81.8985
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.94
CPU time (s): 1800.04
CPU user time (s): 1799.22
CPU system time (s): 0.82
CPU usage (%): 99.6181
Max. virtual memory (cumulated for all children) (KiB): 893352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.3356
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32901
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= 11406
involuntary context switches= 12918

runsolver used 2.19067 second user time and 6.03008 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 05:08:37
IDJOB=2079431
IDBENCH=56897
IDSOLVER=739
FILE ID=node33/2079431-1247368117
PBS_JOBID= 9507111
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= 4e1f407395803ee445eb1875482b8032
RANDOM SEED=1753289701

node33.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:       1672520 kB
Buffers:         35448 kB
Cached:         182900 kB
SwapCached:          0 kB
Active:         239560 kB
Inactive:        85472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:         117340 kB
Slab:            43356 kB
Committed_AS:   371628 kB
PageTables:       2040 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= 66448 MiB
End job on node33 at 2009-07-12 05:38:46