Trace number 2084700

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 1817.53

General information on the benchmark

Namecsp/graphColoring/register/zeroin/
normalized-zeroin-i-3-25.xml
MD5SUM875314320c71e8244bfc7f58f565d319
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.130979
Satisfiable
(Un)Satisfiability was proved
Number of variables206
Number of constraints3540
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3540
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 08:17:50 2009
0.01/0.07	c 0	PID 24915
0.01/0.07	c 0	HOST node8.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2084700-1247379469.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084700-1247379469.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 206 variables, 1 predicates, 0 relations, 3540 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.73	c 0	Parsing HOME/temp.csp
0.60/0.87	c 0	parsed 3748 expressions
0.60/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.88	c 0	Converting to clausal form CSP
0.60/0.97	c 0	converted 375 (10%) expressions
0.92/1.10	c 1	converted 750 (20%) expressions
1.02/1.13	c 1	converted 1125 (30%) expressions
1.02/1.14	c 1	converted 1500 (40%) expressions
1.02/1.16	c 1	converted 1874 (50%) expressions
1.02/1.17	c 1	converted 2249 (60%) expressions
1.02/1.18	c 1	converted 2624 (70%) expressions
1.02/1.20	c 1	converted 2999 (80%) expressions
1.11/1.21	c 1	converted 3374 (90%) expressions
1.11/1.22	c 1	converted 3748 (100%) expressions
1.11/1.22	c 1	CSP : 206 integers, 0 booleans, 3540 clauses, largest domain size 25
1.11/1.22	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.22	c 1	Propagation in CSP
1.11/1.25	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.25	c 1	CSP : 206 integers, 0 booleans, 3540 clauses, largest domain size 25
1.11/1.25	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.25	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.34	c 1	CSP : 206 integers, 7080 booleans, 10620 clauses, largest domain size 25
1.22/1.34	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.41	c 1	21 (10%) CSP integer variables are encoded (483 clauses, 5171 bytes)
1.31/1.41	c 1	42 (20%) CSP integer variables are encoded (966 clauses, 10501 bytes)
1.31/1.41	c 1	62 (30%) CSP integer variables are encoded (1426 clauses, 16481 bytes)
1.31/1.42	c 1	83 (40%) CSP integer variables are encoded (1909 clauses, 22760 bytes)
1.31/1.42	c 1	103 (50%) CSP integer variables are encoded (2369 clauses, 28740 bytes)
1.31/1.42	c 1	124 (60%) CSP integer variables are encoded (2852 clauses, 35019 bytes)
1.31/1.42	c 1	145 (70%) CSP integer variables are encoded (3335 clauses, 41298 bytes)
1.31/1.42	c 1	165 (80%) CSP integer variables are encoded (3795 clauses, 47278 bytes)
1.31/1.42	c 1	186 (90%) CSP integer variables are encoded (4278 clauses, 53557 bytes)
1.31/1.42	c 1	206 (100%) CSP integer variables are encoded (4738 clauses, 59537 bytes)
1.31/1.49	c 1	1062 (10%) CSP clauses are encoded (22792 clauses, 353039 bytes)
1.41/1.54	c 1	2124 (20%) CSP clauses are encoded (40846 clauses, 657515 bytes)
1.41/1.58	c 1	3186 (30%) CSP clauses are encoded (58900 clauses, 971699 bytes)
1.52/1.62	c 1	4248 (40%) CSP clauses are encoded (76954 clauses, 1286315 bytes)
1.52/1.66	c 1	5310 (50%) CSP clauses are encoded (95008 clauses, 1601363 bytes)
1.52/1.69	c 1	6372 (60%) CSP clauses are encoded (113062 clauses, 1916123 bytes)
1.61/1.74	c 1	7434 (70%) CSP clauses are encoded (131116 clauses, 2227187 bytes)
1.61/1.78	c 1	8496 (80%) CSP clauses are encoded (149170 clauses, 2557445 bytes)
1.72/1.82	c 1	9558 (90%) CSP clauses are encoded (167224 clauses, 2904773 bytes)
1.72/1.85	c 1	10620 (100%) CSP clauses are encoded (185278 clauses, 3255941 bytes)
1.72/1.85	c 1	10620 CSP clauses encoded
1.72/1.85	c 1	Writing map file : HOME/temp.map
1.72/1.86	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.72/1.86	c 1	SAT : 12024 SAT variables, 185278 SAT clauses, 3255941 bytes
1.72/1.86	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.78/1.91	c 1	SOLVING HOME/temp.cnf
1.78/1.91	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.78/1.91	c 1	This is MiniSat 2.0 beta
1.78/1.91	c 1	WARNING: for repeatability, setting FPU to use double precision
1.78/1.91	c 1	============================[ Problem Statistics ]=============================
1.78/1.91	c 1	|                                                                             |
1.78/1.91	c 1	|  Number of variables:  12024                                                |
1.78/1.91	c 1	|  Number of clauses:    185278                                               |
1.79/2.01	c 2	|  Parsing time:         0.08         s                                       |
1.79/2.01	c 2	============================[ Search Statistics ]==============================
1.79/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/2.01	c 2	===============================================================================
1.79/2.01	c 2	|         0 |   12024   185278   533396 |    61759        0    nan |  0.000 % |
1.79/2.07	c 2	|       101 |   12024   185278   533396 |    67935      101     10 |  0.000 % |
1.79/2.10	c 2	|       252 |   12024   185278   533396 |    74728      252      8 |  0.000 % |
1.97/2.12	c 2	|       477 |   12024   185278   533396 |    82201      477      9 |  0.000 % |
1.97/2.15	c 2	|       814 |   12024   185278   533396 |    90421      814      9 |  0.000 % |
2.06/2.21	c 2	|      1320 |   12024   185278   533396 |    99464     1320     11 |  0.000 % |
2.06/2.26	c 2	|      2080 |   12024   185278   533396 |   109410     2080     10 |  0.000 % |
2.16/2.37	c 2	|      3219 |   12024   185278   533396 |   120351     3219     10 |  0.000 % |
2.26/2.47	c 2	|      4928 |   12024   185278   533396 |   132386     4928     10 |  0.000 % |
2.46/2.63	c 2	|      7490 |   12024   185278   533396 |   145625     7490     10 |  0.000 % |
2.76/2.90	c 2	|     11335 |   12024   185278   533396 |   160187    11335     10 |  0.000 % |
3.54/3.74	c 3	|     17102 |   12024   185278   533396 |   176206    17102     13 |  0.000 % |
4.53/4.73	c 4	|     25751 |   12024   185278   533396 |   193827    25751     13 |  0.000 % |
5.92/6.14	c 6	|     38726 |   12024   185278   533396 |   213209    38726     13 |  0.000 % |
9.78/10.08	c 10	|     58188 |   12024   185278   533396 |   234530    58188     13 |  0.000 % |
21.38/21.78	c 21	|     87381 |   12024   185278   533396 |   257984    87381     17 |  0.000 % |
69.32/70.17	c 70	|    131172 |   12024   185278   533396 |   283782   131172     21 |  0.000 % |
87.94/88.98	c 88	|    196856 |   12024   185278   533396 |   312160   196856     18 |  0.000 % |
218.20/220.56	c 220	|    295382 |   12024   185278   533396 |   343376   295382     19 |  0.000 % |
309.72/312.98	c 312	|    443172 |   12024   185278   533396 |   377714   118461     19 |  0.000 % |
551.81/557.38	c 557	|    664856 |   12024   185278   533396 |   415485   340145     19 |  0.000 % |
873.92/882.53	c 882	|    997381 |   12024   185278   533396 |   457034   274431     16 |  0.000 % |
1679.53/1695.86	c 1695	|   1496169 |   12024   185278   533396 |   502737   335116     26 |  0.000 % |
1800.08/1817.52	c ERROR INTERRUPTED
1800.08/1817.52	s UNKNOWN
1800.08/1817.52	c 1817	CPU 1.8 (0.06 0.01 1.58 0.15)
1800.08/1817.52	c 1817	END Sun Jul 12 08:48:07 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-2084700-1247379469/watcher-2084700-1247379469 -o /tmp/evaluation-result-2084700-1247379469/solver-2084700-1247379469 -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-2084700-1247379469.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: 1.97 2.45 2.50 4/84 24915
/proc/meminfo: memFree=1234832/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=12272 CPUtime=0
/proc/24915/stat : 24915 (sugar) R 24913 24915 24878 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 25014199 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 1 0 0
/proc/24915/statm: 3068 327 246 3 0 168 0

