Trace number 2079629

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.03 1814.72

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-16_ext.xml
MD5SUM0815438ca54777d4041aeb39a85cfd39
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 benchmark100.439
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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:13:01 2009
0.00/0.08	c 0	PID 24542
0.00/0.08	c 0	HOST node7.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079629-1247368380.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079629-1247368380.xml' 'HOME/temp.csp'
0.07/0.76	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.07/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.77	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.75/0.85	c 1	Parsing HOME/temp.csp
1.75/1.87	c 2	parsed 137 expressions
1.75/1.88	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.75/1.88	c 2	Converting to clausal form CSP
1.84/1.90	c 2	converted 14 (10%) expressions
1.84/1.91	c 2	converted 28 (20%) expressions
1.84/1.92	c 2	converted 42 (30%) expressions
1.95/2.09	c 2	converted 55 (40%) expressions
1.95/2.09	c 2	converted 69 (50%) expressions
2.04/2.15	c 2	converted 83 (60%) expressions
2.14/2.25	c 2	converted 96 (70%) expressions
2.24/2.36	c 2	converted 110 (80%) expressions
2.33/2.48	c 2	converted 124 (90%) expressions
2.63/2.76	c 2	converted 137 (100%) expressions
2.63/2.76	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.63/2.76	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.63/2.76	c 2	Propagation in CSP
2.63/2.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.76	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.63/2.76	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.63/2.76	c 2	Simplifing CSP by introducing new Boolean variables
2.63/2.76	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.63/2.76	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.73/2.88	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.73/2.88	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.73/2.89	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.73/2.89	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.73/2.89	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.73/2.89	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.73/2.89	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.73/2.89	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.73/2.90	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.84/2.90	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.84/2.90	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.94/3.09	c 3	6 (10%) CSP clauses are encoded (11152 clauses, 239020 bytes)
3.12/3.24	c 3	12 (20%) CSP clauses are encoded (21931 clauses, 496366 bytes)
3.22/3.37	c 3	18 (30%) CSP clauses are encoded (32766 clauses, 755509 bytes)
3.42/3.51	c 3	24 (40%) CSP clauses are encoded (43587 clauses, 1018204 bytes)
3.52/3.61	c 3	29 (50%) CSP clauses are encoded (51887 clauses, 1219077 bytes)
3.61/3.75	c 3	35 (60%) CSP clauses are encoded (62780 clauses, 1489553 bytes)
3.72/3.88	c 4	41 (70%) CSP clauses are encoded (73572 clauses, 1775587 bytes)
3.92/4.02	c 4	47 (80%) CSP clauses are encoded (84433 clauses, 2066447 bytes)
4.02/4.14	c 4	53 (90%) CSP clauses are encoded (94604 clauses, 2337048 bytes)
4.12/4.26	c 4	58 (100%) CSP clauses are encoded (103588 clauses, 2577703 bytes)
4.12/4.26	c 4	58 CSP clauses encoded
4.12/4.26	c 4	Writing map file : HOME/temp.map
4.12/4.26	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.12/4.26	c 4	SAT : 380 SAT variables, 103588 SAT clauses, 2577703 bytes
4.12/4.26	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.12/4.28	c 4	SOLVING HOME/temp.cnf
4.12/4.28	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.12/4.28	c 4	This is MiniSat 2.0 beta
4.12/4.28	c 4	WARNING: for repeatability, setting FPU to use double precision
4.12/4.28	c 4	============================[ Problem Statistics ]=============================
4.12/4.28	c 4	|                                                                             |
4.12/4.28	c 4	|  Number of variables:  380                                                  |
4.12/4.28	c 4	|  Number of clauses:    103588                                               |
4.21/4.35	c 4	|  Parsing time:         0.06         s                                       |
4.21/4.36	c 4	============================[ Search Statistics ]==============================
4.21/4.36	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.21/4.36	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.21/4.36	c 4	===============================================================================
4.21/4.36	c 4	|         0 |     380   103588   568293 |    34529        0    nan |  0.000 % |
4.21/4.40	c 4	|       101 |     380   103588   568293 |    37982      101     11 |  0.001 % |
4.30/4.46	c 4	|       253 |     380   103588   568293 |    41780      253     11 |  0.013 % |
4.40/4.57	c 4	|       478 |     380   103588   568293 |    45958      478     10 |  0.013 % |
4.60/4.73	c 4	|       815 |     380   103588   568293 |    50554      815     10 |  0.013 % |
4.80/4.95	c 5	|      1321 |     380   103588   568293 |    55609     1321     11 |  0.013 % |
5.20/5.32	c 5	|      2082 |     380   103588   568293 |    61170     2082     11 |  0.013 % |
5.58/5.74	c 5	|      3221 |     380   103588   568293 |    67287     3221     11 |  0.013 % |
6.18/6.36	c 6	|      4929 |     380   103588   568293 |    74016     4929     12 |  0.013 % |
7.38/7.53	c 7	|      7493 |     380   103588   568293 |    81418     7493     13 |  0.001 % |
9.26/9.49	c 9	|     11338 |     380   103588   568293 |    89560    11338     14 |  0.013 % |
12.23/12.42	c 12	|     17106 |     380   103588   568293 |    98516    17106     14 |  0.014 % |
17.09/17.37	c 17	|     25755 |     380   103588   568293 |   108367    25755     14 |  0.014 % |
24.31/24.67	c 24	|     38731 |     380   103588   568293 |   119204    38731     14 |  0.014 % |
38.88/39.37	c 39	|     58192 |     380   103588   568293 |   131125    58192     15 |  0.003 % |
64.63/65.34	c 65	|     87384 |     380   103588   568293 |   144237    87384     15 |  0.013 % |
115.54/116.70	c 116	|    131173 |     380   103588   568293 |   158661   131173     15 |  0.012 % |
182.11/183.95	c 184	|    196858 |     380   103588   568293 |   174527    54955     16 |  0.015 % |
267.30/269.91	c 270	|    295385 |     379   102692   564142 |   191980    94525     20 |  0.264 % |
448.29/452.63	c 452	|    443174 |     379   102692   564142 |   211178    67353     17 |  0.265 % |
728.75/735.79	c 735	|    664857 |     379   102692   564142 |   232296    96428     19 |  0.265 % |
1228.71/1240.42	c 1240	|    997383 |     379   102692   564142 |   255525   214982     18 |  0.267 % |
1800.03/1814.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1814.71	c 1814	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1814.72	c ERROR INTERRUPTED
1800.03/1814.72	s UNKNOWN
1800.03/1814.72	c 1814	CPU 4.2 (0.05 0.02 3.94 0.19)
1800.03/1814.72	c 1814	END Sun Jul 12 05:43:15 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-2079629-1247368380/watcher-2079629-1247368380 -o /tmp/evaluation-result-2079629-1247368380/solver-2079629-1247368380 -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-2079629-1247368380.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.06 4/74 24542
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=12268 CPUtime=0
/proc/24542/stat : 24542 (sugar) R 24540 24542 26664 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23905455 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24542/statm: 3067 316 241 3 0 167 0

