Trace number 2077979

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.26 1803.33

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-3.xml
MD5SUM3f95c8d29be0573ddfe6516241da88fb
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark129.188
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64020
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63820
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 04:41:02 2009
0.00/0.07	c 0	PID 23441
0.00/0.07	c 0	HOST node91.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2077979-1247366462.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077979-1247366462.xml' 'HOME/temp.csp'
3.24/3.37	c 4	35 domains, 800 variables, 1 predicates, 0 relations, 64020 constraints
3.32/3.43	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.32/3.43	c 4	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'
3.34/3.51	c 4	Parsing HOME/temp.csp
3.34/3.67	c 4	parsed 10000 expressions
3.34/3.81	c 4	parsed 20000 expressions
3.34/3.97	c 4	parsed 30000 expressions
3.34/4.15	c 4	parsed 40000 expressions
3.34/4.24	c 5	parsed 50000 expressions
4.39/4.50	c 5	parsed 60000 expressions
4.39/4.55	c 5	parsed 64856 expressions
4.39/4.56	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.56	c 5	Converting to clausal form CSP
5.09/5.23	c 6	converted 6486 (10%) expressions
5.89/6.03	c 6	converted 12972 (20%) expressions
6.39/6.56	c 7	converted 19457 (30%) expressions
6.89/7.08	c 7	converted 25943 (40%) expressions
7.88/8.01	c 8	converted 32428 (50%) expressions
8.38/8.54	c 9	converted 38914 (60%) expressions
8.88/9.05	c 9	converted 45400 (70%) expressions
9.39/9.55	c 10	converted 51885 (80%) expressions
10.79/10.93	c 11	converted 58371 (90%) expressions
12.18/12.34	c 13	converted 64856 (100%) expressions
12.18/12.34	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.18/12.34	c 13	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.18/12.34	c 13	Propagation in CSP
12.48/12.63	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.48/12.64	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.48/12.64	c 13	Heap : 141 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.48/12.68	c 13	Simplifing CSP by introducing new Boolean variables
15.58/15.70	c 16	CSP : 800 integers, 309531 booleans, 403469 clauses, largest domain size 45
15.58/15.70	c 16	Heap : 227 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.98/17.20	c 17	Encoding CSP to SAT : HOME/temp.cnf
17.07/17.26	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.07/17.26	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.07/17.26	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.07/17.27	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.07/17.27	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.07/17.28	c 18	480 (60%) CSP integer variables are encoded (17393 clauses, 239253 bytes)
17.07/17.29	c 18	560 (70%) CSP integer variables are encoded (17550 clauses, 241608 bytes)
17.07/17.29	c 18	640 (80%) CSP integer variables are encoded (17704 clauses, 243918 bytes)
17.07/17.30	c 18	720 (90%) CSP integer variables are encoded (17826 clauses, 245748 bytes)
17.18/17.30	c 18	800 (100%) CSP integer variables are encoded (17951 clauses, 247623 bytes)
18.77/18.92	c 19	40347 (10%) CSP clauses are encoded (803369 clauses, 15377811 bytes)
20.27/20.49	c 21	80694 (20%) CSP clauses are encoded (1588367 clauses, 31236348 bytes)
21.87/22.10	c 22	121041 (30%) CSP clauses are encoded (2373093 clauses, 47502089 bytes)
23.55/23.76	c 24	161388 (40%) CSP clauses are encoded (3158038 clauses, 64234478 bytes)
25.16/25.39	c 26	201735 (50%) CSP clauses are encoded (3947682 clauses, 81128249 bytes)
26.85/27.02	c 27	242082 (60%) CSP clauses are encoded (4736834 clauses, 98102526 bytes)
28.45/28.69	c 29	282429 (70%) CSP clauses are encoded (5532891 clauses, 115839785 bytes)
30.25/30.49	c 31	322776 (80%) CSP clauses are encoded (6418837 clauses, 135546629 bytes)
32.45/32.69	c 33	363123 (90%) CSP clauses are encoded (7637240 clauses, 161531717 bytes)
34.75/34.90	c 35	403469 (100%) CSP clauses are encoded (8856258 clauses, 187691651 bytes)
34.75/34.90	c 35	403469 CSP clauses encoded
34.75/34.91	c 35	Writing map file : HOME/temp.map
34.75/34.94	c 35	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.75/34.94	c 35	SAT : 328261 SAT variables, 8856258 SAT clauses, 187691651 bytes
34.75/34.94	c 35	Heap : 186 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.83/35.00	c 35	SOLVING HOME/temp.cnf
34.83/35.00	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.83/35.00	c 35	This is MiniSat 2.0 beta
34.83/35.00	c 35	WARNING: for repeatability, setting FPU to use double precision
34.83/35.00	c 35	============================[ Problem Statistics ]=============================
34.83/35.00	c 35	|                                                                             |
34.83/35.00	c 35	|  Number of variables:  328261                                               |
34.83/35.00	c 35	|  Number of clauses:    8856258                                              |
39.75/39.96	c 40	|  Parsing time:         4.22         s                                       |
39.95/40.18	c 40	============================[ Search Statistics ]==============================
39.95/40.18	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.95/40.18	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.95/40.18	c 40	===============================================================================
39.95/40.18	c 40	|         0 |  328261  8856258 26036799 |  2952086        0    nan |  0.000 % |
42.85/43.04	c 43	|       100 |  328261  8856258 26036799 |  3247294      100      9 |  0.000 % |
43.95/44.15	c 44	|       250 |  328261  8856258 26036799 |  3572024      250     10 |  0.000 % |
45.24/45.44	c 46	|       475 |  328261  8856258 26036799 |  3929226      475     11 |  0.000 % |
46.24/46.43	c 47	|       812 |  328261  8856258 26036799 |  4322149      812     12 |  0.000 % |
47.94/48.11	c 48	|      1318 |  328261  8856258 26036799 |  4754364     1318     19 |  0.000 % |
50.84/51.02	c 51	|      2079 |  328261  8856258 26036799 |  5229800     2079     18 |  0.000 % |
53.83/54.01	c 54	|      3218 |  328261  8856258 26036799 |  5752780     3218     17 |  0.000 % |
54.84/55.05	c 55	|      4926 |  328261  8856258 26036799 |  6328058     4926     20 |  0.000 % |
57.34/57.53	c 58	|      7488 |  328261  8856258 26036799 |  6960864     7488     22 |  0.000 % |
58.94/59.18	c 59	|     11332 |  328261  8856258 26036799 |  7656950    11332     27 |  0.000 % |
60.83/61.02	c 61	|     17098 |  328261  8856258 26036799 |  8422645    17098     28 |  0.000 % |
63.43/63.67	c 64	|     25748 |  328261  8856258 26036799 |  9264910    25748     31 |  0.000 % |
68.43/68.65	c 69	|     38723 |  328261  8856258 26036799 | 10191401    38723     40 |  0.000 % |
76.43/76.64	c 77	|     58185 |  328261  8856258 26036799 | 11210541    58185     36 |  0.000 % |
88.32/88.51	c 89	|     87378 |  328261  8856258 26036799 | 12331595    87378     38 |  0.000 % |
108.62/108.80	c 109	|    131167 |  328261  8856258 26036799 | 13564755   131167     43 |  0.000 % |
136.00/136.27	c 137	|    196853 |  328261  8856258 26036799 | 14921230   196853     43 |  0.000 % |
184.09/184.36	c 185	|    295379 |  328261  8856258 26036799 | 16413354   295379     45 |  0.000 % |
267.27/267.56	c 268	|    443169 |  328261  8856258 26036799 | 18054689   443169     45 |  0.000 % |
477.31/477.63	c 478	|    664852 |  328261  8856258 26036799 | 19860158   664852     45 |  0.000 % |
762.72/763.95	c 764	|    997378 |  328261  8856258 26036799 | 21846174   997378     46 |  0.000 % |
1153.07/1155.05	c 1155	|   1496166 |  328261  8856258 26036799 | 24030791  1496166     46 |  0.000 % |
1800.09/1803.11	c ERROR INTERRUPTED
1800.21/1803.24	s UNKNOWN
1800.21/1803.24	c 1804	CPU 34.86 (0.06 0.02 32.84 1.94)
1800.21/1803.24	c 1804	END Sun Jul 12 05:11:06 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-2077979-1247366462/watcher-2077979-1247366462 -o /tmp/evaluation-result-2077979-1247366462/solver-2077979-1247366462 -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-2077979-1247366462.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.09 2.18 2.26 4/83 23441
/proc/meminfo: memFree=1008096/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=12272 CPUtime=0
/proc/23441/stat : 23441 (sugar) R 23439 23441 16855 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23710846 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 0 0 0 17 1 0 0
/proc/23441/statm: 3068 327 246 3 0 168 0

