Trace number 2084062

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.08 1803.08

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-3.xml
MD5SUMcf1d24903f4691458c5fef6fc63c431f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.945
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 08:05:33 2009
0.06/0.08	c 0	PID 24076
0.06/0.08	c 0	HOST node24.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084062-1247378733.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084062-1247378733.xml' 'HOME/temp.csp'
1.05/1.15	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.05/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.18	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.26	c 1	Parsing HOME/temp.csp
1.11/1.45	c 1	parsed 9815 expressions
1.11/1.46	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.46	c 1	Converting to clausal form CSP
2.01/2.19	c 2	converted 982 (10%) expressions
5.08/5.23	c 5	converted 1963 (20%) expressions
7.55/7.73	c 8	converted 2945 (30%) expressions
9.43/9.65	c 9	converted 3926 (40%) expressions
11.41/11.64	c 11	converted 4908 (50%) expressions
13.68/13.96	c 14	converted 5889 (60%) expressions
15.36/15.65	c 15	converted 6871 (70%) expressions
16.85/17.17	c 17	converted 7852 (80%) expressions
19.23/19.56	c 19	converted 8834 (90%) expressions
20.91/21.23	c 21	converted 9815 (100%) expressions
20.91/21.23	c 21	CSP : 1600 integers, 25569 booleans, 51898 clauses, largest domain size 2717
20.91/21.23	c 21	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.91/21.23	c 21	Propagation in CSP
21.50/21.89	c 22	50 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.50/21.90	c 22	CSP : 1600 integers, 25569 booleans, 51898 clauses, largest domain size 2717
21.50/21.90	c 22	Heap : 113 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.60/21.94	c 22	Simplifing CSP by introducing new Boolean variables
21.69/22.02	c 22	CSP : 1600 integers, 42235 booleans, 68564 clauses, largest domain size 2717
21.69/22.02	c 22	Heap : 116 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.50/22.88	c 23	Encoding CSP to SAT : HOME/temp.cnf
23.09/23.48	c 23	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
23.59/23.92	c 24	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
24.08/24.45	c 24	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
24.58/24.96	c 25	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
25.06/25.48	c 25	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
25.37/25.72	c 25	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
25.57/25.93	c 26	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
25.77/26.15	c 26	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
25.96/26.40	c 26	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
26.15/26.60	c 26	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
28.92/29.40	c 29	6857 (10%) CSP clauses are encoded (1608470 clauses, 31281792 bytes)
31.57/32.01	c 32	13713 (20%) CSP clauses are encoded (2323176 clauses, 47987279 bytes)
34.33/34.88	c 35	20570 (30%) CSP clauses are encoded (3163314 clauses, 67840523 bytes)
37.40/37.94	c 38	27426 (40%) CSP clauses are encoded (4104393 clauses, 90503627 bytes)
39.36/39.92	c 40	34282 (50%) CSP clauses are encoded (4714522 clauses, 105014373 bytes)
41.55/42.18	c 42	41139 (60%) CSP clauses are encoded (5436439 clauses, 122314357 bytes)
43.90/44.55	c 44	47995 (70%) CSP clauses are encoded (6200358 clauses, 140610317 bytes)
46.77/47.44	c 47	54852 (80%) CSP clauses are encoded (7190595 clauses, 164224028 bytes)
48.83/49.71	c 49	61708 (90%) CSP clauses are encoded (7854263 clauses, 180202479 bytes)
51.41/52.39	c 52	68564 (100%) CSP clauses are encoded (8723914 clauses, 201065557 bytes)
51.41/52.39	c 52	68564 CSP clauses encoded
51.41/52.39	c 52	Writing map file : HOME/temp.map
51.52/52.45	c 52	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.52/52.45	c 52	SAT : 984533 SAT variables, 8723914 SAT clauses, 201065557 bytes
51.52/52.45	c 52	Heap : 112 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.57/52.53	c 52	SOLVING HOME/temp.cnf
51.57/52.53	c 52	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
51.57/52.53	c 52	This is MiniSat 2.0 beta
51.57/52.53	c 52	WARNING: for repeatability, setting FPU to use double precision
51.57/52.53	c 52	============================[ Problem Statistics ]=============================
51.57/52.53	c 52	|                                                                             |
51.57/52.53	c 52	|  Number of variables:  984533                                               |
51.57/52.54	c 52	|  Number of clauses:    8723914                                              |
56.89/57.94	c 58	|  Parsing time:         4.58         s                                       |
57.19/58.21	c 58	============================[ Search Statistics ]==============================
57.19/58.21	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
57.19/58.21	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
57.19/58.21	c 58	===============================================================================
57.19/58.21	c 58	|         0 |  984518  8723849 24278199 |  2907949        0    nan |  0.000 % |
57.98/59.09	c 59	|       100 |  984517  8723849 24278199 |  3198744       99      3 |  0.004 % |
59.65/60.74	c 61	|       250 |  984513  8723849 24278199 |  3518619      245      3 |  0.022 % |
63.03/64.12	c 64	|       476 |  984362  8723849 24278199 |  3870481      456      3 |  0.168 % |
66.60/67.78	c 68	|       813 |  984267  8723849 24278199 |  4257529      784      3 |  0.488 % |
73.33/74.53	c 74	|      1319 |  979276  8684083 24169647 |  4683282     1276      4 |  1.504 % |
83.63/84.94	c 85	|      2078 |  953564  8380922 23312127 |  5151610     2001      4 |  3.177 % |
94.80/96.32	c 96	|      3217 |  933920  8120937 22571789 |  5666771     3102      6 |  5.143 % |
111.52/113.21	c 113	|      4925 |  925674  8027879 22309241 |  6233448     4773      7 |  6.666 % |
131.96/133.84	c 134	|      7487 |  881729  7626816 21194452 |  6856793     7251      9 | 10.576 % |
159.52/161.43	c 161	|     11331 |  865031  7456786 20718102 |  7542472    11028     10 | 12.597 % |
200.61/202.79	c 203	|     17097 |  845656  7268150 20191226 |  8296719    16690     13 | 14.581 % |
265.71/267.92	c 268	|     25746 |  805771  6865176 19063543 |  9126391    25109     14 | 18.188 % |
362.26/364.56	c 364	|     38721 |  756070  6373363 17688925 | 10039030    37807     16 | 23.278 % |
519.20/521.58	c 521	|     58183 |  675860  5634414 15636185 | 11042934    56749     16 | 31.383 % |
738.29/740.71	c 740	|     87375 |  594479  4994268 13880167 | 12147227    85360     17 | 39.625 % |
1053.84/1056.48	c 1056	|    131164 |  527610  4418655 12288583 | 13361950   128329     18 | 46.410 % |
1508.23/1511.09	c 1511	|    196848 |  444256  3721471 10366086 | 14698145   193400     19 | 54.878 % |
1800.00/1802.92	c ERROR INTERRUPTED
1800.00/1802.98	s UNKNOWN
1800.00/1802.98	c 1803	CPU 51.61 (0.06 0.02 49.91 1.62)
1800.00/1802.98	c 1803	END Sun Jul 12 08:35:36 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084062-1247378733/watcher-2084062-1247378733 -o /tmp/evaluation-result-2084062-1247378733/solver-2084062-1247378733 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084062-1247378733.xml 

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


