Trace number 1069434

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.08 1816.19

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-clauses-71-70.xml
MD5SUM1ed9b29809e37ecdd38e641694300923
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 variables4970
Number of constraints174021
Maximum constraint arity70
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(174021)

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 22:27:44 2008
0.00/0.04	c 0	PID 23974
0.00/0.05	c 0	HOST node44.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1069434-1215203262.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-1069434-1215203262.xml' 'HOME/temp.csp'
13.04/13.29	c 13	1 domains, 4970 variables, 0 predicates, 0 relations, 174021 constraints
13.12/13.38	c 13	ENCODING HOME/temp.csp TO HOME/temp.cnf
13.12/13.38	c 13	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'
13.17/13.47	c 14	Parsing HOME/temp.csp
13.17/13.94	c 14	parsed 10000 expressions
14.06/14.39	c 14	parsed 20000 expressions
14.55/14.84	c 15	parsed 30000 expressions
15.06/15.39	c 15	parsed 40000 expressions
15.45/15.78	c 16	parsed 50000 expressions
15.84/16.16	c 16	parsed 60000 expressions
16.43/16.80	c 17	parsed 70000 expressions
16.83/17.19	c 17	parsed 80000 expressions
17.23/17.59	c 18	parsed 90000 expressions
17.61/17.98	c 18	parsed 100000 expressions
18.60/18.98	c 19	parsed 110000 expressions
19.01/19.37	c 19	parsed 120000 expressions
19.40/19.77	c 20	parsed 130000 expressions
19.80/20.16	c 20	parsed 140000 expressions
20.20/20.54	c 21	parsed 150000 expressions
20.59/20.94	c 21	parsed 160000 expressions
21.78/22.15	c 22	parsed 170000 expressions
22.19/22.55	c 23	parsed 178992 expressions
22.19/22.56	c 23	Heap : 111 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
22.19/22.56	c 23	Converting to clausal form CSP
22.78/23.19	c 23	converted 17900 (10%) expressions
23.37/23.72	c 24	converted 35799 (20%) expressions
23.86/24.25	c 24	converted 53698 (30%) expressions
24.36/24.78	c 25	converted 71597 (40%) expressions
24.86/25.30	c 25	converted 89496 (50%) expressions
25.45/25.83	c 26	converted 107396 (60%) expressions
25.95/26.35	c 26	converted 125295 (70%) expressions
27.63/28.10	c 28	converted 143194 (80%) expressions
28.23/28.62	c 29	converted 161093 (90%) expressions
29.01/29.48	c 30	converted 178992 (100%) expressions
29.01/29.49	c 30	CSP : 9798 integers, 0 booleans, 183677 clauses, largest domain size 36
29.01/29.49	c 30	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.01/29.49	c 30	Propagation in CSP
29.70/30.13	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.70/30.13	c 30	CSP : 9798 integers, 0 booleans, 183677 clauses, largest domain size 36
29.70/30.14	c 30	Heap : 189 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.70/30.19	c 30	Simplifing CSP by introducing new Boolean variables
29.80/30.26	c 30	CSP : 9798 integers, 0 booleans, 183677 clauses, largest domain size 36
29.80/30.26	c 30	Heap : 200 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.40/30.87	c 31	Encoding CSP to SAT : HOME/temp.cnf
30.40/30.89	c 31	980 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.49/30.90	c 31	1960 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.49/30.90	c 31	2940 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.49/30.90	c 31	3920 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.49/30.91	c 31	4899 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
30.49/30.92	c 31	5879 (60%) CSP integer variables are encoded (3902 clauses, 50790 bytes)
30.49/30.93	c 31	6859 (70%) CSP integer variables are encoded (8147 clauses, 114112 bytes)
30.49/30.94	c 31	7839 (80%) CSP integer variables are encoded (12378 clauses, 177577 bytes)
30.49/30.94	c 31	8819 (90%) CSP integer variables are encoded (16624 clauses, 241267 bytes)
30.49/30.95	c 31	9798 (100%) CSP integer variables are encoded (20874 clauses, 305017 bytes)
30.69/31.10	c 31	18368 (10%) CSP clauses are encoded (39242 clauses, 496329 bytes)
30.79/31.20	c 31	36736 (20%) CSP clauses are encoded (57610 clauses, 696129 bytes)
30.89/31.31	c 31	55104 (30%) CSP clauses are encoded (75978 clauses, 897041 bytes)
30.99/31.41	c 31	73471 (40%) CSP clauses are encoded (94345 clauses, 1109179 bytes)
31.09/31.51	c 32	91839 (50%) CSP clauses are encoded (112713 clauses, 1329595 bytes)
31.18/31.62	c 32	110207 (60%) CSP clauses are encoded (131081 clauses, 1550011 bytes)
31.28/31.72	c 32	128574 (70%) CSP clauses are encoded (149448 clauses, 1770415 bytes)
31.38/31.83	c 32	146942 (80%) CSP clauses are encoded (167816 clauses, 1990831 bytes)
31.49/31.94	c 32	165310 (90%) CSP clauses are encoded (186184 clauses, 2211247 bytes)
31.98/32.48	c 33	183677 (100%) CSP clauses are encoded (415279 clauses, 6579396 bytes)
31.98/32.48	c 33	183677 CSP clauses encoded
31.98/32.48	c 33	Writing map file : HOME/temp.map
32.08/32.53	c 33	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.08/32.53	c 33	SAT : 30672 SAT variables, 415279 SAT clauses, 6579396 bytes
32.08/32.53	c 33	Heap : 82 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.16/32.60	c 33	SOLVING HOME/temp.cnf
32.16/32.60	c 33	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
32.16/32.60	c 33	This is MiniSat 2.0 beta
32.16/32.60	c 33	WARNING: for repeatability, setting FPU to use double precision
32.16/32.60	c 33	============================[ Problem Statistics ]=============================
32.16/32.60	c 33	|                                                                             |
32.16/32.60	c 33	|  Number of variables:  30672                                                |
32.16/32.60	c 33	|  Number of clauses:    415279                                               |
32.16/32.81	c 33	|  Parsing time:         0.18         s                                       |
32.16/32.82	c 33	============================[ Search Statistics ]==============================
32.16/32.82	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.16/32.82	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.16/32.82	c 33	===============================================================================
32.16/32.82	c 33	|         0 |   30672   415279   999538 |   138426        0    nan |  0.000 % |
32.16/32.85	c 33	|       100 |   30672   415279   999538 |   152268      100      3 |  0.000 % |
32.46/32.91	c 33	|       250 |   30672   415279   999538 |   167495      250      7 |  0.000 % |
32.46/32.97	c 33	|       477 |   30672   415279   999538 |   184245      477     14 |  0.000 % |
32.65/33.13	c 33	|       815 |   30672   415279   999538 |   202669      815     29 |  0.000 % |
32.75/33.29	c 33	|      1321 |   30672   415279   999538 |   222936     1321     34 |  0.000 % |
33.04/33.53	c 34	|      2080 |   30672   415279   999538 |   245230     2080     50 |  0.000 % |
33.24/33.76	c 34	|      3220 |   30672   415279   999538 |   269753     3220     42 |  0.000 % |
33.54/34.10	c 34	|      4929 |   30672   415279   999538 |   296729     4929     45 |  0.000 % |
34.03/34.58	c 35	|      7492 |   30672   415279   999538 |   326402     7492     44 |  0.000 % |
34.82/35.37	c 35	|     11336 |   30672   415279   999538 |   359042    11336     45 |  0.000 % |
35.81/36.32	c 36	|     17102 |   30672   415279   999538 |   394946    17102     41 |  0.000 % |
38.19/38.79	c 39	|     25752 |   30672   415279   999538 |   434441    25752     47 |  0.000 % |
41.16/41.71	c 42	|     38727 |   30672   415279   999538 |   477885    38727     44 |  0.000 % |
47.60/48.24	c 48	|     58188 |   30672   415279   999538 |   525673    58188     56 |  0.000 % |
60.87/61.63	c 62	|     87380 |   30672   415279   999538 |   578241    87380     64 |  0.000 % |
101.00/102.20	c 102	|    131170 |   30672   415279   999538 |   636065   131170     72 |  0.000 % |
174.69/176.57	c 177	|    196854 |   30672   415279   999538 |   699671   196854     77 |  0.000 % |
274.45/277.30	c 277	|    295380 |   30672   415279   999538 |   769638   295380     92 |  0.000 % |
531.43/536.66	c 537	|    443172 |   30672   415279   999538 |   846602   443172    107 |  0.000 % |
1214.68/1226.37	c 1226	|    664857 |   30672   415279   999538 |   931263   664857    113 |  0.000 % |
1800.08/1816.12	c ERROR INTERRUPTED
1800.08/1816.18	s UNKNOWN
1800.08/1816.18	c 1816	CPU 30.93 (0.05 0 30.88 1.24)
1800.08/1816.18	c 1816	END Fri Jul  4 22:58:00 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-1069434-1215203262/watcher-1069434-1215203262 -o /tmp/evaluation-result-1069434-1215203262/solver-1069434-1215203262 -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-1069434-1215203262.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.01 2.00 1.93 4/73 23974
/proc/meminfo: memFree=1192032/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=12000 CPUtime=0
/proc/23974/stat : 23974 (sugar) R 23972 23974 23855 0 -1 4194304 196 0 0 0 0 0 0 0 20 0 1 0 1999299252 12288000 164 996147200 4194304 4206940 548682068608 18446744073709551615 264840044136 0 0 4224 0 0 0 0 17 1 0 0
/proc/23974/statm: 3000 164 126 3 0 100 0