[startup+0.0913699 s]
/proc/loadavg: 2.09 2.18 2.26 4/83 23441
/proc/meminfo: memFree=1008096/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102367 s]
/proc/loadavg: 2.09 2.18 2.26 4/83 23441
/proc/meminfo: memFree=1008096/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302384 s]
/proc/loadavg: 2.09 2.18 2.26 4/83 23441
/proc/meminfo: memFree=1008096/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702441 s]
/proc/loadavg: 2.09 2.18 2.26 4/83 23441
/proc/meminfo: memFree=1008096/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.09 2.18 2.26 4/94 23453
/proc/meminfo: memFree=972360/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
[pid=23444] ppid=23441 vsize=5356 CPUtime=0
/proc/23444/stat : 23444 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23710854 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23444/statm: 1339 233 193 169 0 50 0
[pid=23445] ppid=23444 vsize=866764 CPUtime=1.4
/proc/23445/stat : 23445 (java) S 23444 23441 16855 0 -1 0 18011 0 1 0 129 11 0 0 19 0 9 0 23710854 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23445/statm: 216691 15580 2557 9 0 211203 0
[pid=23445/tid=23446] ppid=23444 vsize=866764 CPUtime=0.68
/proc/23445/task/23446/stat : 23446 (java) R 23444 23441 16855 0 -1 64 3034 0 1 0 65 3 0 0 25 0 9 0 23710855 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23447] ppid=23444 vsize=866764 CPUtime=0.6
/proc/23445/task/23447/stat : 23447 (java) R 23444 23441 16855 0 -1 64 13786 0 0 0 53 7 0 0 17 0 9 0 23710856 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 104516149 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23448] ppid=23444 vsize=866764 CPUtime=0
/proc/23445/task/23448/stat : 23448 (java) S 23444 23441 16855 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23710857 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23449] ppid=23444 vsize=866764 CPUtime=0
/proc/23445/task/23449/stat : 23449 (java) S 23444 23441 16855 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23710857 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23450] ppid=23444 vsize=866764 CPUtime=0
/proc/23445/task/23450/stat : 23450 (java) S 23444 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23710859 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23451] ppid=23444 vsize=866764 CPUtime=0.09
/proc/23445/task/23451/stat : 23451 (java) S 23444 23441 16855 0 -1 64 486 0 0 0 9 0 0 0 16 0 9 0 23710859 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23452] ppid=23444 vsize=866764 CPUtime=0
/proc/23445/task/23452/stat : 23452 (java) S 23444 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23710859 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23453] ppid=23444 vsize=866764 CPUtime=0
/proc/23445/task/23453/stat : 23453 (java) S 23444 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23710859 887566336 15580 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 888988