[startup+0.028352 s]
/proc/loadavg: 1.97 2.45 2.50 4/84 24915
/proc/meminfo: memFree=1234832/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=13072 CPUtime=0.01
/proc/24915/stat : 24915 (sugar) R 24913 24915 24878 0 -1 4194304 638 0 0 0 1 0 0 0 18 0 1 0 25014199 13385728 606 996147200 4194304 4206940 548682068608 18446744073709551615 228706390753 0 0 4224 0 0 0 0 17 1 0 0
/proc/24915/statm: 3268 606 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.101357 s]
/proc/loadavg: 1.97 2.45 2.50 4/84 24915
/proc/meminfo: memFree=1234832/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=0.06
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25014199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301376 s]
/proc/loadavg: 1.97 2.45 2.50 4/84 24915
/proc/meminfo: memFree=1234832/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=0.06
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25014199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70141 s]
/proc/loadavg: 1.97 2.45 2.50 4/84 24915
/proc/meminfo: memFree=1234832/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=0.6
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1292 6839 0 1 5 1 49 5 17 0 1 0 25014199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50248 s]
/proc/loadavg: 1.97 2.45 2.50 4/95 24937
/proc/meminfo: memFree=1224440/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=0.6
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1310 6839 0 1 5 1 49 5 15 0 1 0 25014199 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1111 409 3 0 796 0
[pid=24928] ppid=24915 vsize=5356 CPUtime=0
/proc/24928/stat : 24928 (sh) S 24915 24915 24878 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25014265 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24928/statm: 1339 233 193 169 0 50 0
[pid=24929] ppid=24928 vsize=868708 CPUtime=0.81
/proc/24929/stat : 24929 (java) S 24928 24915 24878 0 -1 0 7506 0 1 0 76 5 0 0 20 0 9 0 25014265 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24929/statm: 217177 6724 2590 9 0 211654 0
[pid=24929/tid=24930] ppid=24928 vsize=868708 CPUtime=0.45
/proc/24929/task/24930/stat : 24930 (java) R 24928 24915 24878 0 -1 64 2747 0 1 0 44 1 0 0 25 0 9 0 25014266 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 103819475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24931] ppid=24928 vsize=868708 CPUtime=0.14
/proc/24929/task/24931/stat : 24931 (java) S 24928 24915 24878 0 -1 64 2561 0 0 0 14 0 0 0 16 0 9 0 25014267 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24932] ppid=24928 vsize=868708 CPUtime=0
/proc/24929/task/24932/stat : 24932 (java) S 24928 24915 24878 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25014267 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24933] ppid=24928 vsize=868708 CPUtime=0
/proc/24929/task/24933/stat : 24933 (java) S 24928 24915 24878 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25014267 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24934] ppid=24928 vsize=868708 CPUtime=0
/proc/24929/task/24934/stat : 24934 (java) S 24928 24915 24878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25014269 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24935] ppid=24928 vsize=868708 CPUtime=0.18
/proc/24929/task/24935/stat : 24935 (java) S 24928 24915 24878 0 -1 64 1499 0 0 0 17 1 0 0 16 0 9 0 25014269 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24936] ppid=24928 vsize=868708 CPUtime=0
/proc/24929/task/24936/stat : 24936 (java) S 24928 24915 24878 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25014269 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24929/tid=24937] ppid=24928 vsize=868708 CPUtime=0
/proc/24929/task/24937/stat : 24937 (java) S 24928 24915 24878 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25014269 889556992 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890932

