Trace number 2057464

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.23

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-62021_ext.xml
MD5SUMad3b0ced7dd4d3b9a7a1ae256b0401a3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1051.8
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:13:28 2009
0.00/0.08	c 0	PID 13613
0.06/0.08	c 0	HOST node37.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2057464-1247318007.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057464-1247318007.xml' 'HOME/temp.csp'
0.06/0.85	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	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.81/0.95	c 1	Parsing HOME/temp.csp
1.22/1.32	c 1	parsed 730 expressions
1.22/1.33	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 1	Converting to clausal form CSP
1.22/1.36	c 1	converted 73 (10%) expressions
1.22/1.36	c 1	converted 146 (20%) expressions
1.22/1.36	c 1	converted 219 (30%) expressions
1.22/1.37	c 1	converted 292 (40%) expressions
1.22/1.37	c 1	converted 365 (50%) expressions
1.32/1.48	c 1	converted 438 (60%) expressions
1.42/1.51	c 1	converted 511 (70%) expressions
1.42/1.54	c 1	converted 584 (80%) expressions
1.42/1.56	c 1	converted 657 (90%) expressions
1.42/1.59	c 1	converted 730 (100%) expressions
1.42/1.59	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.42/1.59	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.59	c 1	Propagation in CSP
1.42/1.60	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.60	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.42/1.60	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.60	c 1	Simplifing CSP by introducing new Boolean variables
1.51/1.60	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.51/1.60	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.66	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.66	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.51/1.67	c 2	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.51/1.67	c 2	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.51/1.67	c 2	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.51/1.67	c 2	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.51/1.67	c 2	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.51/1.67	c 2	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.51/1.67	c 2	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.51/1.67	c 2	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.51/1.67	c 2	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.61/1.74	c 2	36 (10%) CSP clauses are encoded (4735 clauses, 74682 bytes)
1.61/1.77	c 2	71 (20%) CSP clauses are encoded (8677 clauses, 142562 bytes)
1.61/1.79	c 2	106 (30%) CSP clauses are encoded (12635 clauses, 213557 bytes)
1.71/1.82	c 2	141 (40%) CSP clauses are encoded (16647 clauses, 290540 bytes)
1.71/1.84	c 2	176 (50%) CSP clauses are encoded (20661 clauses, 367511 bytes)
1.71/1.87	c 2	211 (60%) CSP clauses are encoded (24645 clauses, 443881 bytes)
1.71/1.89	c 2	246 (70%) CSP clauses are encoded (28598 clauses, 519731 bytes)
1.81/1.92	c 2	281 (80%) CSP clauses are encoded (32584 clauses, 596337 bytes)
1.81/1.94	c 2	316 (90%) CSP clauses are encoded (36600 clauses, 673407 bytes)
1.81/1.97	c 2	351 (100%) CSP clauses are encoded (40566 clauses, 749563 bytes)
1.81/1.97	c 2	351 CSP clauses encoded
1.81/1.97	c 2	Writing map file : HOME/temp.map
1.81/1.97	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.97	c 2	SAT : 702 SAT variables, 40566 SAT clauses, 749563 bytes
1.81/1.97	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.98	c 2	SOLVING HOME/temp.cnf
1.81/1.98	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.81/1.98	c 2	This is MiniSat 2.0 beta
1.81/1.98	c 2	WARNING: for repeatability, setting FPU to use double precision
1.81/1.98	c 2	============================[ Problem Statistics ]=============================
1.81/1.98	c 2	|                                                                             |
1.81/1.98	c 2	|  Number of variables:  702                                                  |
1.81/1.98	c 2	|  Number of clauses:    40566                                                |
1.90/2.00	c 2	|  Parsing time:         0.02         s                                       |
1.90/2.01	c 2	============================[ Search Statistics ]==============================
1.90/2.01	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.90/2.01	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.90/2.01	c 2	===============================================================================
1.90/2.01	c 2	|         0 |     702    40566   153772 |    13522        0    nan |  0.000 % |
1.90/2.04	c 2	|       100 |     702    40566   153772 |    14874      100     11 |  0.000 % |
1.90/2.07	c 2	|       251 |     702    40566   153772 |    16361      251     11 |  0.006 % |
2.01/2.12	c 2	|       476 |     702    40566   153772 |    17997      476     11 |  0.006 % |
2.01/2.19	c 2	|       813 |     702    40566   153772 |    19797      813     11 |  0.009 % |
2.20/2.31	c 2	|      1319 |     702    40566   153772 |    21777     1319     11 |  0.008 % |
2.30/2.49	c 2	|      2079 |     702    40566   153772 |    23955     2079     11 |  0.008 % |
2.60/2.76	c 3	|      3218 |     702    40566   153772 |    26350     3218     11 |  0.009 % |
3.10/3.21	c 3	|      4927 |     702    40566   153772 |    28985     4927     12 |  0.008 % |
3.68/3.89	c 4	|      7490 |     702    40566   153772 |    31884     7490     12 |  0.008 % |
4.87/5.04	c 5	|     11334 |     702    40566   153772 |    35072    11334     12 |  0.008 % |
6.55/6.74	c 7	|     17100 |     702    40566   153772 |    38579    17100     13 |  0.009 % |
9.53/9.79	c 10	|     25750 |     702    40566   153772 |    42437    25750     14 |  0.009 % |
15.07/15.32	c 15	|     38724 |     702    40566   153772 |    46681    38724     14 |  0.009 % |
23.29/23.66	c 23	|     58185 |     702    40566   153772 |    51349    23680     14 |  0.009 % |
38.35/38.85	c 39	|     87378 |     702    40566   153772 |    56484    14399     15 |  0.009 % |
60.63/61.39	c 61	|    131167 |     702    40566   153772 |    62133    15110     16 |  0.009 % |
97.68/98.71	c 99	|    196851 |     702    40566   153772 |    68346    32206     17 |  0.009 % |
163.44/165.11	c 165	|    295379 |     702    40566   153772 |    75181    24477     16 |  0.009 % |
257.05/259.67	c 260	|    443168 |     702    40566   153772 |    82699    52198     16 |  0.009 % |
416.60/420.86	c 421	|    664851 |     702    40566   153772 |    90969    69572     17 |  0.009 % |
644.81/651.25	c 651	|    997377 |     702    40566   153772 |   100066    21438     18 |  0.010 % |
1006.34/1016.25	c 1016	|   1496166 |     702    40566   153772 |   110072    93219     19 |  0.010 % |
1595.92/1611.61	c 1611	|   2244348 |     702    40566   153772 |   121080    78430     17 |  0.011 % |
1800.03/1817.21	sh: line 1: 13637 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1817.21	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1817.21	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1817.22	c ERROR INTERRUPTED
1800.03/1817.22	s UNKNOWN
1800.03/1817.22	c 1817	CPU 1800.05 (0.06 0.01 1799.78 0.2)
1800.03/1817.22	c 1817	END Sat Jul 11 15:43:45 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-2057464-1247318007/watcher-2057464-1247318007 -o /tmp/evaluation-result-2057464-1247318007/solver-2057464-1247318007 -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-2057464-1247318007.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.11 0.53 0.20 4/84 13613
/proc/meminfo: memFree=1031472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=12268 CPUtime=0
/proc/13613/stat : 13613 (sugar) R 13611 13613 13330 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 18864955 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213116484197 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13613/statm: 3067 316 241 3 0 167 0