[startup+3.1017 s]
/proc/loadavg: 2.09 2.18 2.26 4/94 23453
/proc/meminfo: memFree=921736/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=0.07
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1227 128 0 0 5 2 0 0 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
[pid=23444] ppid=23441 vsize=5356 CPUtime=0
/proc/23444/stat : 23444 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23710854 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23444/statm: 1339 233 193 169 0 50 0
[pid=23445] ppid=23444 vsize=864776 CPUtime=2.98
/proc/23445/stat : 23445 (java) S 23444 23441 16855 0 -1 0 31601 0 1 0 279 19 0 0 19 0 9 0 23710854 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23445/statm: 216194 26683 2557 9 0 210706 0
[pid=23445/tid=23446] ppid=23444 vsize=864776 CPUtime=1.5
/proc/23445/task/23446/stat : 23446 (java) R 23444 23441 16855 0 -1 64 3936 0 1 0 146 4 0 0 25 0 9 0 23710855 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4126509528 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23447] ppid=23444 vsize=864776 CPUtime=1.3
/proc/23445/task/23447/stat : 23447 (java) S 23444 23441 16855 0 -1 64 26434 0 0 0 117 13 0 0 16 0 9 0 23710856 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23448] ppid=23444 vsize=864776 CPUtime=0
/proc/23445/task/23448/stat : 23448 (java) S 23444 23441 16855 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23710857 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23449] ppid=23444 vsize=864776 CPUtime=0
/proc/23445/task/23449/stat : 23449 (java) S 23444 23441 16855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23710857 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23450] ppid=23444 vsize=864776 CPUtime=0
/proc/23445/task/23450/stat : 23450 (java) S 23444 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 23710859 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23451] ppid=23444 vsize=864776 CPUtime=0.15
/proc/23445/task/23451/stat : 23451 (java) S 23444 23441 16855 0 -1 64 526 0 0 0 15 0 0 0 16 0 9 0 23710859 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23452] ppid=23444 vsize=864776 CPUtime=0
/proc/23445/task/23452/stat : 23452 (java) S 23444 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23710859 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23445/tid=23453] ppid=23444 vsize=864776 CPUtime=0
/proc/23445/task/23453/stat : 23453 (java) S 23444 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23710859 885530624 26683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887000

