Trace number 2065956

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.1 1807.25

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-50.xml
MD5SUM9f0ce6e9c2943d9becd65c5001f7d5b5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.523919
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints2450
Maximum constraint arity3
Maximum domain size50
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 21:36:58 2009
0.00/0.07	c 0	PID 13225
0.05/0.08	c 0	HOST node22.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2065956-1247341018.xml TO HOME/temp.csp
0.05/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-2065956-1247341018.xml' 'HOME/temp.csp'
0.06/0.52	c 1	2 domains, 99 variables, 2 predicates, 0 relations, 2450 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	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'
0.49/0.63	c 1	Parsing HOME/temp.csp
0.49/0.71	c 1	parsed 2553 expressions
0.49/0.72	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.72	c 1	Converting to clausal form CSP
0.49/0.81	c 1	converted 256 (10%) expressions
0.49/0.92	c 1	converted 511 (20%) expressions
0.49/0.94	c 1	converted 766 (30%) expressions
0.49/0.97	c 1	converted 1022 (40%) expressions
0.49/0.98	c 1	converted 1277 (50%) expressions
0.49/0.99	c 1	converted 1532 (60%) expressions
0.49/1.00	c 1	converted 1788 (70%) expressions
0.93/1.01	c 1	converted 2043 (80%) expressions
0.93/1.02	c 1	converted 2298 (90%) expressions
0.93/1.03	c 1	converted 2553 (100%) expressions
0.93/1.03	c 1	CSP : 99 integers, 0 booleans, 2548 clauses, largest domain size 50
0.93/1.03	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.03	c 1	Propagation in CSP
0.93/1.05	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.05	c 1	CSP : 99 integers, 0 booleans, 2548 clauses, largest domain size 50
0.93/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.05	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.09	c 1	CSP : 99 integers, 4900 booleans, 7448 clauses, largest domain size 50
0.93/1.09	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.14	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.15	c 1	10 (10%) CSP integer variables are encoded (480 clauses, 5134 bytes)
1.02/1.15	c 1	20 (20%) CSP integer variables are encoded (960 clauses, 10414 bytes)
1.02/1.15	c 1	30 (30%) CSP integer variables are encoded (1440 clauses, 16617 bytes)
1.02/1.16	c 1	40 (40%) CSP integer variables are encoded (1920 clauses, 22857 bytes)
1.02/1.16	c 1	50 (50%) CSP integer variables are encoded (2400 clauses, 29097 bytes)
1.02/1.16	c 1	60 (60%) CSP integer variables are encoded (2870 clauses, 35207 bytes)
1.02/1.16	c 1	70 (70%) CSP integer variables are encoded (3340 clauses, 41317 bytes)
1.02/1.16	c 1	80 (80%) CSP integer variables are encoded (3810 clauses, 47427 bytes)
1.02/1.16	c 1	90 (90%) CSP integer variables are encoded (4280 clauses, 53537 bytes)
1.02/1.16	c 1	99 (100%) CSP integer variables are encoded (4703 clauses, 59036 bytes)
1.12/1.24	c 2	745 (10%) CSP clauses are encoded (29801 clauses, 483915 bytes)
1.21/1.30	c 2	1490 (20%) CSP clauses are encoded (54899 clauses, 922732 bytes)
1.21/1.35	c 2	2235 (30%) CSP clauses are encoded (79948 clauses, 1364150 bytes)
1.33/1.41	c 2	2980 (40%) CSP clauses are encoded (105046 clauses, 1828259 bytes)
1.33/1.46	c 2	3724 (50%) CSP clauses are encoded (130061 clauses, 2296352 bytes)
1.43/1.51	c 2	4469 (60%) CSP clauses are encoded (154662 clauses, 2756568 bytes)
1.43/1.56	c 2	5214 (70%) CSP clauses are encoded (179215 clauses, 3215876 bytes)
1.53/1.61	c 2	5959 (80%) CSP clauses are encoded (203816 clauses, 3676092 bytes)
1.53/1.66	c 2	6704 (90%) CSP clauses are encoded (228417 clauses, 4136308 bytes)
2.03/2.18	c 2	7448 (100%) CSP clauses are encoded (485001 clauses, 9346692 bytes)
2.03/2.18	c 2	7448 CSP clauses encoded
2.03/2.18	c 2	Writing map file : HOME/temp.map
2.03/2.18	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.18	c 2	SAT : 9702 SAT variables, 485001 SAT clauses, 9346692 bytes
2.03/2.18	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.23	c 3	SOLVING HOME/temp.cnf
2.11/2.23	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.11/2.23	c 3	This is MiniSat 2.0 beta
2.11/2.23	c 3	WARNING: for repeatability, setting FPU to use double precision
2.11/2.23	c 3	============================[ Problem Statistics ]=============================
2.11/2.23	c 3	|                                                                             |
2.11/2.23	c 3	|  Number of variables:  9702                                                 |
2.11/2.23	c 3	|  Number of clauses:    485001                                               |
2.13/2.48	c 3	|  Parsing time:         0.21         s                                       |
2.13/2.49	c 3	============================[ Search Statistics ]==============================
2.13/2.49	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.13/2.49	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.13/2.49	c 3	===============================================================================
2.13/2.49	c 3	|         0 |    9702   485001  1548594 |   161667        0    nan |  0.000 % |
2.13/2.64	c 3	|       100 |    9702   485001  1548594 |   177833      100     11 |  0.000 % |
2.13/2.71	c 3	|       250 |    9702   485001  1548594 |   195617      250     13 |  0.000 % |
2.13/2.98	c 3	|       475 |    9702   485001  1548594 |   215178      475     23 |  0.000 % |
3.10/3.25	c 4	|       812 |    9702   485001  1548594 |   236696      812     28 |  0.000 % |
3.69/3.88	c 4	|      1318 |    9702   485001  1548594 |   260366     1318     38 |  0.000 % |
4.49/4.67	c 5	|      2077 |    9702   485001  1548594 |   286402     2077     39 |  0.000 % |
5.49/5.70	c 6	|      3216 |    9702   485001  1548594 |   315043     3216     42 |  0.000 % |
7.18/7.38	c 8	|      4925 |    9702   485001  1548594 |   346547     4925     42 |  0.000 % |
9.98/10.15	c 10	|      7490 |    9702   485001  1548594 |   381202     7490     43 |  0.000 % |
13.87/14.08	c 14	|     11334 |    9702   485001  1548594 |   419322    11334     43 |  0.000 % |
19.68/19.84	c 20	|     17100 |    9702   485001  1548594 |   461254    17100     41 |  0.000 % |
35.17/35.35	c 36	|     25749 |    9702   485001  1548594 |   507380    25749     50 |  0.000 % |
52.76/52.93	c 53	|     38725 |    9702   485001  1548594 |   558118    38725     54 |  0.000 % |
74.76/74.94	c 75	|     58188 |    9702   485001  1548594 |   613930    58188     53 |  0.000 % |
115.64/115.86	c 116	|     87383 |    9702   485001  1548594 |   675323    87383     53 |  0.000 % |
177.02/177.23	c 178	|    131176 |    9702   485001  1548594 |   742855   131176     50 |  0.000 % |
304.41/304.94	c 305	|    196861 |    9702   485001  1548594 |   817141   196861     53 |  0.000 % |
582.29/584.04	c 584	|    295387 |    9702   485001  1548594 |   898855   295387     58 |  0.000 % |
1127.95/1132.14	c 1132	|    443178 |    9702   485001  1548594 |   988740   443178     67 |  0.000 % |
1800.10/1807.22	c ERROR INTERRUPTED
1800.10/1807.24	s UNKNOWN
1800.10/1807.24	c 1808	CPU 2.14 (0.05 0.02 1.91 0.16)
1800.10/1807.24	c 1808	END Sat Jul 11 22:07:06 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-2065956-1247341018/watcher-2065956-1247341018 -o /tmp/evaluation-result-2065956-1247341018/solver-2065956-1247341018 -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-2065956-1247341018.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.08 4/81 13225
/proc/meminfo: memFree=1841424/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=18576 CPUtime=0
/proc/13225/stat : 13225 (runsolver) R 13223 13225 11542 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 21168321 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13225/statm: 4644 284 249 26 0 2626 0