[startup+0 s]
/proc/loadavg: 2.03 2.20 2.16 4/80 24076
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=12132 CPUtime=0
/proc/24076/stat : 24076 (sugar) R 24074 24076 23952 0 -1 4194304 217 0 0 0 0 0 0 0 22 0 1 0 24940101 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 1 0 0
/proc/24076/statm: 3033 185 142 3 0 133 0

[startup+0.078923 s]
/proc/loadavg: 2.03 2.20 2.16 4/80 24076
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16740 CPUtime=0.06
/proc/24076/stat : 24076 (sugar) R 24074 24076 23952 0 -1 4194304 1106 0 0 0 5 1 0 0 18 0 1 0 24940101 17141760 1074 996147200 4194304 4206940 548682068608 18446744073709551615 237805794198 0 0 4224 0 0 0 0 17 1 0 0
/proc/24076/statm: 4185 1074 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102164 s]
/proc/loadavg: 2.03 2.20 2.16 4/80 24076
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=0.06
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301955 s]
/proc/loadavg: 2.03 2.20 2.16 4/80 24076
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=0.06
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701034 s]
/proc/loadavg: 2.03 2.20 2.16 4/80 24076
/proc/meminfo: memFree=1451360/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=0.06
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50118 s]
/proc/loadavg: 2.11 2.22 2.17 4/91 24088
/proc/meminfo: memFree=1428424/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.11
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1309 8971 0 1 5 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10247 s]
/proc/loadavg: 2.11 2.22 2.17 3/91 24098
/proc/meminfo: memFree=1430280/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.11
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1309 8971 0 1 5 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24076 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24076 24076 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24940220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=868564 CPUtime=1.89
/proc/24090/stat : 24090 (java) S 24089 24076 23952 0 -1 0 8899 0 1 0 183 6 0 0 18 0 9 0 24940220 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24090/statm: 217141 8021 2567 9 0 211646 0
[pid=24090/tid=24091] ppid=24089 vsize=868564 CPUtime=1.44
/proc/24090/task/24091/stat : 24091 (java) R 24089 24076 23952 0 -1 64 2747 0 1 0 143 1 0 0 25 0 9 0 24940221 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4126507560 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24092] ppid=24089 vsize=868564 CPUtime=0.25
/proc/24090/task/24092/stat : 24092 (java) S 24089 24076 23952 0 -1 64 3978 0 0 0 23 2 0 0 16 0 9 0 24940223 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24093] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24093/stat : 24093 (java) S 24089 24076 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24940223 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24094] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24094/stat : 24094 (java) S 24089 24076 23952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24940223 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24095] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24095/stat : 24095 (java) S 24089 24076 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24940225 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24096] ppid=24089 vsize=868564 CPUtime=0.17
/proc/24090/task/24096/stat : 24096 (java) S 24089 24076 23952 0 -1 64 1475 0 0 0 16 1 0 0 15 0 9 0 24940225 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24097] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24097/stat : 24097 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24940225 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24098] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24098/stat : 24098 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24940225 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890788