[startup+0.053078 s]
/proc/loadavg: 2.01 2.00 1.93 4/73 23974
/proc/meminfo: memFree=1192032/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10113 s]
/proc/loadavg: 2.01 2.00 1.93 4/73 23974
/proc/meminfo: memFree=1192032/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301098 s]
/proc/loadavg: 2.01 2.00 1.93 4/73 23974
/proc/meminfo: memFree=1192032/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701151 s]
/proc/loadavg: 2.01 2.00 1.93 4/73 23974
/proc/meminfo: memFree=1192032/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50123 s]
/proc/loadavg: 2.01 2.00 1.93 4/84 23986
/proc/meminfo: memFree=1164488/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
[pid=23977] ppid=23974 vsize=5356 CPUtime=0
/proc/23977/stat : 23977 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999299257 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23977/statm: 1339 233 193 169 0 50 0
[pid=23978] ppid=23977 vsize=864680 CPUtime=1.42
/proc/23978/stat : 23978 (java) S 23977 23974 23855 0 -1 0 15652 0 1 0 132 10 0 0 18 0 9 0 1999299258 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23978/statm: 216170 13709 2529 9 0 210752 0
[pid=23978/tid=23979] ppid=23977 vsize=864680 CPUtime=0.82
/proc/23978/task/23979/stat : 23979 (java) R 23977 23974 23855 0 -1 64 3021 0 1 0 80 2 0 0 24 0 9 0 1999299259 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4126651008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23980] ppid=23977 vsize=864680 CPUtime=0.48
/proc/23978/task/23980/stat : 23980 (java) S 23977 23974 23855 0 -1 64 11438 0 0 0 42 6 0 0 16 0 9 0 1999299260 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23981] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23981/stat : 23981 (java) S 23977 23974 23855 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999299260 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23982] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23982/stat : 23982 (java) S 23977 23974 23855 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999299260 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23983] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23983/stat : 23983 (java) S 23977 23974 23855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999299262 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23984] ppid=23977 vsize=864680 CPUtime=0.09
/proc/23978/task/23984/stat : 23984 (java) S 23977 23974 23855 0 -1 64 493 0 0 0 9 0 0 0 16 0 9 0 1999299262 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23985] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23985/stat : 23985 (java) S 23977 23974 23855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999299262 885432320 13709 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23986] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23986/stat : 23986 (java) S 23977 23974 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999299262 885432320 13709 996147200 134512640 134550740 4294956000 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) 883636

