Trace number 1127284

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.04 3630.14

General information on the benchmark

Namemaxcsp/cnf/2-40-2100-3000/
normalized-cnf-2-40-2900-050223-ext.xml
MD5SUMf186a8b990bc2d657ad13aa1e6f45e54
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints289
Best CPU time to get the best result obtained on this benchmark2.38464
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints645
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension645
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Tue Jul 22 22:12:44 2008
0.00/0.05	c 0	PID 5024
0.00/0.05	c 0	HOST node84.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127284-1216757564.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127284-1216757564.xml' 'HOME/temp.csp'
0.03/0.60	c 1	1 domains, 40 variables, 0 predicates, 14 relations, 645 constraints
0.03/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.39/0.74	c 1	Parsing HOME/temp.csp
0.39/0.86	c 1	parsed 700 expressions
0.39/0.87	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.39/0.88	c 1	MAX CSP: 645 constraints
0.39/0.88	c 1	Converting to clausal form CSP
0.39/0.91	c 1	converted 135 (10%) expressions
0.39/0.92	c 1	converted 270 (20%) expressions
0.39/0.94	c 1	converted 405 (30%) expressions
0.39/0.95	c 1	converted 540 (40%) expressions
0.39/0.96	c 1	converted 674 (50%) expressions
0.39/0.97	c 1	converted 809 (60%) expressions
0.39/0.98	c 1	converted 944 (70%) expressions
0.71/1.05	c 1	converted 1079 (80%) expressions
0.71/1.06	c 1	converted 1214 (90%) expressions
0.80/1.17	c 1	converted 1348 (100%) expressions
0.80/1.17	c 1	CSP : 1330 integers, 0 booleans, 1934 clauses, largest domain size 968
0.80/1.17	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.80/1.17	c 1	Propagation in CSP
0.90/1.22	c 1	641 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.22	c 1	CSP : 1330 integers, 0 booleans, 1934 clauses, largest domain size 646
0.90/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.22	c 1	Simplifing CSP by introducing new Boolean variables
0.90/1.22	c 1	CSP : 1330 integers, 0 booleans, 1934 clauses, largest domain size 646
0.90/1.22	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.90/1.26	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.29	c 1	133 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.29	c 1	266 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.29	c 1	399 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.29	c 1	532 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.90/1.29	c 1	665 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.98/1.30	c 1	798 (60%) CSP integer variables are encoded (1187 clauses, 14868 bytes)
0.98/1.31	c 1	931 (70%) CSP integer variables are encoded (2133 clauses, 27166 bytes)
0.98/1.31	c 1	1064 (80%) CSP integer variables are encoded (3260 clauses, 41817 bytes)
0.98/1.31	c 1	1197 (90%) CSP integer variables are encoded (9004 clauses, 116836 bytes)
0.98/1.32	c 1	1330 (100%) CSP integer variables are encoded (10591 clauses, 140641 bytes)
0.98/1.35	c 2	194 (10%) CSP clauses are encoded (10900 clauses, 143918 bytes)
0.98/1.36	c 2	387 (20%) CSP clauses are encoded (11193 clauses, 147233 bytes)
0.98/1.38	c 2	581 (30%) CSP clauses are encoded (11487 clauses, 150670 bytes)
0.98/1.40	c 2	774 (40%) CSP clauses are encoded (14281 clauses, 197757 bytes)
1.07/1.45	c 2	967 (50%) CSP clauses are encoded (40070 clauses, 664769 bytes)
1.07/1.47	c 2	1161 (60%) CSP clauses are encoded (47836 clauses, 801596 bytes)
1.17/1.59	c 2	1354 (70%) CSP clauses are encoded (121825 clauses, 2158101 bytes)
1.37/1.77	c 2	1548 (80%) CSP clauses are encoded (188325 clauses, 3335133 bytes)
1.67/2.03	c 2	1741 (90%) CSP clauses are encoded (343488 clauses, 6205583 bytes)
1.96/2.39	c 3	1934 (100%) CSP clauses are encoded (552475 clauses, 10498616 bytes)
1.96/2.39	c 3	1934 CSP clauses encoded
1.96/2.39	c 3	Writing map file : HOME/temp.map
2.05/2.41	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.41	c 3	SAT : 11921 SAT variables, 552475 SAT clauses, 10498616 bytes
2.05/2.41	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.05/2.44	c 3	OBJECTIVE minimize _COST
2.05/2.44	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.05/2.44	c 3	SEARCHING: _COST <= 323
2.05/2.44	c 3	SOLVING HOME/temp.cnf
2.05/2.44	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.05/2.45	c 3	This is MiniSat 2.0 beta
2.05/2.45	c 3	WARNING: for repeatability, setting FPU to use double precision
2.05/2.45	c 3	============================[ Problem Statistics ]=============================
2.05/2.45	c 3	|                                                                             |
2.05/2.45	c 3	|  Number of variables:  11921                                                |
2.05/2.45	c 3	|  Number of clauses:    552476                                               |
2.08/2.71	c 3	|  Parsing time:         0.22         s                                       |
2.08/2.88	c 3	============================[ Search Statistics ]==============================
2.08/2.88	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.88	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.88	c 3	===============================================================================
2.08/2.88	c 3	|         0 |    8701   353239  1035960 |   117746        0    nan |  0.000 % |
2.08/3.10	c 3	|       101 |    8701   353239  1035960 |   129520       99     13 | 27.414 % |
2.91/3.30	c 3	|       254 |    8695   353239  1035960 |   142473      247     21 | 28.035 % |
3.00/3.43	c 4	|       480 |    8695   353239  1035960 |   156720      473     24 | 28.035 % |
3.10/3.59	c 4	|       817 |    8695   353239  1035960 |   172392      810     23 | 28.035 % |
3.30/3.79	c 4	|      1323 |    8695   353239  1035960 |   189631     1316     22 | 28.035 % |
3.70/4.13	c 4	|      2084 |    8695   353239  1035960 |   208594     2076     21 | 28.169 % |
4.19/4.67	c 5	|      3224 |    8563   345458  1013102 |   229454     3215     26 | 28.169 % |
5.00/5.42	c 6	|      4933 |    8562   345458  1013102 |   252399     4923     30 | 28.177 % |
6.38/6.88	c 7	|      7495 |    8561   345444  1013064 |   277639     7484     32 | 28.303 % |
9.26/9.79	c 10	|     11343 |    8531   343507  1007358 |   305403    11331     33 | 28.437 % |
12.92/13.44	c 14	|     17109 |    8531   343507  1007358 |   335944    17097     35 | 28.437 % |
20.06/20.66	c 21	|     25758 |    8531   343507  1007358 |   369538    25746     42 | 28.438 % |
30.77/31.43	c 32	|     38734 |    8515   342768  1005197 |   406492    38721     38 | 28.572 % |
48.40/49.27	c 49	|     58196 |    8452   339789   996480 |   447141    58179     37 | 29.100 % |
82.70/83.89	c 84	|     87388 |    8452   339789   996480 |   491855    87371     33 | 29.100 % |
140.31/141.93	c 142	|    131179 |    8436   338801   993570 |   541041   131159     31 | 29.368 % |
273.68/276.44	c 277	|    196863 |    8404   337257   989050 |   595145   196839     29 | 29.637 % |
550.22/555.32	c 555	|    295389 |    8374   335265   983173 |   654659   295357     28 | 29.754 % |
1062.24/1071.78	c 1072	|    443178 |    8374   335265   983173 |   720125   443146     28 | 29.754 % |
2219.07/2238.41	c 2239	|    664861 |    8374   335265   983173 |   792138   664829     28 | 29.754 % |
3592.68/3622.70	c 3623	|    997386 |    8374   335265   983173 |   871352   223185     29 | 29.754 % |
3600.04/3630.12	c ERROR INTERRUPTED
3600.04/3630.13	s UNKNOWN
3600.04/3630.13	c 3630	CPU 1.85 (0.03 0.01 1.82 0.22)
3600.04/3630.13	c 3630	END Tue Jul 22 23:13:14 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.00 5/72 5024
/proc/meminfo: memFree=1645352/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=12000 CPUtime=0
/proc/5024/stat : 5024 (sugar) R 5019 5024 4954 0 -1 4194304 169 0 0 0 0 0 0 0 19 0 1 0 2841309 12288000 137 996147200 4194304 4206940 548682068592 18446744073709551615 243665374580 0 0 4224 0 0 0 0 17 0 0 0
/proc/5024/statm: 3000 137 103 3 0 100 0