[startup+6.30206 s]
/proc/loadavg: 2.25 2.21 2.27 4/94 23463
/proc/meminfo: memFree=952776/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=3.34
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1309 32036 0 1 5 2 306 21 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
[pid=23454] ppid=23441 vsize=5356 CPUtime=0
/proc/23454/stat : 23454 (sh) S 23441 23441 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23711190 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1339 233 193 169 0 50 0
[pid=23455] ppid=23454 vsize=868636 CPUtime=2.85
/proc/23455/stat : 23455 (java) S 23454 23441 16855 0 -1 0 20072 0 1 0 272 13 0 0 18 0 9 0 23711190 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23455/statm: 217159 18278 2566 9 0 211664 0
[pid=23455/tid=23456] ppid=23454 vsize=868636 CPUtime=1.58
/proc/23455/task/23456/stat : 23456 (java) R 23454 23441 16855 0 -1 64 3170 0 1 0 156 2 0 0 25 0 9 0 23711191 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4126581897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23457] ppid=23454 vsize=868636 CPUtime=1.09
/proc/23455/task/23457/stat : 23457 (java) S 23454 23441 16855 0 -1 64 14739 0 0 0 101 8 0 0 16 0 9 0 23711192 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23458] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23458/stat : 23458 (java) S 23454 23441 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23711192 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23459] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23459/stat : 23459 (java) S 23454 23441 16855 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23711192 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23460] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23460/stat : 23460 (java) S 23454 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23711194 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23461] ppid=23454 vsize=868636 CPUtime=0.14
/proc/23455/task/23461/stat : 23461 (java) S 23454 23441 16855 0 -1 64 1461 0 0 0 13 1 0 0 17 0 9 0 23711194 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23462] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23462/stat : 23462 (java) S 23454 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23711194 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23463] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23463/stat : 23463 (java) S 23454 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23711194 889483264 18278 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890860

[startup+12.7028 s]
/proc/loadavg: 2.31 2.22 2.28 3/94 23463
/proc/meminfo: memFree=846024/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=3.34
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1310 32036 0 1 5 2 306 21 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
[pid=23454] ppid=23441 vsize=5356 CPUtime=0
/proc/23454/stat : 23454 (sh) S 23441 23441 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23711190 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1339 233 193 169 0 50 0
[pid=23455] ppid=23454 vsize=868636 CPUtime=9.24
/proc/23455/stat : 23455 (java) S 23454 23441 16855 0 -1 0 55825 0 1 0 890 34 0 0 18 0 9 0 23711190 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23455/statm: 217159 44225 2567 9 0 211664 0
[pid=23455/tid=23456] ppid=23454 vsize=868636 CPUtime=5.27
/proc/23455/task/23456/stat : 23456 (java) R 23454 23441 16855 0 -1 64 4488 0 1 0 523 4 0 0 25 0 9 0 23711191 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4126929282 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23457] ppid=23454 vsize=868636 CPUtime=3.77
/proc/23455/task/23457/stat : 23457 (java) S 23454 23441 16855 0 -1 64 49155 0 0 0 350 27 0 0 16 0 9 0 23711192 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23458] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23458/stat : 23458 (java) S 23454 23441 16855 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23711192 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23459] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23459/stat : 23459 (java) S 23454 23441 16855 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23711192 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23460] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23460/stat : 23460 (java) S 23454 23441 16855 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23711194 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23461] ppid=23454 vsize=868636 CPUtime=0.17
/proc/23455/task/23461/stat : 23461 (java) S 23454 23441 16855 0 -1 64 1480 0 0 0 16 1 0 0 16 0 9 0 23711194 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23462] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23462/stat : 23462 (java) S 23454 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23711194 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23463] ppid=23454 vsize=868636 CPUtime=0
/proc/23455/task/23463/stat : 23463 (java) S 23454 23441 16855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23711194 889483264 44225 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890860