[startup+0.0889191 s]
/proc/loadavg: 2.00 2.03 2.06 4/74 24542
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.07
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101929 s]
/proc/loadavg: 2.00 2.03 2.06 4/74 24542
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.07
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301942 s]
/proc/loadavg: 2.00 2.03 2.06 4/74 24542
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.07
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701981 s]
/proc/loadavg: 2.00 2.03 2.06 4/74 24542
/proc/meminfo: memFree=1818704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.07
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 24564
/proc/meminfo: memFree=1806968/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.75
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1309 7127 0 1 5 2 62 6 16 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
[pid=24555] ppid=24542 vsize=5356 CPUtime=0
/proc/24555/stat : 24555 (sh) S 24542 24542 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23905533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24555/statm: 1339 233 193 169 0 50 0
[pid=24556] ppid=24555 vsize=862284 CPUtime=0.7
/proc/24556/stat : 24556 (java) S 24555 24542 26664 0 -1 0 7149 0 1 0 66 4 0 0 18 0 9 0 23905533 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24556/statm: 215571 6425 2158 9 0 210484 0
[pid=24556/tid=24557] ppid=24555 vsize=862284 CPUtime=0.45
/proc/24556/task/24557/stat : 24557 (java) R 24555 24542 26664 0 -1 64 2029 0 1 0 44 1 0 0 23 0 9 0 23905534 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4126482034 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24558] ppid=24555 vsize=862284 CPUtime=0.19
/proc/24556/task/24558/stat : 24558 (java) S 24555 24542 26664 0 -1 64 4112 0 0 0 18 1 0 0 16 0 9 0 23905535 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24559] ppid=24555 vsize=862284 CPUtime=0
/proc/24556/task/24559/stat : 24559 (java) S 24555 24542 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23905535 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24560] ppid=24555 vsize=862284 CPUtime=0
/proc/24556/task/24560/stat : 24560 (java) S 24555 24542 26664 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23905535 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24561] ppid=24555 vsize=862284 CPUtime=0
/proc/24556/task/24561/stat : 24561 (java) S 24555 24542 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23905538 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24562] ppid=24555 vsize=862284 CPUtime=0.03
/proc/24556/task/24562/stat : 24562 (java) S 24555 24542 26664 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23905538 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24563] ppid=24555 vsize=862284 CPUtime=0
/proc/24556/task/24563/stat : 24563 (java) S 24555 24542 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23905538 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24564] ppid=24555 vsize=862284 CPUtime=0
/proc/24556/task/24564/stat : 24564 (java) S 24555 24542 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23905538 882978816 6425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 884508