[startup+0.07792 s]
/proc/loadavg: 2.00 2.02 2.08 4/81 13225
/proc/meminfo: memFree=1841424/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16740 CPUtime=0.05
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1152 0 0 0 4 1 0 0 18 0 1 0 21168321 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.102695 s]
/proc/loadavg: 2.00 2.02 2.08 4/81 13225
/proc/meminfo: memFree=1841424/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=0.06
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 21168321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301724 s]
/proc/loadavg: 2.00 2.02 2.08 4/81 13225
/proc/meminfo: memFree=1841424/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=0.06
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 21168321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701782 s]
/proc/loadavg: 2.00 2.02 2.08 4/81 13225
/proc/meminfo: memFree=1841424/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=0.49
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1309 5308 0 1 4 2 40 3 16 0 1 0 21168321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 2.00 2.02 2.08 3/92 13247
/proc/meminfo: memFree=1827888/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=0.5
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1310 5308 0 1 5 2 40 3 15 0 1 0 21168321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1111 409 3 0 796 0
[pid=13238] ppid=13225 vsize=5356 CPUtime=0
/proc/13238/stat : 13238 (sh) S 13225 13225 11542 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21168376 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13238/statm: 1339 233 193 169 0 50 0
[pid=13239] ppid=13238 vsize=868700 CPUtime=0.93
/proc/13239/stat : 13239 (java) S 13238 13225 11542 0 -1 0 7108 0 1 0 87 6 0 0 18 0 9 0 21168376 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13239/statm: 217175 6263 2589 9 0 211652 0
[pid=13239/tid=13240] ppid=13238 vsize=868700 CPUtime=0.61
/proc/13239/task/13240/stat : 13240 (java) R 13238 13225 11542 0 -1 64 2808 0 1 0 59 2 0 0 20 0 9 0 21168377 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13241] ppid=13238 vsize=868700 CPUtime=0.09
/proc/13239/task/13241/stat : 13241 (java) S 13238 13225 11542 0 -1 64 2108 0 0 0 8 1 0 0 16 0 9 0 21168378 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13242] ppid=13238 vsize=868700 CPUtime=0
/proc/13239/task/13242/stat : 13242 (java) S 13238 13225 11542 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21168379 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13243] ppid=13238 vsize=868700 CPUtime=0
/proc/13239/task/13243/stat : 13243 (java) S 13238 13225 11542 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21168379 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13244] ppid=13238 vsize=868700 CPUtime=0
/proc/13239/task/13244/stat : 13244 (java) S 13238 13225 11542 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21168381 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13245] ppid=13238 vsize=868700 CPUtime=0.19
/proc/13239/task/13245/stat : 13245 (java) S 13238 13225 11542 0 -1 64 1494 0 0 0 18 1 0 0 16 0 9 0 21168381 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13246] ppid=13238 vsize=868700 CPUtime=0
/proc/13239/task/13246/stat : 13246 (java) S 13238 13225 11542 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21168381 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13239/tid=13247] ppid=13238 vsize=868700 CPUtime=0
/proc/13239/task/13247/stat : 13247 (java) S 13238 13225 11542 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21168381 889548800 6263 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890924