[startup+0.063527 s]
/proc/loadavg: 1.01 1.01 1.00 5/72 5024
/proc/meminfo: memFree=1645352/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13600 CPUtime=0.03
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2841309 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101855 s]
/proc/loadavg: 1.01 1.01 1.00 5/72 5024
/proc/meminfo: memFree=1645352/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13600 CPUtime=0.03
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2841309 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301967 s]
/proc/loadavg: 1.01 1.01 1.00 5/72 5024
/proc/meminfo: memFree=1645352/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13600 CPUtime=0.03
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 898 127 0 0 3 0 0 0 16 0 1 0 2841309 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701996 s]
/proc/loadavg: 1.01 1.01 1.00 5/72 5024
/proc/meminfo: memFree=1645352/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13600 CPUtime=0.39
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 957 4449 0 77 3 0 27 9 16 0 1 0 2841309 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 1.01 1.01 1.00 5/94 5068
/proc/meminfo: memFree=1605360/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13600 CPUtime=0.4
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 974 4449 0 77 3 1 27 9 15 0 1 0 2841309 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3400 797 370 3 0 500 0
[pid=5059] ppid=5024 vsize=5356 CPUtime=0
/proc/5059/stat : 5059 (sh) S 5024 5024 4954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2841375 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5059/statm: 1339 233 193 169 0 50 0
[pid=5060] ppid=5059 vsize=868456 CPUtime=0.77
/proc/5060/stat : 5060 (java) S 5059 5024 4954 0 -1 0 6576 0 6 0 72 5 0 0 19 0 9 0 2841375 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5060/statm: 217114 5785 2563 9 0 211661 0
[pid=5060/tid=5061] ppid=5059 vsize=868456 CPUtime=0.46
/proc/5060/task/5061/stat : 5061 (java) R 5059 5024 4954 0 -1 64 2753 0 1 0 43 3 0 0 19 0 9 0 2841376 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4126942645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5062] ppid=5059 vsize=868456 CPUtime=0.07
/proc/5060/task/5062/stat : 5062 (java) S 5059 5024 4954 0 -1 64 1650 0 5 0 7 0 0 0 16 0 9 0 2841378 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5063] ppid=5059 vsize=868456 CPUtime=0
/proc/5060/task/5063/stat : 5063 (java) S 5059 5024 4954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2841378 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5064] ppid=5059 vsize=868456 CPUtime=0
/proc/5060/task/5064/stat : 5064 (java) S 5059 5024 4954 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2841378 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5065] ppid=5059 vsize=868456 CPUtime=0
/proc/5060/task/5065/stat : 5065 (java) S 5059 5024 4954 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2841380 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5066] ppid=5059 vsize=868456 CPUtime=0.22
/proc/5060/task/5066/stat : 5066 (java) S 5059 5024 4954 0 -1 64 1481 0 0 0 22 0 0 0 16 0 9 0 2841380 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5067] ppid=5059 vsize=868456 CPUtime=0
/proc/5060/task/5067/stat : 5067 (java) S 5059 5024 4954 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2841381 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5060/tid=5068] ppid=5059 vsize=868456 CPUtime=0
/proc/5060/task/5068/stat : 5068 (java) S 5059 5024 4954 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2841381 889298944 5785 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 887412