[startup+6.30206 s]
/proc/loadavg: 2.18 2.23 2.17 4/91 24098
/proc/meminfo: memFree=1414600/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.11
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1309 8971 0 1 5 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24076 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24076 24076 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24940220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=868564 CPUtime=5.05
/proc/24090/stat : 24090 (java) S 24089 24076 23952 0 -1 0 12948 0 1 0 495 10 0 0 18 0 9 0 24940220 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24090/statm: 217141 11921 2566 9 0 211646 0
[pid=24090/tid=24091] ppid=24089 vsize=868564 CPUtime=4.13
/proc/24090/task/24091/stat : 24091 (java) R 24089 24076 23952 0 -1 64 3121 0 1 0 411 2 0 0 25 0 9 0 24940221 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4126508866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24092] ppid=24089 vsize=868564 CPUtime=0.71
/proc/24090/task/24092/stat : 24092 (java) S 24089 24076 23952 0 -1 64 7646 0 0 0 66 5 0 0 16 0 9 0 24940223 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24093] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24093/stat : 24093 (java) S 24089 24076 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24940223 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24094] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24094/stat : 24094 (java) S 24089 24076 23952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24940223 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24095] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24095/stat : 24095 (java) S 24089 24076 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24940225 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24096] ppid=24089 vsize=868564 CPUtime=0.19
/proc/24090/task/24096/stat : 24096 (java) S 24089 24076 23952 0 -1 64 1482 0 0 0 18 1 0 0 15 0 9 0 24940225 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24097] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24097/stat : 24097 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24940225 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24098] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24098/stat : 24098 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24940225 889409536 11921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890788

[startup+12.7022 s]
/proc/loadavg: 2.16 2.23 2.17 3/91 24098
/proc/meminfo: memFree=1375112/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.11
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1309 8971 0 1 5 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24076 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24076 24076 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24940220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=868564 CPUtime=11.38
/proc/24090/stat : 24090 (java) S 24089 24076 23952 0 -1 0 29778 0 1 0 1120 18 0 0 18 0 9 0 24940220 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24090/statm: 217141 21271 2567 9 0 211646 0
[pid=24090/tid=24091] ppid=24089 vsize=868564 CPUtime=9.12
/proc/24090/task/24091/stat : 24091 (java) R 24089 24076 23952 0 -1 64 3904 0 1 0 910 2 0 0 25 0 9 0 24940221 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4126577321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24092] ppid=24089 vsize=868564 CPUtime=2.04
/proc/24090/task/24092/stat : 24092 (java) S 24089 24076 23952 0 -1 64 23691 0 0 0 191 13 0 0 16 0 9 0 24940223 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24093] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24093/stat : 24093 (java) S 24089 24076 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24940223 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24094] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24094/stat : 24094 (java) S 24089 24076 23952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24940223 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24095] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24095/stat : 24095 (java) S 24089 24076 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24940225 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24096] ppid=24089 vsize=868564 CPUtime=0.19
/proc/24090/task/24096/stat : 24096 (java) S 24089 24076 23952 0 -1 64 1484 0 0 0 18 1 0 0 17 0 9 0 24940225 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24097] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24097/stat : 24097 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24940225 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24098] ppid=24089 vsize=868564 CPUtime=0
/proc/24090/task/24098/stat : 24098 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24940225 889409536 21271 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890788