[startup+3.10113 s]
/proc/loadavg: 2.00 2.02 2.08 3/92 13247
/proc/meminfo: memFree=1812272/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 15 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30259 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 13249
/proc/meminfo: memFree=1801584/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=26388 CPUtime=4.06
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 6278 0 0 0 402 4 0 0 25 0 1 0 21168544 27021312 6264 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 6597 6264 76 150 0 6444 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 48612

[startup+12.7015 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 13249
/proc/meminfo: memFree=1800432/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=27576 CPUtime=10.45
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 6580 0 0 0 1041 4 0 0 25 0 1 0 21168544 28237824 6566 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 6894 6566 76 150 0 6741 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 49800

[startup+25.5014 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 13249
/proc/meminfo: memFree=1798256/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=29780 CPUtime=23.25
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 7128 0 0 0 2320 5 0 0 25 0 1 0 21168544 30494720 7114 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 7445 7114 76 150 0 7292 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 52004

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.08 3/84 13249
/proc/meminfo: memFree=1793008/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=34564 CPUtime=48.83
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 8315 0 0 0 4877 6 0 0 25 0 1 0 21168544 35393536 8301 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 8641 8301 76 150 0 8488 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 56788

[startup+102.306 s]
/proc/loadavg: 2.00 2.01 2.07 3/84 13249
/proc/meminfo: memFree=1784112/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=44016 CPUtime=100.03
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 10656 0 0 0 9995 8 0 0 25 0 1 0 21168544 45072384 10642 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 11004 10642 76 150 0 10851 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 66240

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.06 3/84 13249
/proc/meminfo: memFree=1774448/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=53576 CPUtime=160
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 13060 0 0 0 15990 10 0 0 25 0 1 0 21168544 54861824 13046 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 13394 13046 76 150 0 13241 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 75800

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/84 13249
/proc/meminfo: memFree=1764080/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=63236 CPUtime=219.98
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 15439 0 0 0 21985 13 0 0 25 0 1 0 21168544 64753664 15425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13249/statm: 15809 15425 76 150 0 15656 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 85460

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

/proc/meminfo: memFree=1699512/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=170616 CPUtime=1295.27
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 42117 0 0 0 129475 52 0 0 25 0 1 0 21168544 174710784 42103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 42654 42103 76 150 0 42501 0
Current children cumulated CPU time (s) 1297.4
Current children cumulated vsize (KiB) 192840

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13280
/proc/meminfo: memFree=1694328/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=175804 CPUtime=1355.01
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 43412 0 0 0 135447 54 0 0 25 0 1 0 21168544 180023296 43398 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 43951 43398 76 150 0 43798 0
Current children cumulated CPU time (s) 1357.14
Current children cumulated vsize (KiB) 198028

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13280
/proc/meminfo: memFree=1688888/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=181088 CPUtime=1414.74
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 44747 0 0 0 141418 56 0 0 25 0 1 0 21168544 185434112 44733 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 45272 44733 76 150 0 45119 0
Current children cumulated CPU time (s) 1416.87
Current children cumulated vsize (KiB) 203312

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1683704/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=186248 CPUtime=1474.47
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 46042 0 0 0 147389 58 0 0 25 0 1 0 21168544 190717952 46028 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 46562 46028 76 150 0 46409 0
Current children cumulated CPU time (s) 1476.6
Current children cumulated vsize (KiB) 208472

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1678776/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=191056 CPUtime=1534.2
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 47263 0 0 0 153361 59 0 0 25 0 1 0 21168544 195641344 47249 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 47764 47249 76 150 0 47611 0
Current children cumulated CPU time (s) 1536.33
Current children cumulated vsize (KiB) 213280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1674616/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=195204 CPUtime=1593.94
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 48314 0 0 0 159334 60 0 0 25 0 1 0 21168544 199888896 48300 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 48801 48300 76 150 0 48648 0
Current children cumulated CPU time (s) 1596.07
Current children cumulated vsize (KiB) 217428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1670584/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=199164 CPUtime=1653.69
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 49302 0 0 0 165307 62 0 0 25 0 1 0 21168544 203943936 49288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 49791 49288 76 150 0 49638 0
Current children cumulated CPU time (s) 1655.82
Current children cumulated vsize (KiB) 221388

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1666232/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=203392 CPUtime=1713.43
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 50375 0 0 0 171279 64 0 0 25 0 1 0 21168544 208273408 50361 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 50848 50361 76 150 0 50695 0
Current children cumulated CPU time (s) 1715.56
Current children cumulated vsize (KiB) 225616

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1662072/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=207432 CPUtime=1773.17
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 51370 0 0 0 177251 66 0 0 25 0 1 0 21168544 212410368 51356 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 51858 51356 76 150 0 51705 0
Current children cumulated CPU time (s) 1775.3
Current children cumulated vsize (KiB) 229656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13286
/proc/meminfo: memFree=1660536/2055920 swapFree=4192812/4192956
[pid=13225] ppid=13223 vsize=16868 CPUtime=2.13
/proc/13225/stat : 13225 (sugar) S 13223 13225 11542 0 -1 4194304 1376 12935 0 2 5 2 191 15 16 0 1 0 21168321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13225/statm: 4217 1113 409 3 0 796 0
[pid=13248] ppid=13225 vsize=5356 CPUtime=0
/proc/13248/stat : 13248 (sh) S 13225 13225 11542 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21168544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13248/statm: 1339 232 193 169 0 50 0
[pid=13249] ppid=13248 vsize=208884 CPUtime=1797.97
/proc/13249/stat : 13249 (minisat) R 13248 13225 11542 0 -1 4194304 51767 0 0 0 179731 66 0 0 25 0 1 0 21168544 213897216 51753 996147200 134512640 135127466 4294956256 18446744073709551615 134531089 0 0 4096 3 0 0 0 17 0 0 0
/proc/13249/statm: 52221 51753 76 150 0 52068 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 231108

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13225 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=963701
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=190970
# CPU time returned by wait4() is 2.15467
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.25
CPU time (s): 1800.1
CPU user time (s): 1799.27
CPU system time (s): 0.83
CPU usage (%): 99.6043
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9637
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14694
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= 4401
involuntary context switches= 4240

runsolver used 2.04869 second user time and 5.2462 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 21:36:58
IDJOB=2065956
IDBENCH=54448
IDSOLVER=739
FILE ID=node22/2065956-1247341018
PBS_JOBID= 9506651
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-50.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-2065956-1247341018/watcher-2065956-1247341018 -o /tmp/evaluation-result-2065956-1247341018/solver-2065956-1247341018 -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-2065956-1247341018.xml

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

MD5SUM BENCH= 9f0ce6e9c2943d9becd65c5001f7d5b5
RANDOM SEED=1092382433

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1841904 kB
Buffers:         10832 kB
Cached:         103068 kB
SwapCached:          0 kB
Active:         137372 kB
Inactive:        28940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841904 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          65104 kB
Slab:            32828 kB
Committed_AS:   179640 kB
PageTables:       1912 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= 66388 MiB
End job on node22 at 2009-07-11 22:07:08