[startup+0.0836739 s]
/proc/loadavg: 1.11 0.53 0.20 4/84 13613
/proc/meminfo: memFree=1031472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16740 CPUtime=0.06
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 18864955 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101791 s]
/proc/loadavg: 1.11 0.53 0.20 4/84 13613
/proc/meminfo: memFree=1031472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=0.06
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18864955 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301817 s]
/proc/loadavg: 1.11 0.53 0.20 4/84 13613
/proc/meminfo: memFree=1031472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=0.06
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18864955 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701897 s]
/proc/loadavg: 1.11 0.53 0.20 4/84 13613
/proc/meminfo: memFree=1031472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=0.06
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 18864955 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 1.11 0.53 0.20 3/95 13635
/proc/meminfo: memFree=1023064/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=0.82
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1309 4895 0 1 6 1 71 4 15 0 1 0 18864955 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1111 409 3 0 796 0
[pid=13626] ppid=13613 vsize=5356 CPUtime=0
/proc/13626/stat : 13626 (sh) S 13613 13613 13330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18865043 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13626/statm: 1339 233 193 169 0 50 0
[pid=13627] ppid=13626 vsize=864252 CPUtime=0.6
/proc/13627/stat : 13627 (java) S 13626 13613 13330 0 -1 0 7031 0 1 0 56 4 0 0 19 0 9 0 18865043 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13627/statm: 216063 6307 2566 9 0 210568 0
[pid=13627/tid=13628] ppid=13626 vsize=864252 CPUtime=0.34
/proc/13627/task/13628/stat : 13628 (java) R 13626 13613 13330 0 -1 64 2599 0 1 0 33 1 0 0 18 0 9 0 18865044 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 101450577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13629] ppid=13626 vsize=864252 CPUtime=0.18
/proc/13627/task/13629/stat : 13629 (java) S 13626 13613 13330 0 -1 64 3415 0 0 0 17 1 0 0 16 0 9 0 18865045 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13630] ppid=13626 vsize=864252 CPUtime=0
/proc/13627/task/13630/stat : 13630 (java) S 13626 13613 13330 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18865045 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13631] ppid=13626 vsize=864252 CPUtime=0
/proc/13627/task/13631/stat : 13631 (java) S 13626 13613 13330 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 18865045 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13632] ppid=13626 vsize=864252 CPUtime=0
/proc/13627/task/13632/stat : 13632 (java) S 13626 13613 13330 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 18865048 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13633] ppid=13626 vsize=864252 CPUtime=0.05
/proc/13627/task/13633/stat : 13633 (java) S 13626 13613 13330 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 18865048 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13634] ppid=13626 vsize=864252 CPUtime=0
/proc/13627/task/13634/stat : 13634 (java) S 13626 13613 13330 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18865048 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13627/tid=13635] ppid=13626 vsize=864252 CPUtime=0
/proc/13627/task/13635/stat : 13635 (java) S 13626 13613 13330 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18865048 884994048 6307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886476

