Trace number 1070490

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.02 1815.29

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-95-90.xml
MD5SUMb24d6317b37c425ee5e9e0d5c2fb36b7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8550
Number of constraints185
Maximum constraint arity95
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(185)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:53:50 2008
0.00/0.04	c 0	PID 10262
0.00/0.05	c 0	HOST node35.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070490-1215165230.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070490-1215165230.xml' 'HOME/temp.csp'
0.04/0.88	c 1	1 domains, 8550 variables, 0 predicates, 0 relations, 185 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.86/0.97	c 1	Parsing HOME/temp.csp
1.34/1.48	c 2	parsed 8736 expressions
1.34/1.48	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.34/1.48	c 2	Converting to clausal form CSP
1.44/1.52	c 2	converted 874 (10%) expressions
1.44/1.53	c 2	converted 1748 (20%) expressions
1.44/1.54	c 2	converted 2621 (30%) expressions
1.44/1.54	c 2	converted 3495 (40%) expressions
1.44/1.54	c 2	converted 4368 (50%) expressions
1.44/1.54	c 2	converted 5242 (60%) expressions
1.44/1.54	c 2	converted 6116 (70%) expressions
1.44/1.54	c 2	converted 6989 (80%) expressions
1.44/1.55	c 2	converted 7863 (90%) expressions
3.02/3.11	c 3	converted 8736 (100%) expressions
3.02/3.12	c 3	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 49
3.02/3.12	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.12	c 3	Propagation in CSP
3.41/3.55	c 4	39960 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.41/3.56	c 4	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 46
3.41/3.56	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.41/3.57	c 4	Simplifing CSP by introducing new Boolean variables
3.41/3.59	c 4	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 46
3.41/3.59	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.61/3.74	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.61/3.78	c 4	2528 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.61/3.78	c 4	5056 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.61/3.78	c 4	7584 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.71/3.80	c 4	10112 (40%) CSP integer variables are encoded (7329 clauses, 107626 bytes)
3.71/3.82	c 4	12640 (50%) CSP integer variables are encoded (19186 clauses, 285481 bytes)
3.71/3.84	c 4	15168 (60%) CSP integer variables are encoded (31097 clauses, 464146 bytes)
3.71/3.85	c 4	17696 (70%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.71/3.86	c 4	20224 (80%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.71/3.86	c 4	22752 (90%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.71/3.86	c 4	25280 (100%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
4.00/4.11	c 4	3365 (10%) CSP clauses are encoded (133671 clauses, 2440327 bytes)
4.20/4.31	c 4	6729 (20%) CSP clauses are encoded (228011 clauses, 4336648 bytes)
4.40/4.53	c 5	10094 (30%) CSP clauses are encoded (322354 clauses, 6233017 bytes)
4.59/4.72	c 5	13458 (40%) CSP clauses are encoded (416692 clauses, 8129306 bytes)
4.80/4.92	c 5	16823 (50%) CSP clauses are encoded (511021 clauses, 10025418 bytes)
4.80/4.96	c 5	20187 (60%) CSP clauses are encoded (517731 clauses, 10130244 bytes)
4.80/5.00	c 5	23552 (70%) CSP clauses are encoded (524442 clauses, 10235156 bytes)
4.89/5.04	c 5	26916 (80%) CSP clauses are encoded (531152 clauses, 10340058 bytes)
4.89/5.08	c 5	30281 (90%) CSP clauses are encoded (537865 clauses, 10444995 bytes)
5.00/5.12	c 5	33645 (100%) CSP clauses are encoded (544575 clauses, 10549893 bytes)
5.00/5.12	c 5	33645 CSP clauses encoded
5.00/5.12	c 5	Writing map file : HOME/temp.map
5.00/5.19	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.00/5.19	c 5	SAT : 64610 SAT variables, 544575 SAT clauses, 10549893 bytes
5.00/5.19	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.09/5.24	c 5	SOLVING HOME/temp.cnf
5.09/5.24	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.09/5.25	c 5	This is MiniSat 2.0 beta
5.09/5.25	c 5	WARNING: for repeatability, setting FPU to use double precision
5.09/5.25	c 5	============================[ Problem Statistics ]=============================
5.09/5.25	c 5	|                                                                             |
5.09/5.25	c 5	|  Number of variables:  64610                                                |
5.09/5.25	c 5	|  Number of clauses:    544575                                               |
5.36/5.56	c 6	|  Parsing time:         0.26         s                                       |
5.36/5.57	c 6	============================[ Search Statistics ]==============================
5.36/5.57	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.36/5.57	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.36/5.57	c 6	===============================================================================
5.36/5.57	c 6	|         0 |   64610   544575  1473720 |   181525        0    nan |  0.000 % |
5.65/5.82	c 6	|       100 |   64610   544575  1473720 |   199677      100    180 |  0.000 % |
5.85/6.00	c 6	|       250 |   64610   544575  1473720 |   219645      250    115 |  0.000 % |
5.95/6.14	c 6	|       476 |   64610   544575  1473720 |   241609      476     69 |  0.000 % |
6.15/6.30	c 6	|       813 |   64610   544575  1473720 |   265770      813     74 |  0.000 % |
6.35/6.58	c 7	|      1319 |   64610   544575  1473720 |   292347     1319     64 |  0.000 % |
6.74/6.91	c 7	|      2078 |   64610   544575  1473720 |   321582     2078     49 |  0.000 % |
7.63/7.81	c 8	|      3220 |   64610   544575  1473720 |   353740     3220     75 |  0.000 % |
8.43/8.60	c 9	|      4928 |   64610   544575  1473720 |   389114     4928     74 |  0.000 % |
11.20/11.41	c 12	|      7491 |   64610   544575  1473720 |   428026     7491    112 |  0.000 % |
15.26/15.52	c 16	|     11336 |   64610   544575  1473720 |   470829    11336    111 |  0.000 % |
17.73/18.03	c 18	|     17102 |   64610   544575  1473720 |   517912    17102     89 |  0.000 % |
24.17/24.53	c 25	|     25751 |   64610   544575  1473720 |   569703    25751    107 |  0.000 % |
34.68/35.15	c 35	|     38726 |   64610   544575  1473720 |   626673    38726    100 |  0.000 % |
59.43/60.16	c 60	|     58188 |   64610   544575  1473720 |   689340    58188     99 |  0.000 % |
90.64/91.61	c 92	|     87381 |   64610   544575  1473720 |   758274    87381    103 |  0.000 % |
165.43/167.10	c 167	|    131170 |   64610   544575  1473720 |   834102   131170    111 |  0.000 % |
270.73/273.44	c 274	|    196854 |   64610   544575  1473720 |   917512   196854    101 |  0.000 % |
510.32/515.31	c 515	|    295384 |   64610   544575  1473720 |  1009263   295384     99 |  0.000 % |
951.02/960.20	c 960	|    443174 |   64610   544575  1473720 |  1110190   443174    148 |  0.000 % |
1594.97/1610.04	c 1610	|    664857 |   64610   544575  1473720 |  1221209   664857    148 |  0.000 % |
1800.02/1815.21	c ERROR INTERRUPTED
1800.02/1815.29	s UNKNOWN
1800.02/1815.29	c 1815	CPU 4.9 (0.04 0.01 4.86 0.21)
1800.02/1815.29	c 1815	END Fri Jul  4 12:24:05 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070490-1215165230/watcher-1070490-1215165230 -o /tmp/evaluation-result-1070490-1215165230/solver-1070490-1215165230 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1070490-1215165230.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 10262
/proc/meminfo: memFree=1824032/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=12000 CPUtime=0
/proc/10262/stat : 10262 (sugar) R 10260 10262 9564 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 1000925540 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 266152324451 0 0 4224 0 0 0 0 17 1 0 0
/proc/10262/statm: 3000 178 139 3 0 100 0

[startup+0.102933 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 10262
/proc/meminfo: memFree=1824032/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.04
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000925540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202948 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 10262
/proc/meminfo: memFree=1824032/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.04
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000925540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301964 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 10262
/proc/meminfo: memFree=1824032/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.04
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000925540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701048 s]
/proc/loadavg: 2.03 2.03 2.00 4/74 10262
/proc/meminfo: memFree=1824032/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.04
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1000925540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 2.03 2.03 2.00 3/85 10284
/proc/meminfo: memFree=1815880/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.86
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 973 7058 0 1 3 1 78 4 15 0 1 0 1000925540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 797 370 3 0 500 0
[pid=10275] ppid=10262 vsize=5356 CPUtime=0
/proc/10275/stat : 10275 (sh) S 10262 10262 9564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1000925629 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10275/statm: 1339 233 193 169 0 50 0
[pid=10276] ppid=10275 vsize=864244 CPUtime=0.58
/proc/10276/stat : 10276 (java) S 10275 10262 9564 0 -1 0 6091 0 1 0 55 3 0 0 18 0 9 0 1000925630 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10276/statm: 216061 5317 2540 9 0 210636 0
[pid=10276/tid=10277] ppid=10275 vsize=864244 CPUtime=0.38
/proc/10276/task/10277/stat : 10277 (java) R 10275 10262 9564 0 -1 64 2561 0 1 0 37 1 0 0 18 0 9 0 1000925631 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4159715002 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10278] ppid=10275 vsize=864244 CPUtime=0.1
/proc/10276/task/10278/stat : 10278 (java) S 10275 10262 9564 0 -1 64 2497 0 0 0 9 1 0 0 16 0 9 0 1000925632 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10279] ppid=10275 vsize=864244 CPUtime=0
/proc/10276/task/10279/stat : 10279 (java) S 10275 10262 9564 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1000925632 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10280] ppid=10275 vsize=864244 CPUtime=0
/proc/10276/task/10280/stat : 10280 (java) S 10275 10262 9564 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1000925632 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10281] ppid=10275 vsize=864244 CPUtime=0
/proc/10276/task/10281/stat : 10281 (java) S 10275 10262 9564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1000925634 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10282] ppid=10275 vsize=864244 CPUtime=0.07
/proc/10276/task/10282/stat : 10282 (java) S 10275 10262 9564 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1000925634 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10283] ppid=10275 vsize=864244 CPUtime=0
/proc/10276/task/10283/stat : 10283 (java) S 10275 10262 9564 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1000925634 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10284] ppid=10275 vsize=864244 CPUtime=0
/proc/10276/task/10284/stat : 10284 (java) S 10275 10262 9564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1000925634 884985856 5317 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883200