[startup+3.10264 s]
/proc/loadavg: 1.97 2.45 2.50 3/87 24939
/proc/meminfo: memFree=1218488/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 15 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=11412 CPUtime=1.17
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 2745 0 0 0 116 1 0 0 25 0 1 0 25014390 11685888 2731 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 2853 2731 76 150 0 2700 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 33636

[startup+6.30194 s]
/proc/loadavg: 1.97 2.45 2.50 4/87 24939
/proc/meminfo: memFree=1215416/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=13884 CPUtime=4.33
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 3355 0 0 0 432 1 0 0 25 0 1 0 25014390 14217216 3341 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 3471 3341 76 150 0 3318 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 36108

[startup+12.7025 s]
/proc/loadavg: 1.97 2.44 2.49 3/87 24939
/proc/meminfo: memFree=1212480/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=16620 CPUtime=10.67
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 4014 0 0 0 1065 2 0 0 25 0 1 0 25014390 17018880 4000 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 4155 4000 76 150 0 4002 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 38844

[startup+25.5018 s]
/proc/loadavg: 1.98 2.42 2.49 3/87 24939
/proc/meminfo: memFree=1208320/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=20796 CPUtime=23.35
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 5041 0 0 0 2331 4 0 0 25 0 1 0 25014390 21295104 5027 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 5199 5027 76 150 0 5046 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 43020