[startup+3.10123 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 24564
/proc/meminfo: memFree=1784632/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=0.75
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1310 7127 0 1 5 2 62 6 15 0 1 0 23905455 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1111 409 3 0 796 0
[pid=24555] ppid=24542 vsize=5356 CPUtime=0
/proc/24555/stat : 24555 (sh) S 24542 24542 26664 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23905533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24555/statm: 1339 233 193 169 0 50 0
[pid=24556] ppid=24555 vsize=864488 CPUtime=2.28
/proc/24556/stat : 24556 (java) S 24555 24542 26664 0 -1 0 14801 0 1 0 219 9 0 0 18 0 9 0 23905533 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24556/statm: 216122 14020 2590 9 0 210599 0
[pid=24556/tid=24557] ppid=24555 vsize=864488 CPUtime=1.19
/proc/24556/task/24557/stat : 24557 (java) R 24555 24542 26664 0 -1 64 3280 0 1 0 117 2 0 0 19 0 9 0 23905534 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4126425781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24558] ppid=24555 vsize=864488 CPUtime=0.98
/proc/24556/task/24558/stat : 24558 (java) S 24555 24542 26664 0 -1 64 10485 0 0 0 93 5 0 0 16 0 9 0 23905535 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24559] ppid=24555 vsize=864488 CPUtime=0
/proc/24556/task/24559/stat : 24559 (java) S 24555 24542 26664 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23905535 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24560] ppid=24555 vsize=864488 CPUtime=0
/proc/24556/task/24560/stat : 24560 (java) S 24555 24542 26664 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23905535 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24561] ppid=24555 vsize=864488 CPUtime=0
/proc/24556/task/24561/stat : 24561 (java) S 24555 24542 26664 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23905538 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24562] ppid=24555 vsize=864488 CPUtime=0.08
/proc/24556/task/24562/stat : 24562 (java) S 24555 24542 26664 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23905538 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24563] ppid=24555 vsize=864488 CPUtime=0
/proc/24556/task/24563/stat : 24563 (java) S 24555 24542 26664 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23905538 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24556/tid=24564] ppid=24555 vsize=864488 CPUtime=0
/proc/24556/task/24564/stat : 24564 (java) S 24555 24542 26664 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23905538 885235712 14020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 886712

[startup+6.30157 s]
/proc/loadavg: 2.08 2.05 2.07 3/77 24566
/proc/meminfo: memFree=1802808/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 15 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=8312 CPUtime=1.98
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 1973 0 0 0 198 0 0 0 25 0 1 0 23905884 8511488 1959 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 2078 1959 75 150 0 1925 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30536

[startup+12.7012 s]
/proc/loadavg: 2.07 2.05 2.07 3/77 24566
/proc/meminfo: memFree=1801528/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=9644 CPUtime=8.33
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 2293 0 0 0 832 1 0 0 25 0 1 0 23905884 9875456 2279 996147200 134512640 135127466 4294956256 18446744073709551615 134704926 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 2411 2279 75 150 0 2258 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 31868

[startup+25.5016 s]
/proc/loadavg: 2.06 2.05 2.07 3/77 24566
/proc/meminfo: memFree=1799352/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=11736 CPUtime=21
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 2817 0 0 0 2099 1 0 0 25 0 1 0 23905884 12017664 2803 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 2934 2803 75 150 0 2781 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 33960

[startup+51.1013 s]
/proc/loadavg: 2.04 2.04 2.06 3/77 24566
/proc/meminfo: memFree=1796408/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=14900 CPUtime=46.36
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 3569 0 0 0 4634 2 0 0 25 0 1 0 23905884 15257600 3555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 3725 3555 75 150 0 3572 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 37124

[startup+102.308 s]
/proc/loadavg: 2.01 2.03 2.06 3/77 24566
/proc/meminfo: memFree=1790776/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=19356 CPUtime=97.08
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 4680 0 0 0 9704 4 0 0 25 0 1 0 23905884 19820544 4666 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 4839 4666 75 150 0 4686 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 41580