[startup+3.1025 s]
/proc/loadavg: 2.03 2.03 2.00 4/85 10284
/proc/meminfo: memFree=1798024/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=0.86
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 973 7058 0 1 3 1 78 4 15 0 1 0 1000925540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 797 370 3 0 500 0
[pid=10275] ppid=10262 vsize=5356 CPUtime=0
/proc/10275/stat : 10275 (sh) S 10262 10262 9564 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1000925629 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10275/statm: 1339 233 193 169 0 50 0
[pid=10276] ppid=10275 vsize=868388 CPUtime=2.16
/proc/10276/stat : 10276 (java) S 10275 10262 9564 0 -1 0 12210 0 1 0 209 7 0 0 18 0 9 0 1000925630 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10276/statm: 217097 11194 2541 9 0 211672 0
[pid=10276/tid=10277] ppid=10275 vsize=868388 CPUtime=1.31
/proc/10276/task/10277/stat : 10277 (java) R 10275 10262 9564 0 -1 64 2920 0 1 0 130 1 0 0 25 0 9 0 1000925631 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4126635571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10278] ppid=10275 vsize=868388 CPUtime=0.62
/proc/10276/task/10278/stat : 10278 (java) S 10275 10262 9564 0 -1 64 7124 0 0 0 58 4 0 0 16 0 9 0 1000925632 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10279] ppid=10275 vsize=868388 CPUtime=0
/proc/10276/task/10279/stat : 10279 (java) S 10275 10262 9564 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1000925632 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10280] ppid=10275 vsize=868388 CPUtime=0
/proc/10276/task/10280/stat : 10280 (java) S 10275 10262 9564 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1000925632 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10281] ppid=10275 vsize=868388 CPUtime=0
/proc/10276/task/10281/stat : 10281 (java) S 10275 10262 9564 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1000925634 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10282] ppid=10275 vsize=868388 CPUtime=0.2
/proc/10276/task/10282/stat : 10282 (java) S 10275 10262 9564 0 -1 64 1470 0 0 0 20 0 0 0 16 0 9 0 1000925634 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10283] ppid=10275 vsize=868388 CPUtime=0
/proc/10276/task/10283/stat : 10283 (java) S 10275 10262 9564 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1000925634 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10276/tid=10284] ppid=10275 vsize=868388 CPUtime=0
/proc/10276/task/10284/stat : 10284 (java) S 10275 10262 9564 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1000925634 889229312 11194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887344