[startup+25.5022 s]
/proc/loadavg: 2.32 2.22 2.28 3/94 23463
/proc/meminfo: memFree=656264/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=3.34
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1310 32036 0 1 5 2 306 21 16 0 1 0 23710846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1111 409 3 0 796 0
[pid=23454] ppid=23441 vsize=5356 CPUtime=0
/proc/23454/stat : 23454 (sh) S 23441 23441 16855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23711190 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23454/statm: 1339 233 193 169 0 50 0
[pid=23455] ppid=23454 vsize=868748 CPUtime=22.01
/proc/23455/stat : 23455 (java) S 23454 23441 16855 0 -1 0 94107 0 1 0 2097 104 0 0 18 0 9 0 23711190 889597952 68562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23455/statm: 217187 68562 2593 9 0 211664 0
[pid=23455/tid=23456] ppid=23454 vsize=868748 CPUtime=13.79
/proc/23455/task/23456/stat : 23456 (java) R 23454 23441 16855 0 -1 64 6075 0 1 0 1326 53 0 0 25 0 9 0 23711191 889597952 68562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23457] ppid=23454 vsize=868748 CPUtime=7.96
/proc/23455/task/23457/stat : 23457 (java) S 23454 23441 16855 0 -1 64 85809 0 0 0 748 48 0 0 16 0 9 0 23711192 889597952 68562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23458] ppid=23454 vsize=868748 CPUtime=0
/proc/23455/task/23458/stat : 23458 (java) S 23454 23441 16855 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23711192 889597952 68562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23459] ppid=23454 vsize=868748 CPUtime=0
/proc/23455/task/23459/stat : 23459 (java) S 23454 23441 16855 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23711192 889597952 68562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23455/tid=23460] ppid=23454 vsize=868748 CPUtime=0

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

/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 202371 0 0 0 144250 203 0 0 25 0 1 0 23714347 849125376 202357 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 207306 202357 76 150 0 207153 0
Current children cumulated CPU time (s) 1479.39
Current children cumulated vsize (KiB) 851448

[startup+1542.3 s]
/proc/loadavg: 2.01 2.07 2.14 3/86 23778
/proc/meminfo: memFree=563088/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=838384 CPUtime=1504.5
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 204693 0 0 0 150244 206 0 0 25 0 1 0 23714347 858505216 204679 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 209596 204679 76 150 0 209443 0
Current children cumulated CPU time (s) 1539.36
Current children cumulated vsize (KiB) 860608

[startup+1602.3 s]
/proc/loadavg: 2.00 2.05 2.12 3/86 23778
/proc/meminfo: memFree=540944/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=847452 CPUtime=1564.49
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 207017 0 0 0 156239 210 0 0 25 0 1 0 23714347 867790848 207003 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 211863 207003 76 150 0 211710 0
Current children cumulated CPU time (s) 1599.35
Current children cumulated vsize (KiB) 869676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/86 23778
/proc/meminfo: memFree=528080/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=856584 CPUtime=1624.47
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 209321 0 0 0 162235 212 0 0 25 0 1 0 23714347 877142016 209307 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 214146 209307 76 150 0 213993 0
Current children cumulated CPU time (s) 1659.33
Current children cumulated vsize (KiB) 878808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.10 3/86 23778
/proc/meminfo: memFree=518544/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=865840 CPUtime=1684.46
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 211690 0 0 0 168230 216 0 0 25 0 1 0 23714347 886620160 211676 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 216460 211676 76 150 0 216307 0
Current children cumulated CPU time (s) 1719.32
Current children cumulated vsize (KiB) 888064

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=509136/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=875120 CPUtime=1744.44
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 214023 0 0 0 174225 219 0 0 25 0 1 0 23714347 896122880 214009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 218780 214009 76 150 0 218627 0
Current children cumulated CPU time (s) 1779.3
Current children cumulated vsize (KiB) 897344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=505744/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1376 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=5356 CPUtime=0
/proc/23464/stat : 23464 (sh) S 23441 23441 16855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23714346 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23464/statm: 1339 232 193 169 0 50 0
[pid=23465] ppid=23464 vsize=878300 CPUtime=1765.23
/proc/23465/stat : 23465 (minisat) R 23464 23441 16855 0 -1 4194304 214844 0 0 0 176304 219 0 0 25 0 1 0 23714347 899379200 214830 996147200 134512640 135127466 4294956256 18446744073709551615 134521750 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 219575 214830 76 150 0 219422 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 900524

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