[startup+3.10239 s]
/proc/loadavg: 2.01 2.00 1.93 4/84 23986
/proc/meminfo: memFree=1120968/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
[pid=23977] ppid=23974 vsize=5356 CPUtime=0
/proc/23977/stat : 23977 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999299257 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23977/statm: 1339 233 193 169 0 50 0
[pid=23978] ppid=23977 vsize=864680 CPUtime=3.01
/proc/23978/stat : 23978 (java) S 23977 23974 23855 0 -1 0 33772 0 1 0 281 20 0 0 18 0 9 0 1999299258 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23978/statm: 216170 28885 2529 9 0 210752 0
[pid=23978/tid=23979] ppid=23977 vsize=864680 CPUtime=1.64
/proc/23978/task/23979/stat : 23979 (java) R 23977 23974 23855 0 -1 64 3832 0 1 0 161 3 0 0 25 0 9 0 1999299259 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4126650985 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23980] ppid=23977 vsize=864680 CPUtime=1.24
/proc/23978/task/23980/stat : 23980 (java) S 23977 23974 23855 0 -1 64 28746 0 0 0 109 15 0 0 16 0 9 0 1999299260 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23981] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23981/stat : 23981 (java) S 23977 23974 23855 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999299260 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23982] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23982/stat : 23982 (java) S 23977 23974 23855 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999299260 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23983] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23983/stat : 23983 (java) S 23977 23974 23855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999299262 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23984] ppid=23977 vsize=864680 CPUtime=0.09
/proc/23978/task/23984/stat : 23984 (java) S 23977 23974 23855 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 1999299262 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23985] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23985/stat : 23985 (java) S 23977 23974 23855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999299262 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23986] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23986/stat : 23986 (java) S 23977 23974 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999299262 885432320 28885 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883636