[startup+6.30212 s]
/proc/loadavg: 2.11 2.05 2.01 3/77 10286
/proc/meminfo: memFree=1788680/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 15 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=29144 CPUtime=1.03
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 6832 0 0 0 98 5 0 0 25 0 1 0 1000926065 29843456 6818 996147200 134512640 135127466 4294956256 18446744073709551615 134533858 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 7286 6818 76 150 0 7133 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 48100

[startup+12.7013 s]
/proc/loadavg: 2.10 2.05 2.01 3/77 10286
/proc/meminfo: memFree=1779144/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=33236 CPUtime=7.36
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 7847 0 0 0 730 6 0 0 25 0 1 0 1000926065 34033664 7833 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 8309 7833 76 150 0 8156 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 52192

[startup+25.5028 s]
/proc/loadavg: 2.08 2.04 2.01 3/77 10286
/proc/meminfo: memFree=1770440/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=41868 CPUtime=20.04
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 9985 0 0 0 1996 8 0 0 25 0 1 0 1000926065 42872832 9971 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 10467 9971 76 150 0 10314 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 60824

[startup+51.1026 s]
/proc/loadavg: 2.05 2.04 2.00 3/77 10286
/proc/meminfo: memFree=1758472/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=53096 CPUtime=45.4
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 12782 0 0 0 4529 11 0 0 25 0 1 0 1000926065 54370304 12768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 13274 12768 76 150 0 13121 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 72052