[startup+3.10135 s]
/proc/loadavg: 1.11 0.53 0.20 3/87 13637
/proc/meminfo: memFree=1023896/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 15 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=4164 CPUtime=1.1
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 885 0 0 0 110 0 0 0 25 0 1 0 18865154 4263936 871 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 1041 871 75 150 0 888 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 26388

[startup+6.30295 s]
/proc/loadavg: 1.18 0.56 0.21 3/87 13637
/proc/meminfo: memFree=1022680/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=5112 CPUtime=4.26
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 1117 0 0 0 426 0 0 0 25 0 1 0 18865154 5234688 1103 996147200 134512640 135127466 4294956256 18446744073709551615 134528577 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 1278 1103 75 150 0 1125 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27336

[startup+12.7012 s]
/proc/loadavg: 1.24 0.58 0.21 3/87 13637
/proc/meminfo: memFree=1020952/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=6640 CPUtime=10.6
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 1502 0 0 0 1059 1 0 0 25 0 1 0 18865154 6799360 1488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 1660 1488 75 150 0 1507 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 28864

[startup+25.5016 s]
/proc/loadavg: 1.41 0.65 0.24 3/87 13637
/proc/meminfo: memFree=1019544/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=7908 CPUtime=23.28
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 1811 0 0 0 2326 2 0 0 25 0 1 0 18865154 8097792 1797 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 1977 1797 75 150 0 1824 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 30132

[startup+51.1014 s]
/proc/loadavg: 1.61 0.76 0.29 3/87 13637
/proc/meminfo: memFree=1018584/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=8988 CPUtime=48.63
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 2074 0 0 0 4861 2 0 0 25 0 1 0 18865154 9203712 2060 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 2247 2060 75 150 0 2094 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 31212

[startup+102.308 s]
/proc/loadavg: 1.83 0.95 0.38 3/87 13637
/proc/meminfo: memFree=1016472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=10956 CPUtime=99.35
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 2551 0 0 0 9932 3 0 0 25 0 1 0 18865154 11218944 2537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 2739 2537 75 150 0 2586 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 33180

[startup+162.301 s]
/proc/loadavg: 1.93 1.13 0.47 3/87 13637
/proc/meminfo: memFree=1014936/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=12436 CPUtime=158.76
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 2921 0 0 0 15873 3 0 0 25 0 1 0 18865154 12734464 2907 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 3109 2907 75 150 0 2956 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 34660

[startup+222.302 s]
/proc/loadavg: 1.97 1.29 0.57 3/87 13637
/proc/meminfo: memFree=1014232/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0

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