############
# WARNING:
# current cumulated CPU time (34.92 s) is less than in the last sample (1800.21 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1765.29 s) to the 'lost time'.

[startup+1803.22 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=505744/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1398 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=0 CPUtime=0
/proc/23464/stat : 23464 (sh) Z 23441 23441 16855 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 23714346 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23464/statm: 0 0 0 0 0 0 0
[pid=23465] ppid=1 vsize=0 CPUtime=1765.35
/proc/23465/stat : 23465 (minisat) R 1 23441 16855 0 -1 4195332 214844 0 0 0 176304 231 0 0 25 0 1 0 23714347 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 16868

[startup+1803.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=505744/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.92
/proc/23441/stat : 23441 (sugar) R 23439 23441 16855 0 -1 4194304 1423 126861 0 2 6 8 3284 194 16 0 1 0 23710846 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23441/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 34.92
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1803.22 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=505744/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.86
/proc/23441/stat : 23441 (sugar) S 23439 23441 16855 0 -1 4194304 1398 126584 0 2 6 2 3284 194 16 0 1 0 23710846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/23441/statm: 4217 1113 409 3 0 796 0
[pid=23464] ppid=23441 vsize=0 CPUtime=0
/proc/23464/stat : 23464 (sh) Z 23441 23441 16855 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 23714346 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/23464/statm: 0 0 0 0 0 0 0
[pid=23465] ppid=1 vsize=0 CPUtime=1765.35
/proc/23465/stat : 23465 (minisat) R 1 23441 16855 0 -1 4195332 214844 0 0 0 176304 231 0 0 25 0 1 0 23714347 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23465/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 16868

[startup+1803.3 s]
/proc/loadavg: 2.00 2.02 2.09 3/86 23778
/proc/meminfo: memFree=505744/2055920 swapFree=4192812/4192956
[pid=23441] ppid=23439 vsize=16868 CPUtime=34.92
/proc/23441/stat : 23441 (sugar) R 23439 23441 16855 0 -1 4194304 1423 126861 0 2 6 8 3284 194 16 0 1 0 23710846 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23441/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 34.92
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1765.29
#  lost CPU user time (s): 1763.04
#  lost CPU system time (s): 2.25

Real time (s): 1803.33
CPU time (s): 1800.26
CPU user time (s): 1795.95
CPU system time (s): 4.31469
CPU usage (%): 99.8297
Max. virtual memory (cumulated for all children) (KiB): 911348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.908
system time used= 2.06469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128343
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= 6561
involuntary context switches= 6555

runsolver used 2.14967 second user time and 6.07008 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 04:41:02
IDJOB=2077979
IDBENCH=56693
IDSOLVER=739
FILE ID=node91/2077979-1247366462
PBS_JOBID= 9506935
Free space on /tmp= 66168 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-3.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-2077979-1247366462/watcher-2077979-1247366462 -o /tmp/evaluation-result-2077979-1247366462/solver-2077979-1247366462 -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-2077979-1247366462.xml

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

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=808261262

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1008576 kB
Buffers:         30912 kB
Cached:         212596 kB
SwapCached:          0 kB
Active:         921336 kB
Inactive:        65052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1008576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10232 kB
Writeback:           0 kB
Mapped:         764112 kB
Slab:            44564 kB
Committed_AS:   914184 kB
PageTables:       3336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node91 at 2009-07-12 05:11:07