[startup+51.1012 s]
/proc/loadavg: 1.99 2.38 2.47 3/87 24939
/proc/meminfo: memFree=1204928/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=24128 CPUtime=48.7
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 5895 0 0 0 4865 5 0 0 25 0 1 0 25014390 24707072 5881 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 6032 5881 76 150 0 5879 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 46352

[startup+102.307 s]
/proc/loadavg: 1.99 2.32 2.44 3/87 24939
/proc/meminfo: memFree=1194752/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=34428 CPUtime=99.42
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 8391 0 0 0 9934 8 0 0 25 0 1 0 25014390 35254272 8377 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 8607 8377 76 150 0 8454 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 56652

[startup+162.302 s]
/proc/loadavg: 1.99 2.26 2.41 3/87 24939
/proc/meminfo: memFree=1188992/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=39900 CPUtime=158.86
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 9784 0 0 0 15876 10 0 0 25 0 1 0 25014390 40857600 9770 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 9975 9770 76 150 0 9822 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 62124

[startup+222.301 s]
/proc/loadavg: 2.04 2.22 2.39 3/85 25063
/proc/meminfo: memFree=1849616/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=71180 CPUtime=1347.39
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17468 0 0 0 134718 21 0 0 25 0 1 0 25014390 72888320 17454 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 17795 17454 76 150 0 17642 0
Current children cumulated CPU time (s) 1349.18
Current children cumulated vsize (KiB) 93404

[startup+1422.31 s]
/proc/loadavg: 2.04 2.08 2.12 3/85 25065
/proc/meminfo: memFree=1781120/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=71180 CPUtime=1406.84
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17468 0 0 0 140662 22 0 0 25 0 1 0 25014390 72888320 17454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 17795 17454 76 150 0 17642 0
Current children cumulated CPU time (s) 1408.63
Current children cumulated vsize (KiB) 93404