[startup+25.5026 s]
/proc/loadavg: 2.14 2.22 2.17 3/91 24098
/proc/meminfo: memFree=1308488/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.12
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1310 8971 0 1 6 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24076 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24076 24076 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24940220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=868676 CPUtime=24.05
/proc/24090/stat : 24090 (java) S 24089 24076 23952 0 -1 0 50491 0 1 0 2375 30 0 0 18 0 9 0 24940220 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24090/statm: 217169 36751 2593 9 0 211646 0
[pid=24090/tid=24091] ppid=24089 vsize=868676 CPUtime=19.34
/proc/24090/task/24091/stat : 24091 (java) R 24089 24076 23952 0 -1 64 4742 0 1 0 1930 4 0 0 25 0 9 0 24940221 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4127023868 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24092] ppid=24089 vsize=868676 CPUtime=4.42
/proc/24090/task/24092/stat : 24092 (java) S 24089 24076 23952 0 -1 64 43529 0 0 0 420 22 0 0 16 0 9 0 24940223 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24093] ppid=24089 vsize=868676 CPUtime=0
/proc/24090/task/24093/stat : 24093 (java) S 24089 24076 23952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24940223 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24094] ppid=24089 vsize=868676 CPUtime=0
/proc/24090/task/24094/stat : 24094 (java) S 24089 24076 23952 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24940223 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24095] ppid=24089 vsize=868676 CPUtime=0
/proc/24090/task/24095/stat : 24095 (java) S 24089 24076 23952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24940225 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24096] ppid=24089 vsize=868676 CPUtime=0.26
/proc/24090/task/24096/stat : 24096 (java) S 24089 24076 23952 0 -1 64 1521 0 0 0 24 2 0 0 15 0 9 0 24940225 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24097] ppid=24089 vsize=868676 CPUtime=0
/proc/24090/task/24097/stat : 24097 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24940225 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24090/tid=24098] ppid=24089 vsize=868676 CPUtime=0
/proc/24090/task/24098/stat : 24098 (java) S 24089 24076 23952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24940225 889524224 36751 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890900

[startup+51.1023 s]
/proc/loadavg: 2.08 2.20 2.16 3/91 24098
/proc/meminfo: memFree=1125000/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=1.12
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1310 8971 0 1 6 1 100 5 16 0 1 0 24940101 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24076/statm: 4217 1111 409 3 0 796 0
[pid=24089] ppid=24076 vsize=5356 CPUtime=0
/proc/24089/stat : 24089 (sh) S 24076 24076 23952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24940220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24089/statm: 1339 233 193 169 0 50 0
[pid=24090] ppid=24089 vsize=868676 CPUtime=49.1
/proc/24090/stat : 24090 (java) S 24089 24076 23952 0 -1 0 50888 0 1 0 4762 148 0 0 18 0 9 0 24940220 889524224 36772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24090/statm: 217169 36772 2593 9 0 211646 0

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