[startup+3.10298 s]
/proc/loadavg: 1.17 1.05 1.01 4/94 5068
/proc/meminfo: memFree=1578928/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 15 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13732

[startup+6.30129 s]
/proc/loadavg: 1.17 1.05 1.01 4/77 5071
/proc/meminfo: memFree=1548088/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 15 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=24600 CPUtime=3.81
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 5914 0 0 0 377 4 0 0 25 0 1 0 2841555 25190400 5900 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 6150 5900 76 150 0 5997 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 43688

[startup+12.7019 s]
/proc/loadavg: 1.37 1.09 1.03 4/77 5071
/proc/meminfo: memFree=1547768/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=24736 CPUtime=10.15
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 5931 0 0 0 1011 4 0 0 25 0 1 0 2841555 25329664 5917 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 6184 5917 76 150 0 6031 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 43824

[startup+25.5016 s]
/proc/loadavg: 1.47 1.12 1.04 3/77 5071
/proc/meminfo: memFree=1543480/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=27144 CPUtime=22.83
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 6533 0 0 0 2279 4 0 0 25 0 1 0 2841555 27795456 6519 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 6786 6519 76 150 0 6633 0
Current children cumulated CPU time (s) 24.91
Current children cumulated vsize (KiB) 46232

[startup+51.1017 s]
/proc/loadavg: 1.65 1.19 1.06 4/77 5071
/proc/meminfo: memFree=1535160/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=31856 CPUtime=48.2
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 7710 0 0 0 4814 6 0 0 25 0 1 0 2841555 32620544 7696 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 7964 7696 76 150 0 7811 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 50944