[startup+162.302 s]
/proc/loadavg: 2.00 2.02 2.05 3/77 24566
/proc/meminfo: memFree=1786552/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1763768/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=39028 CPUtime=1345.26
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9432 0 0 0 134517 9 0 0 25 0 1 0 23905884 39964672 9410 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 9757 9410 75 150 0 9604 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 61252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24566
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=39192 CPUtime=1404.7
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9467 0 0 0 140461 9 0 0 25 0 1 0 23905884 40132608 9445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 9798 9445 75 150 0 9645 0
Current children cumulated CPU time (s) 1408.9
Current children cumulated vsize (KiB) 61416

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24566
/proc/meminfo: memFree=1763320/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=39348 CPUtime=1464.13
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9504 0 0 0 146404 9 0 0 25 0 1 0 23905884 40292352 9482 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 9837 9482 75 150 0 9684 0
Current children cumulated CPU time (s) 1468.33
Current children cumulated vsize (KiB) 61572

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24566
/proc/meminfo: memFree=1762680/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=39980 CPUtime=1523.57
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9655 0 0 0 152348 9 0 0 25 0 1 0 23905884 40939520 9633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24566/statm: 9995 9633 75 150 0 9842 0
Current children cumulated CPU time (s) 1527.77
Current children cumulated vsize (KiB) 62204

[startup+1602.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/85 24677
/proc/meminfo: memFree=1794424/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40300 CPUtime=1583.5
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9731 0 0 0 158338 12 0 0 25 0 1 0 23905884 41267200 9709 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10075 9709 75 150 0 9922 0
Current children cumulated CPU time (s) 1587.7
Current children cumulated vsize (KiB) 62524

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 24678
/proc/meminfo: memFree=1687024/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40432 CPUtime=1643.49
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9769 0 0 0 164336 13 0 0 25 0 1 0 23905884 41402368 9747 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10108 9747 75 150 0 9955 0
Current children cumulated CPU time (s) 1647.69
Current children cumulated vsize (KiB) 62656

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24678
/proc/meminfo: memFree=1686704/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40724 CPUtime=1703.46
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9830 0 0 0 170333 13 0 0 25 0 1 0 23905884 41701376 9808 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10181 9808 75 150 0 10028 0
Current children cumulated CPU time (s) 1707.66
Current children cumulated vsize (KiB) 62948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24678
/proc/meminfo: memFree=1686384/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40864 CPUtime=1763.44
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9877 0 0 0 176331 13 0 0 25 0 1 0 23905884 41844736 9855 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10216 9855 75 150 0 10063 0
Current children cumulated CPU time (s) 1767.64
Current children cumulated vsize (KiB) 63088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24678
/proc/meminfo: memFree=1686320/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40864 CPUtime=1795.83
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9889 0 0 0 179570 13 0 0 25 0 1 0 23905884 41844736 9867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10216 9867 75 150 0 10063 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 63088

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

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

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 24678
/proc/meminfo: memFree=1686320/2055920 swapFree=4192812/4192956
[pid=24542] ppid=24540 vsize=16868 CPUtime=4.2
/proc/24542/stat : 24542 (sugar) S 24540 24542 26664 0 -1 4194304 1374 22273 0 2 5 2 394 19 16 0 1 0 23905455 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24542/statm: 4217 1112 409 3 0 796 0
[pid=24565] ppid=24542 vsize=5356 CPUtime=0
/proc/24565/stat : 24565 (sh) S 24542 24542 26664 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23905883 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24565/statm: 1339 232 193 169 0 50 0
[pid=24566] ppid=24565 vsize=40864 CPUtime=1795.83
/proc/24566/stat : 24566 (minisat) R 24565 24542 26664 0 -1 4194304 9889 0 0 0 179570 13 0 0 25 0 1 0 23905884 41844736 9867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24566/statm: 10216 9867 75 150 0 10063 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 63088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24542 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=391
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=222966
# CPU time returned by wait4() is 4.22336
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.72
CPU time (s): 1800.03
CPU user time (s): 1799.69
CPU system time (s): 0.34
CPU usage (%): 99.1902
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.00039
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24297
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= 2658
involuntary context switches= 2558

runsolver used 2.24266 second user time and 6.01408 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 05:13:01
IDJOB=2079629
IDBENCH=56927
IDSOLVER=739
FILE ID=node7/2079629-1247368380
PBS_JOBID= 9507104
Free space on /tmp= 66108 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-16_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-2079629-1247368380/watcher-2079629-1247368380 -o /tmp/evaluation-result-2079629-1247368380/solver-2079629-1247368380 -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-2079629-1247368380.xml

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

MD5SUM BENCH= 0815438ca54777d4041aeb39a85cfd39
RANDOM SEED=626373258

node7.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.231
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.231
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:       1819184 kB
Buffers:          6132 kB
Cached:         112052 kB
SwapCached:          0 kB
Active:         144780 kB
Inactive:        40256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2520 kB
Writeback:           0 kB
Mapped:          78052 kB
Slab:            36876 kB
Committed_AS:   208940 kB
PageTables:       1988 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= 66136 MiB
End job on node7 at 2009-07-12 05:43:17