[startup+6.30273 s]
/proc/loadavg: 2.09 2.02 1.94 4/84 23986
/proc/meminfo: memFree=976008/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
[pid=23977] ppid=23974 vsize=5356 CPUtime=0
/proc/23977/stat : 23977 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999299257 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23977/statm: 1339 233 193 169 0 50 0
[pid=23978] ppid=23977 vsize=882932 CPUtime=6.18
/proc/23978/stat : 23978 (java) S 23977 23974 23855 0 -1 0 79095 0 1 0 573 45 0 0 18 0 9 0 1999299258 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23978/statm: 220733 65897 2529 9 0 215315 0
[pid=23978/tid=23979] ppid=23977 vsize=882932 CPUtime=2.83
/proc/23978/task/23979/stat : 23979 (java) S 23977 23974 23855 0 -1 64 4852 0 1 0 278 5 0 0 25 0 9 0 1999299259 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23980] ppid=23977 vsize=882932 CPUtime=3.19
/proc/23978/task/23980/stat : 23980 (java) R 23977 23974 23855 0 -1 64 73033 0 0 0 282 37 0 0 21 0 9 0 1999299260 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23981] ppid=23977 vsize=882932 CPUtime=0
/proc/23978/task/23981/stat : 23981 (java) S 23977 23974 23855 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999299260 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23982] ppid=23977 vsize=882932 CPUtime=0
/proc/23978/task/23982/stat : 23982 (java) S 23977 23974 23855 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1999299260 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23983] ppid=23977 vsize=882932 CPUtime=0
/proc/23978/task/23983/stat : 23983 (java) S 23977 23974 23855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999299262 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23984] ppid=23977 vsize=882932 CPUtime=0.11
/proc/23978/task/23984/stat : 23984 (java) S 23977 23974 23855 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 1999299262 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23985] ppid=23977 vsize=882932 CPUtime=0
/proc/23978/task/23985/stat : 23985 (java) S 23977 23974 23855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999299262 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23986] ppid=23977 vsize=882932 CPUtime=0
/proc/23978/task/23986/stat : 23986 (java) S 23977 23974 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999299262 904122368 65897 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 901888