[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=24228 CPUtime=1228.23
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 5762 0 0 0 122816 7 0 0 25 0 1 0 18865154 24809472 5740 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6057 5740 75 150 0 5904 0
Current children cumulated CPU time (s) 1230.13
Current children cumulated vsize (KiB) 46452

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/87 13637
/proc/meminfo: memFree=890776/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=24680 CPUtime=1287.66
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 5851 0 0 0 128759 7 0 0 25 0 1 0 18865154 25272320 5829 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6170 5829 75 150 0 6017 0
Current children cumulated CPU time (s) 1289.56
Current children cumulated vsize (KiB) 46904

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.55 3/87 13637
/proc/meminfo: memFree=890392/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=24960 CPUtime=1347.09
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 5939 0 0 0 134702 7 0 0 25 0 1 0 18865154 25559040 5909 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6240 5909 75 150 0 6087 0
Current children cumulated CPU time (s) 1348.99
Current children cumulated vsize (KiB) 47184

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.57 3/87 13637
/proc/meminfo: memFree=890200/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=25284 CPUtime=1406.52
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 5978 0 0 0 140645 7 0 0 25 0 1 0 18865154 25890816 5948 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6321 5948 75 150 0 6168 0
Current children cumulated CPU time (s) 1408.42
Current children cumulated vsize (KiB) 47508

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.60 3/87 13637
/proc/meminfo: memFree=889880/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=25440 CPUtime=1465.95
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6039 0 0 0 146588 7 0 0 25 0 1 0 18865154 26050560 6009 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6360 6009 75 150 0 6207 0
Current children cumulated CPU time (s) 1467.85
Current children cumulated vsize (KiB) 47664

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/87 13637
/proc/meminfo: memFree=889688/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=25588 CPUtime=1525.38
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6080 0 0 0 152531 7 0 0 25 0 1 0 18865154 26202112 6050 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6397 6050 75 150 0 6244 0
Current children cumulated CPU time (s) 1527.28
Current children cumulated vsize (KiB) 47812

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/87 13637
/proc/meminfo: memFree=889496/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=25868 CPUtime=1584.81
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6141 0 0 0 158474 7 0 0 25 0 1 0 18865154 26488832 6111 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6467 6111 75 150 0 6314 0
Current children cumulated CPU time (s) 1586.71
Current children cumulated vsize (KiB) 48092

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/87 13637
/proc/meminfo: memFree=888472/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=26832 CPUtime=1644.24
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6383 0 0 0 164417 7 0 0 25 0 1 0 18865154 27475968 6353 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6708 6353 75 150 0 6555 0
Current children cumulated CPU time (s) 1646.14
Current children cumulated vsize (KiB) 49056

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.68 3/87 13637
/proc/meminfo: memFree=888024/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=27240 CPUtime=1703.67
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6481 0 0 0 170360 7 0 0 25 0 1 0 18865154 27893760 6451 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/13637/statm: 6810 6451 75 150 0 6657 0
Current children cumulated CPU time (s) 1705.57
Current children cumulated vsize (KiB) 49464

[startup+1782.3 s]
/proc/loadavg: 1.94 1.96 1.69 3/87 13679
/proc/meminfo: memFree=1038424/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=27376 CPUtime=1763.24
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6523 0 0 0 176316 8 0 0 25 0 1 0 18865154 28033024 6493 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13637/statm: 6844 6493 75 150 0 6691 0
Current children cumulated CPU time (s) 1765.14
Current children cumulated vsize (KiB) 49600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 1.97 1.96 1.70 3/87 13679
/proc/meminfo: memFree=1019928/2055920 swapFree=4192952/4192956
[pid=13613] ppid=13611 vsize=16868 CPUtime=1.9
/proc/13613/stat : 13613 (sugar) S 13611 13613 13330 0 -1 4194304 1374 13183 0 2 6 1 172 11 16 0 1 0 18864955 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13613/statm: 4217 1112 409 3 0 796 0
[pid=13636] ppid=13613 vsize=5356 CPUtime=0
/proc/13636/stat : 13636 (sh) S 13613 13613 13330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865154 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13636/statm: 1339 232 193 169 0 50 0
[pid=13637] ppid=13636 vsize=27648 CPUtime=1798.13
/proc/13637/stat : 13637 (minisat) R 13636 13613 13330 0 -1 4194304 6581 0 0 0 179805 8 0 0 25 0 1 0 18865154 28311552 6551 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13637/statm: 6912 6551 75 150 0 6759 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 49872

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

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

Child status: 0
Real time (s): 1817.23
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.229965
CPU usage (%): 99.0565
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.229965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21885
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= 1920
involuntary context switches= 40010

runsolver used 2.13767 second user time and 6.14407 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-11 15:13:28
IDJOB=2057464
IDBENCH=53372
IDSOLVER=739
FILE ID=node37/2057464-1247318007
PBS_JOBID= 9506554
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-62021_ext.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-2057464-1247318007/watcher-2057464-1247318007 -o /tmp/evaluation-result-2057464-1247318007/solver-2057464-1247318007 -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-2057464-1247318007.xml

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

MD5SUM BENCH= ad3b0ced7dd4d3b9a7a1ae256b0401a3
RANDOM SEED=1067318408

node37.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.260
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.260
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1031952 kB
Buffers:         38824 kB
Cached:         823684 kB
SwapCached:          4 kB
Active:         121724 kB
Inactive:       843428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1031952 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:         118404 kB
Slab:            43864 kB
Committed_AS:   842452 kB
PageTables:       1920 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= 66392 MiB
End job on node37 at 2009-07-11 15:43:47