[startup+102.308 s]
/proc/loadavg: 1.86 1.33 1.11 4/77 5071
/proc/meminfo: memFree=1523576/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=37756 CPUtime=98.97
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 9170 0 0 0 9889 8 0 0 25 0 1 0 2841555 38662144 9156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 9439 9156 76 150 0 9286 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 56844

[startup+162.302 s]
/proc/loadavg: 1.95 1.45 1.16 3/77 5071
/proc/meminfo: memFree=1510264/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=43828 CPUtime=158.47
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 10637 0 0 0 15837 10 0 0 25 0 1 0 2841555 44879872 10623 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 10957 10623 76 150 0 10804 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 62916

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.21 4/77 5071
/proc/meminfo: memFree=1501560/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=47944 CPUtime=217.95
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 11703 0 0 0 21784 11 0 0 25 0 1 0 2841555 49094656 11689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 11986 11689 76 150 0 11833 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 67032

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

/proc/meminfo: memFree=1277688/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144160 CPUtime=3133.06
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 34973 0 0 0 313264 42 0 0 25 0 1 0 2841555 147619840 34959 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36040 34959 76 150 0 35887 0
Current children cumulated CPU time (s) 3135.14
Current children cumulated vsize (KiB) 163248

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1274296/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144596 CPUtime=3192.55
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35083 0 0 0 319213 42 0 0 25 0 1 0 2841555 148066304 35069 996147200 134512640 135127466 4294956256 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36149 35069 76 150 0 35996 0
Current children cumulated CPU time (s) 3194.63
Current children cumulated vsize (KiB) 163684

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1271480/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144596 CPUtime=3252.05
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35083 0 0 0 325163 42 0 0 25 0 1 0 2841555 148066304 35069 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36149 35069 76 150 0 35996 0
Current children cumulated CPU time (s) 3254.13
Current children cumulated vsize (KiB) 163684

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.98 4/77 5079
/proc/meminfo: memFree=1269176/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144596 CPUtime=3311.57
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35083 0 0 0 331115 42 0 0 25 0 1 0 2841555 148066304 35069 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36149 35069 76 150 0 35996 0
Current children cumulated CPU time (s) 3313.65
Current children cumulated vsize (KiB) 163684

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1266680/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144840 CPUtime=3371.28
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35134 0 0 0 337086 42 0 0 25 0 1 0 2841555 148316160 35120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36210 35120 76 150 0 36057 0
Current children cumulated CPU time (s) 3373.36
Current children cumulated vsize (KiB) 163928

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1264248/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144840 CPUtime=3430.99
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35141 0 0 0 343057 42 0 0 25 0 1 0 2841555 148316160 35127 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36210 35127 76 150 0 36057 0
Current children cumulated CPU time (s) 3433.07
Current children cumulated vsize (KiB) 163928

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1261944/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144840 CPUtime=3490.72
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35147 0 0 0 349029 43 0 0 25 0 1 0 2841555 148316160 35133 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36210 35133 76 150 0 36057 0
Current children cumulated CPU time (s) 3492.8
Current children cumulated vsize (KiB) 163928

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5079
/proc/meminfo: memFree=1259384/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=144960 CPUtime=3550.43
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35154 0 0 0 355000 43 0 0 25 0 1 0 2841555 148439040 35140 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5070/statm: 36240 35140 76 150 0 36087 0
Current children cumulated CPU time (s) 3552.51
Current children cumulated vsize (KiB) 164048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5139
/proc/meminfo: memFree=1388288/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=145324 CPUtime=3597.96
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35223 0 0 0 359752 44 0 0 25 0 1 0 2841555 148811776 35209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5070/statm: 36331 35209 76 150 0 36178 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 164412

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

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