[startup+12.7024 s]
/proc/loadavg: 2.08 2.02 1.94 3/84 23986
/proc/meminfo: memFree=891080/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=0.03
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1999299252 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 796 370 3 0 500 0
[pid=23977] ppid=23974 vsize=5356 CPUtime=0
/proc/23977/stat : 23977 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999299257 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23977/statm: 1339 233 193 169 0 50 0
[pid=23978] ppid=23977 vsize=864680 CPUtime=12.51
/proc/23978/stat : 23978 (java) S 23977 23974 23855 0 -1 0 92938 0 1 0 1195 56 0 0 18 0 9 0 1999299258 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23978/statm: 216170 75131 2529 9 0 210752 0
[pid=23978/tid=23979] ppid=23977 vsize=864680 CPUtime=7.81
/proc/23978/task/23979/stat : 23979 (java) R 23977 23974 23855 0 -1 64 6459 0 1 0 771 10 0 0 25 0 9 0 1999299259 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4126669342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23980] ppid=23977 vsize=864680 CPUtime=4.45
/proc/23978/task/23980/stat : 23980 (java) S 23977 23974 23855 0 -1 64 85220 0 0 0 402 43 0 0 16 0 9 0 1999299260 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23981] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23981/stat : 23981 (java) S 23977 23974 23855 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1999299260 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23982] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23982/stat : 23982 (java) S 23977 23974 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999299260 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23983] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23983/stat : 23983 (java) S 23977 23974 23855 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999299262 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23984] ppid=23977 vsize=864680 CPUtime=0.2
/proc/23978/task/23984/stat : 23984 (java) S 23977 23974 23855 0 -1 64 559 0 0 0 20 0 0 0 16 0 9 0 1999299262 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23985] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23985/stat : 23985 (java) S 23977 23974 23855 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999299262 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23978/tid=23986] ppid=23977 vsize=864680 CPUtime=0
/proc/23978/task/23986/stat : 23986 (java) S 23977 23974 23855 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999299262 885432320 75131 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883636

[startup+25.5027 s]
/proc/loadavg: 2.13 2.03 1.94 3/84 23996
/proc/meminfo: memFree=1020872/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=13.18
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 974 93372 0 1 4 0 1252 62 15 0 1 0 1999299252 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 797 370 3 0 500 0
[pid=23987] ppid=23974 vsize=5356 CPUtime=0
/proc/23987/stat : 23987 (sh) S 23974 23974 23855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999300591 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23987/statm: 1339 233 193 169 0 50 0
[pid=23988] ppid=23987 vsize=868472 CPUtime=11.97
/proc/23988/stat : 23988 (java) S 23987 23974 23855 0 -1 0 66559 0 1 0 1157 40 0 0 18 0 9 0 1999300591 889315328 43134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23988/statm: 217118 43134 2542 9 0 211693 0
[pid=23988/tid=23989] ppid=23987 vsize=868472 CPUtime=7.62
/proc/23988/task/23989/stat : 23989 (java) R 23987 23974 23855 0 -1 64 4409 0 1 0 757 5 0 0 25 0 9 0 1999300592 889315328 43134 996147200 134512640 134550740 4294955952 18446744073709551615 4126621599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23988/tid=23990] ppid=23987 vsize=868472 CPUtime=4.11
/proc/23988/task/23990/stat : 23990 (java) S 23987 23974 23855 0 -1 64 59940 0 0 0 378 33 0 0 16 0 9 0 1999300593 889315328 43134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23988/tid=23991] ppid=23987 vsize=868472 CPUtime=0
/proc/23988/task/23991/stat : 23991 (java) S 23987 23974 23855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999300593 889315328 43134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23988/tid=23992] ppid=23987 vsize=868472 CPUtime=0
/proc/23988/task/23992/stat : 23992 (java) S 23987 23974 23855 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1999300593 889315328 43134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=790792/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=384484 CPUtime=1317.24
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 95168 0 0 0 131616 108 0 0 25 0 1 0 1999302513 393711616 95127 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 96121 95127 76 150 0 95968 0
Current children cumulated CPU time (s) 1349.41
Current children cumulated vsize (KiB) 403440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 24000
/proc/meminfo: memFree=780360/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=394716 CPUtime=1376.67
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 97720 0 0 0 137557 110 0 0 25 0 1 0 1999302513 404189184 97679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 98679 97679 76 150 0 98526 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 413672

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 24000
/proc/meminfo: memFree=769416/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=405756 CPUtime=1436.11
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 100488 0 0 0 143498 113 0 0 25 0 1 0 1999302513 415494144 100447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 101439 100447 76 150 0 101286 0
Current children cumulated CPU time (s) 1468.28
Current children cumulated vsize (KiB) 424712

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 24000
/proc/meminfo: memFree=759944/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=414876 CPUtime=1495.54
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 102798 0 0 0 149438 116 0 0 25 0 1 0 1999302513 424833024 102757 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 103719 102757 76 150 0 103566 0
Current children cumulated CPU time (s) 1527.71
Current children cumulated vsize (KiB) 433832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 24000
/proc/meminfo: memFree=751432/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=423324 CPUtime=1555
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 104937 0 0 0 155381 119 0 0 25 0 1 0 1999302513 433483776 104896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 105831 104896 76 150 0 105678 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 442280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/76 24000
/proc/meminfo: memFree=742472/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=432228 CPUtime=1614.43
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 107117 0 0 0 161321 122 0 0 25 0 1 0 1999302513 442601472 107076 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/23998/statm: 108057 107076 76 150 0 107904 0
Current children cumulated CPU time (s) 1646.6
Current children cumulated vsize (KiB) 451184