[startup+1482.3 s]
/proc/loadavg: 2.01 2.06 2.11 3/85 25065
/proc/meminfo: memFree=1780992/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=71180 CPUtime=1466.26
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17468 0 0 0 146604 22 0 0 25 0 1 0 25014390 72888320 17454 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 17795 17454 76 150 0 17642 0
Current children cumulated CPU time (s) 1468.05
Current children cumulated vsize (KiB) 93404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 2.09 3/85 25065
/proc/meminfo: memFree=1780864/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=71344 CPUtime=1525.69
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17497 0 0 0 152547 22 0 0 25 0 1 0 25014390 73056256 17483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 17836 17483 76 150 0 17683 0
Current children cumulated CPU time (s) 1527.48
Current children cumulated vsize (KiB) 93568

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 2.09 3/85 25065
/proc/meminfo: memFree=1780672/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=71556 CPUtime=1585.13
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17561 0 0 0 158491 22 0 0 25 0 1 0 25014390 73273344 17547 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 17889 17547 76 150 0 17736 0
Current children cumulated CPU time (s) 1586.92
Current children cumulated vsize (KiB) 93780

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/85 25065
/proc/meminfo: memFree=1779712/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=72660 CPUtime=1644.56
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 17819 0 0 0 164433 23 0 0 25 0 1 0 25014390 74403840 17805 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 18165 17805 76 150 0 18012 0
Current children cumulated CPU time (s) 1646.35
Current children cumulated vsize (KiB) 94884

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.08 3/85 25065
/proc/meminfo: memFree=1774400/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=78232 CPUtime=1703.99
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 19157 0 0 0 170375 24 0 0 25 0 1 0 25014390 80109568 19143 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 19558 19143 76 150 0 19405 0
Current children cumulated CPU time (s) 1705.78
Current children cumulated vsize (KiB) 100456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/85 25065
/proc/meminfo: memFree=1768896/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=83668 CPUtime=1763.42
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 20476 0 0 0 176317 25 0 0 25 0 1 0 25014390 85676032 20462 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 20917 20462 76 150 0 20764 0
Current children cumulated CPU time (s) 1765.21
Current children cumulated vsize (KiB) 105892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.5 s]
/proc/loadavg: 2.00 2.01 2.07 3/85 25065
/proc/meminfo: memFree=1766336/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=86132 CPUtime=1798.29
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 21067 0 0 0 179803 26 0 0 25 0 1 0 25014390 88199168 21053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 21533 21053 76 150 0 21380 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 108356

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

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

[startup+1817.5 s]
/proc/loadavg: 2.00 2.01 2.07 3/85 25065
/proc/meminfo: memFree=1766336/2055920 swapFree=4192812/4192956
[pid=24915] ppid=24913 vsize=16868 CPUtime=1.79
/proc/24915/stat : 24915 (sugar) S 24913 24915 24878 0 -1 4194304 1376 14761 0 2 6 1 158 14 16 0 1 0 25014199 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24915/statm: 4217 1113 409 3 0 796 0
[pid=24938] ppid=24915 vsize=5356 CPUtime=0
/proc/24938/stat : 24938 (sh) S 24915 24915 24878 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25014390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24938/statm: 1339 232 193 169 0 50 0
[pid=24939] ppid=24938 vsize=86132 CPUtime=1798.29
/proc/24939/stat : 24939 (minisat) R 24938 24915 24878 0 -1 4194304 21067 0 0 0 179803 26 0 0 25 0 1 0 25014390 88199168 21053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24939/statm: 21533 21053 76 150 0 21380 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 108356

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24915 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=651748
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=173973
# CPU time returned by wait4() is 1.82572
# 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): 1817.53
CPU time (s): 1800.08
CPU user time (s): 1799.67
CPU system time (s): 0.41
CPU usage (%): 99.0401
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.65175
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16520
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= 2718
involuntary context switches= 2619

runsolver used 2.18367 second user time and 6.09007 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 08:17:49
IDJOB=2084700
IDBENCH=58108
IDSOLVER=739
FILE ID=node8/2084700-1247379469
PBS_JOBID= 9507235
Free space on /tmp= 66288 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/graphColoring/register/zeroin/normalized-zeroin-i-3-25.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-2084700-1247379469/watcher-2084700-1247379469 -o /tmp/evaluation-result-2084700-1247379469/solver-2084700-1247379469 -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-2084700-1247379469.xml

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

MD5SUM BENCH= 875314320c71e8244bfc7f58f565d319
RANDOM SEED=622906063

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1235312 kB
Buffers:          6400 kB
Cached:          62824 kB
SwapCached:          0 kB
Active:         737660 kB
Inactive:        31684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1235312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:         715764 kB
Slab:            35008 kB
Committed_AS:   871244 kB
PageTables:       3084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66284 MiB
End job on node8 at 2009-07-12 08:48:09