[startup+102.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/77 10286
/proc/meminfo: memFree=1735944/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=74680 CPUtime=96.12
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 18122 0 0 0 9596 16 0 0 25 0 1 0 1000926065 76472320 18108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 18670 18108 76 150 0 18517 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 93636

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 10286
/proc/meminfo: memFree=1715912/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1392008/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=406816 CPUtime=1344.2
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 100705 0 0 0 134310 110 0 0 25 0 1 0 1000926065 416579584 100691 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 101704 100691 76 150 0 101551 0
Current children cumulated CPU time (s) 1349.32
Current children cumulated vsize (KiB) 425772

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1380360/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=417788 CPUtime=1403.64
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 103453 0 0 0 140251 113 0 0 25 0 1 0 1000926065 427814912 103439 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 104447 103439 76 150 0 104294 0
Current children cumulated CPU time (s) 1408.76
Current children cumulated vsize (KiB) 436744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1369928/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=428300 CPUtime=1463.07
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 106085 0 0 0 146191 116 0 0 25 0 1 0 1000926065 438579200 106071 996147200 134512640 135127466 4294956256 18446744073709551615 134528938 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 107075 106071 76 150 0 106922 0
Current children cumulated CPU time (s) 1468.19
Current children cumulated vsize (KiB) 447256

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 10294
/proc/meminfo: memFree=1360264/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=437952 CPUtime=1522.51
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 108463 0 0 0 152132 119 0 0 25 0 1 0 1000926065 448462848 108449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10286/statm: 109488 108449 76 150 0 109335 0
Current children cumulated CPU time (s) 1527.63
Current children cumulated vsize (KiB) 456908

[startup+1602.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 10326
/proc/meminfo: memFree=1151440/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=447936 CPUtime=1582.15
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 110994 0 0 0 158088 127 0 0 25 0 1 0 1000926065 458686464 110980 996147200 134512640 135127466 4294956256 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 111984 110980 76 150 0 111831 0
Current children cumulated CPU time (s) 1587.27
Current children cumulated vsize (KiB) 466892

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/87 10341
/proc/meminfo: memFree=569464/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=462996 CPUtime=1642.1
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 114771 0 0 0 164079 131 0 0 25 0 1 0 1000926065 474107904 114757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 115749 114757 76 150 0 115596 0
Current children cumulated CPU time (s) 1647.22
Current children cumulated vsize (KiB) 481952

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10341
/proc/meminfo: memFree=556664/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=476996 CPUtime=1702.03
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 117945 0 0 0 170067 136 0 0 25 0 1 0 1000926065 488443904 117931 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 119249 117931 76 150 0 119096 0
Current children cumulated CPU time (s) 1707.15
Current children cumulated vsize (KiB) 495952

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10341
/proc/meminfo: memFree=545080/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=488064 CPUtime=1762.01
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 120725 0 0 0 176060 141 0 0 25 0 1 0 1000926065 499777536 120711 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 122016 120711 76 150 0 121863 0
Current children cumulated CPU time (s) 1767.13
Current children cumulated vsize (KiB) 507020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10341
/proc/meminfo: memFree=539896/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=493252 CPUtime=1794.9
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 122013 0 0 0 179347 143 0 0 25 0 1 0 1000926065 505090048 121999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 123313 121999 76 150 0 123160 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 512208

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

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

[startup+1815.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 10341
/proc/meminfo: memFree=539896/2055920 swapFree=4174728/4192956
[pid=10262] ppid=10260 vsize=13600 CPUtime=5.12
/proc/10262/stat : 10262 (sugar) S 10260 10262 9564 0 -1 4194304 1034 20262 0 2 4 1 486 21 16 0 1 0 1000925540 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10262/statm: 3400 799 370 3 0 500 0
[pid=10285] ppid=10262 vsize=5356 CPUtime=0
/proc/10285/stat : 10285 (sh) S 10262 10262 9564 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1000926064 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10285/statm: 1339 232 193 169 0 50 0
[pid=10286] ppid=10285 vsize=493252 CPUtime=1794.9
/proc/10286/stat : 10286 (minisat) R 10285 10262 9564 0 -1 4194304 122013 0 0 0 179347 143 0 0 25 0 1 0 1000926065 505090048 121999 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10286/statm: 123313 121999 76 150 0 123160 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 512208

Child status: 0

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

Real time (s): 1815.29
CPU time (s): 1800.02
CPU user time (s): 1798.37
CPU system time (s): 1.65
CPU usage (%): 99.1588
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.90425
system time used= 0.238963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21640
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= 4414
involuntary context switches= 4338

runsolver used 1.91971 second user time and 6.35103 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 11:53:50
IDJOB=1070490
IDBENCH=55873
IDSOLVER=346
FILE ID=node35/1070490-1215165230
PBS_JOBID= 7881412
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-95-90.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070490-1215165230/watcher-1070490-1215165230 -o /tmp/evaluation-result-1070490-1215165230/solver-1070490-1215165230 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1070490-1215165230.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b24d6317b37c425ee5e9e0d5c2fb36b7
RANDOM SEED=1809870983

node35.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.261
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.261
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:       1824512 kB
Buffers:         25328 kB
Cached:         103032 kB
SwapCached:      11992 kB
Active:         132828 kB
Inactive:        33908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824512 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          45668 kB
Slab:            50032 kB
Committed_AS:  1585616 kB
PageTables:       1872 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= 66456 MiB
End job on node35 at 2008-07-04 12:24:07