/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108326 0 0 0 136708 90 0 0 25 0 1 0 24945355 464420864 108304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113384 108304 76 150 0 113231 0
Current children cumulated CPU time (s) 1419.58
Current children cumulated vsize (KiB) 475760

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1195192/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453536 CPUtime=1427.95
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108351 0 0 0 142705 90 0 0 25 0 1 0 24945355 464420864 108329 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113384 108329 76 150 0 113231 0
Current children cumulated CPU time (s) 1479.55
Current children cumulated vsize (KiB) 475760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1195064/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453536 CPUtime=1487.92
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108358 0 0 0 148702 90 0 0 25 0 1 0 24945355 464420864 108336 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113384 108336 76 150 0 113231 0
Current children cumulated CPU time (s) 1539.52
Current children cumulated vsize (KiB) 475760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1195000/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453536 CPUtime=1547.89
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108367 0 0 0 154699 90 0 0 25 0 1 0 24945355 464420864 108345 996147200 134512640 135127466 4294956256 18446744073709551615 134530957 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113384 108345 76 150 0 113231 0
Current children cumulated CPU time (s) 1599.49
Current children cumulated vsize (KiB) 475760

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194808/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453940 CPUtime=1607.86
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108398 0 0 0 160696 90 0 0 25 0 1 0 24945355 464834560 108376 996147200 134512640 135127466 4294956256 18446744073709551615 134522655 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113485 108376 76 150 0 113332 0
Current children cumulated CPU time (s) 1659.46
Current children cumulated vsize (KiB) 476164

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194680/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453940 CPUtime=1667.83
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108408 0 0 0 166693 90 0 0 25 0 1 0 24945355 464834560 108386 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113485 108386 76 150 0 113332 0
Current children cumulated CPU time (s) 1719.43
Current children cumulated vsize (KiB) 476164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194616/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453940 CPUtime=1727.8
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108416 0 0 0 172690 90 0 0 25 0 1 0 24945355 464834560 108394 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113485 108394 76 150 0 113332 0
Current children cumulated CPU time (s) 1779.4
Current children cumulated vsize (KiB) 476164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194616/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453940 CPUtime=1748.4
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108419 0 0 0 174750 90 0 0 25 0 1 0 24945355 464834560 108397 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113485 108397 76 150 0 113332 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 476164

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

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

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194616/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.6
/proc/24076/stat : 24076 (sugar) S 24074 24076 23952 0 -1 4194304 1377 60190 0 2 6 2 4991 161 16 0 1 0 24940101 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24076/statm: 4217 1114 409 3 0 796 0
[pid=24099] ppid=24076 vsize=5356 CPUtime=0
/proc/24099/stat : 24099 (sh) S 24076 24076 23952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24945355 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24099/statm: 1339 232 193 169 0 50 0
[pid=24100] ppid=24099 vsize=453940 CPUtime=1748.4
/proc/24100/stat : 24100 (minisat) R 24099 24076 23952 0 -1 4194304 108419 0 0 0 174750 90 0 0 25 0 1 0 24945355 464834560 108397 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24100/statm: 113485 108397 76 150 0 113332 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 476164

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194616/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.65
/proc/24076/stat : 24076 (sugar) R 24074 24076 23952 0 -1 4194304 1424 60467 0 2 6 6 4991 162 17 0 1 0 24940101 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24076/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24740
/proc/meminfo: memFree=1194616/2055920 swapFree=4192812/4192956
[pid=24076] ppid=24074 vsize=16868 CPUtime=51.65
/proc/24076/stat : 24076 (sugar) R 24074 24076 23952 0 -1 4194304 1424 60467 0 2 6 6 4991 162 17 0 1 0 24940101 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24076/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 51.65
Current children cumulated vsize (KiB) 16868

Child status: 0

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

Real time (s): 1803.08
CPU time (s): 1800.08
CPU user time (s): 1797.49
CPU system time (s): 2.58973
CPU usage (%): 99.8338
Max. virtual memory (cumulated for all children) (KiB): 903600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.9884
system time used= 1.73974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61950
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= 10312
involuntary context switches= 11234

runsolver used 2.13068 second user time and 6.08907 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-12 08:05:33
IDJOB=2084062
IDBENCH=58023
IDSOLVER=739
FILE ID=node24/2084062-1247378733
PBS_JOBID= 9507202
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084062-1247378733/watcher-2084062-1247378733 -o /tmp/evaluation-result-2084062-1247378733/solver-2084062-1247378733 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084062-1247378733.xml

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

MD5SUM BENCH= cf1d24903f4691458c5fef6fc63c431f
RANDOM SEED=1798282811

node24.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.287
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.287
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:       1451840 kB
Buffers:          6472 kB
Cached:          66832 kB
SwapCached:          0 kB
Active:         528204 kB
Inactive:        27784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1451840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         500572 kB
Slab:            32268 kB
Committed_AS:   924292 kB
PageTables:       2764 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= 66460 MiB
End job on node24 at 2009-07-12 08:35:38