[startup+3630.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/77 5139
/proc/meminfo: memFree=1388288/2055920 swapFree=4192956/4192956
[pid=5024] ppid=5019 vsize=13732 CPUtime=2.08
/proc/5024/stat : 5024 (sugar) S 5019 5024 4954 0 -1 4194304 1073 11610 0 83 3 1 182 22 16 0 1 0 2841309 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5024/statm: 3433 821 374 3 0 533 0
[pid=5069] ppid=5024 vsize=5356 CPUtime=0
/proc/5069/stat : 5069 (sh) S 5024 5024 4954 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2841554 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5069/statm: 1339 232 193 169 0 50 0
[pid=5070] ppid=5069 vsize=145324 CPUtime=3597.96
/proc/5070/stat : 5070 (minisat) R 5069 5024 4954 0 -1 4194304 35223 0 0 0 359752 44 0 0 25 0 1 0 2841555 148811776 35209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/5070/statm: 36331 35209 76 150 0 36178 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 164412

Child status: 0

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

Real time (s): 3630.14
CPU time (s): 3600.04
CPU user time (s): 3599.37
CPU system time (s): 0.67
CPU usage (%): 99.1709
Max. virtual memory (cumulated for all children) (KiB): 887412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.86372
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13028
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4406
involuntary context switches= 4081

runsolver used 4.11937 second user time and 11.0883 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-22 22:12:44
IDJOB=1127284
IDBENCH=63174
IDSOLVER=368
FILE ID=node84/1127284-1216757564
PBS_JOBID= 7974085
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-2100-3000/normalized-cnf-2-40-2900-050223-ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127284-1216757564/watcher-1127284-1216757564 -o /tmp/evaluation-result-1127284-1216757564/solver-1127284-1216757564 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127284-1216757564.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f186a8b990bc2d657ad13aa1e6f45e54
RANDOM SEED=1732055342

node84.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.236
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.236
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:       1646568 kB
Buffers:         26380 kB
Cached:         303760 kB
SwapCached:          0 kB
Active:         186792 kB
Inactive:       157528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646568 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          23848 kB
Slab:            50664 kB
Committed_AS:    53384 kB
PageTables:       1648 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= 66536 MiB
End job on node84 at 2008-07-22 23:13:16