[startup+1722.3 s]
/proc/loadavg: 2.14 2.03 1.96 3/76 24038
/proc/meminfo: memFree=720264/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=440196 CPUtime=1674.16
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 109093 0 0 0 167289 127 0 0 25 0 1 0 1999302513 450760704 109052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23998/statm: 110049 109052 76 150 0 109896 0
Current children cumulated CPU time (s) 1706.33
Current children cumulated vsize (KiB) 459152

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/76 24038
/proc/meminfo: memFree=496392/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=448592 CPUtime=1734.12
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 111202 0 0 0 173283 129 0 0 25 0 1 0 1999302513 459358208 111161 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23998/statm: 112148 111161 76 150 0 111995 0
Current children cumulated CPU time (s) 1766.29
Current children cumulated vsize (KiB) 467548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.03 2.02 1.96 3/76 24038
/proc/meminfo: memFree=490568/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=454536 CPUtime=1767.91
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 112677 0 0 0 176660 131 0 0 25 0 1 0 1999302513 465444864 112636 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23998/statm: 113634 112636 76 150 0 113481 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 473492

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

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

[startup+1816.11 s]
/proc/loadavg: 2.03 2.02 1.96 3/76 24038
/proc/meminfo: memFree=490568/2055920 swapFree=4180396/4192956
[pid=23974] ppid=23972 vsize=13600 CPUtime=32.17
/proc/23974/stat : 23974 (sugar) S 23972 23974 23855 0 -1 4194304 1033 183273 0 2 5 0 3088 124 16 0 1 0 1999299252 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23974/statm: 3400 799 370 3 0 500 0
[pid=23997] ppid=23974 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23974 23974 23855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999302512 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 232 193 169 0 50 0
[pid=23998] ppid=23997 vsize=454536 CPUtime=1767.91
/proc/23998/stat : 23998 (minisat) R 23997 23974 23855 0 -1 4194304 112677 0 0 0 176660 131 0 0 25 0 1 0 1999302513 465444864 112636 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23998/statm: 113634 112636 76 150 0 113481 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 473492

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23974 and gives
#  childrusage.ru_utime.tv_sec=30
#  childrusage.ru_utime.tv_usec=937296
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=265807
# CPU time returned by wait4() is 32.2031
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.19
CPU time (s): 1800.08
CPU user time (s): 1797.53
CPU system time (s): 2.55
CPU usage (%): 99.1131
Max. virtual memory (cumulated for all children) (KiB): 909924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9373
system time used= 1.26581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184650
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= 6245
involuntary context switches= 6719

runsolver used 2.13368 second user time and 6.15306 second system time

The end

Launcher Data (download as text)

Begin job on node44 at 2008-07-04 22:27:44
IDJOB=1069434
IDBENCH=55621
IDSOLVER=346
FILE ID=node44/1069434-1215203262
PBS_JOBID= 7881708
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-clauses-71-70.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-1069434-1215203262/watcher-1069434-1215203262 -o /tmp/evaluation-result-1069434-1215203262/solver-1069434-1215203262 -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-1069434-1215203262.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ed9b29809e37ecdd38e641694300923
RANDOM SEED=751410878

node44.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.213
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.213
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:       1192512 kB
Buffers:         14776 kB
Cached:         182092 kB
SwapCached:       6316 kB
Active:         775068 kB
Inactive:        25992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1192512 kB
SwapTotal:     4192956 kB
SwapFree:      4180396 kB
Dirty:           43148 kB
Writeback:           0 kB
Mapped:         609996 kB
Slab:            45980 kB
Committed_AS:  4112904 kB
PageTables:       3444 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= 66464 MiB
End job on node44 at 2008-07-04 22:58:02