Trace number 2057442

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.12 1801.62

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-55021_ext.xml
MD5SUM3b87432a795257e68114fcfea8b43f0c
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 benchmark1019.29
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:13 2009
0.00/0.08	c 0	PID 10506
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2057442-1247317993.xml TO HOME/temp.csp
0.00/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-2057442-1247317993.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	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.06/0.99	c 1	Parsing HOME/temp.csp
1.18/1.34	c 1	parsed 730 expressions
1.18/1.35	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.35	c 1	Converting to clausal form CSP
1.18/1.38	c 1	converted 73 (10%) expressions
1.18/1.38	c 1	converted 146 (20%) expressions
1.18/1.39	c 1	converted 219 (30%) expressions
1.18/1.39	c 1	converted 292 (40%) expressions
1.18/1.39	c 1	converted 365 (50%) expressions
1.27/1.49	c 1	converted 438 (60%) expressions
1.38/1.52	c 1	converted 511 (70%) expressions
1.38/1.55	c 1	converted 584 (80%) expressions
1.38/1.58	c 1	converted 657 (90%) expressions
1.47/1.61	c 1	converted 730 (100%) expressions
1.47/1.61	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.47/1.61	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.61	c 1	Propagation in CSP
1.47/1.61	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.47/1.61	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.47/1.61	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.47/1.61	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.47/1.61	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.67	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.47/1.67	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.47/1.67	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.47/1.68	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.47/1.68	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.47/1.68	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.47/1.68	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.47/1.68	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.47/1.68	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.47/1.68	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.47/1.68	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.58/1.75	c 1	36 (10%) CSP clauses are encoded (4724 clauses, 74295 bytes)
1.58/1.78	c 1	71 (20%) CSP clauses are encoded (8677 clauses, 142546 bytes)
1.68/1.80	c 2	106 (30%) CSP clauses are encoded (12664 clauses, 213980 bytes)
1.68/1.83	c 2	141 (40%) CSP clauses are encoded (16630 clauses, 290111 bytes)
1.68/1.85	c 2	176 (50%) CSP clauses are encoded (20594 clauses, 366249 bytes)
1.68/1.87	c 2	211 (60%) CSP clauses are encoded (24577 clauses, 442520 bytes)
1.77/1.91	c 2	246 (70%) CSP clauses are encoded (28504 clauses, 517813 bytes)
1.77/1.93	c 2	281 (80%) CSP clauses are encoded (32461 clauses, 593706 bytes)
1.77/1.95	c 2	316 (90%) CSP clauses are encoded (36425 clauses, 669734 bytes)
1.77/1.98	c 2	351 (100%) CSP clauses are encoded (40417 clauses, 746390 bytes)
1.77/1.98	c 2	351 CSP clauses encoded
1.77/1.98	c 2	Writing map file : HOME/temp.map
1.77/1.98	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.77/1.98	c 2	SAT : 702 SAT variables, 40417 SAT clauses, 746390 bytes
1.77/1.98	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/2.01	c 2	SOLVING HOME/temp.cnf
1.85/2.01	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.85/2.02	c 2	This is MiniSat 2.0 beta
1.85/2.02	c 2	WARNING: for repeatability, setting FPU to use double precision
1.85/2.02	c 2	============================[ Problem Statistics ]=============================
1.85/2.02	c 2	|                                                                             |
1.85/2.02	c 2	|  Number of variables:  702                                                  |
1.85/2.02	c 2	|  Number of clauses:    40417                                                |
1.85/2.04	c 2	|  Parsing time:         0.02         s                                       |
1.85/2.04	c 2	============================[ Search Statistics ]==============================
1.85/2.04	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.85/2.04	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.85/2.04	c 2	===============================================================================
1.85/2.04	c 2	|         0 |     702    40417   153090 |    13472        0    nan |  0.000 % |
1.85/2.07	c 2	|       100 |     702    40417   153090 |    14819      100     11 |  0.000 % |
1.88/2.11	c 2	|       250 |     702    40417   153090 |    16301      250     12 |  0.007 % |
1.88/2.15	c 2	|       477 |     702    40417   153090 |    17931      477     11 |  0.007 % |
2.05/2.23	c 2	|       814 |     702    40417   153090 |    19724      814     11 |  0.007 % |
2.15/2.34	c 2	|      1321 |     702    40417   153090 |    21697     1321     11 |  0.007 % |
2.34/2.50	c 2	|      2080 |     702    40417   153090 |    23867     2080     12 |  0.005 % |
2.54/2.76	c 2	|      3220 |     702    40417   153090 |    26253     3220     12 |  0.007 % |
3.03/3.20	c 3	|      4929 |     702    40417   153090 |    28879     4929     12 |  0.008 % |
3.63/3.84	c 4	|      7493 |     702    40417   153090 |    31767     7493     13 |  0.007 % |
4.62/4.89	c 5	|     11338 |     702    40417   153090 |    34943    11338     13 |  0.008 % |
6.60/6.86	c 7	|     17105 |     702    40417   153090 |    38438    17105     13 |  0.007 % |
9.58/9.87	c 10	|     25755 |     702    40417   153090 |    42281    25755     13 |  0.007 % |
15.12/15.43	c 15	|     38729 |     702    40417   153090 |    46510    38729     14 |  0.007 % |
22.85/23.28	c 23	|     58191 |     702    40417   153090 |    51161    23985     16 |  0.007 % |
37.02/37.52	c 37	|     87383 |     702    40417   153090 |    56277    14307     15 |  0.007 % |
59.10/59.87	c 60	|    131172 |     702    40417   153090 |    61905    15184     15 |  0.002 % |
92.48/93.39	c 93	|    196856 |     702    40417   153090 |    68095    32824     16 |  0.008 % |
151.85/152.73	c 152	|    295384 |     702    40417   153090 |    74905    26480     14 |  0.008 % |
227.92/228.86	c 229	|    443174 |     702    40417   153090 |    82395    51413     18 |  0.001 % |
370.96/371.96	c 372	|    664857 |     702    40417   153090 |    90635    69867     18 |  0.005 % |
585.38/586.42	c 586	|    997382 |     702    40417   153090 |    99698    23186     17 |  0.008 % |
921.93/923.17	c 923	|   1496170 |     702    40417   153090 |   109668    97023     18 |  0.008 % |
1466.42/1467.90	c 1468	|   2244352 |     702    40417   153090 |   120635    95353     16 |  0.009 % |
1800.08/1801.61	sh: line 1: 10530 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.08/1801.61	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1801.61	c 1801	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.08/1801.61	c ERROR INTERRUPTED
1800.08/1801.62	s UNKNOWN
1800.08/1801.62	c 1801	CPU 1800.1 (0.06 0.01 1799.81 0.22)
1800.08/1801.62	c 1801	END Sat Jul 11 15:43:14 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-2057442-1247317993/watcher-2057442-1247317993 -o /tmp/evaluation-result-2057442-1247317993/solver-2057442-1247317993 -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-2057442-1247317993.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.00 0.35 0.12 5/81 10506
/proc/meminfo: memFree=1039960/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=18576 CPUtime=0
/proc/10506/stat : 10506 (runsolver) R 10504 10506 10253 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 18865760 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10506/statm: 4644 284 249 26 0 2626 0

[startup+0.106802 s]
/proc/loadavg: 1.00 0.35 0.12 5/81 10506
/proc/meminfo: memFree=1039960/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=0.06
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18865760 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202815 s]
/proc/loadavg: 1.00 0.35 0.12 5/81 10506
/proc/meminfo: memFree=1039960/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=0.06
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18865760 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302829 s]
/proc/loadavg: 1.00 0.35 0.12 5/81 10506
/proc/meminfo: memFree=1039960/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=0.06
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18865760 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701895 s]
/proc/loadavg: 1.00 0.35 0.12 5/81 10506
/proc/meminfo: memFree=1039960/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=0.06
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18865760 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50203 s]
/proc/loadavg: 1.00 0.35 0.12 4/92 10528
/proc/meminfo: memFree=1026808/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=0.81
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1309 4897 0 1 6 0 72 3 15 0 1 0 18865760 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1111 409 3 0 796 0
[pid=10519] ppid=10506 vsize=5356 CPUtime=0
/proc/10519/stat : 10519 (sh) S 10506 10506 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18865851 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10519/statm: 1339 233 193 169 0 50 0
[pid=10520] ppid=10519 vsize=864252 CPUtime=0.57
/proc/10520/stat : 10520 (java) S 10519 10506 10253 0 -1 0 6896 0 1 0 53 4 0 0 18 0 9 0 18865851 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10520/statm: 216063 6173 2566 9 0 210568 0
[pid=10520/tid=10521] ppid=10519 vsize=864252 CPUtime=0.33
/proc/10520/task/10521/stat : 10521 (java) R 10519 10506 10253 0 -1 64 2598 0 1 0 32 1 0 0 22 0 9 0 18865852 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4125959207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10522] ppid=10519 vsize=864252 CPUtime=0.16
/proc/10520/task/10522/stat : 10522 (java) S 10519 10506 10253 0 -1 64 3280 0 0 0 15 1 0 0 16 0 9 0 18865853 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10523] ppid=10519 vsize=864252 CPUtime=0
/proc/10520/task/10523/stat : 10523 (java) S 10519 10506 10253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18865853 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10524] ppid=10519 vsize=864252 CPUtime=0
/proc/10520/task/10524/stat : 10524 (java) S 10519 10506 10253 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 18865853 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10525] ppid=10519 vsize=864252 CPUtime=0
/proc/10520/task/10525/stat : 10525 (java) S 10519 10506 10253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 18865856 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10526] ppid=10519 vsize=864252 CPUtime=0.05
/proc/10520/task/10526/stat : 10526 (java) S 10519 10506 10253 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 18865856 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10527] ppid=10519 vsize=864252 CPUtime=0
/proc/10520/task/10527/stat : 10527 (java) S 10519 10506 10253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18865856 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10520/tid=10528] ppid=10519 vsize=864252 CPUtime=0
/proc/10520/task/10528/stat : 10528 (java) S 10519 10506 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18865856 884994048 6173 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886476

[startup+3.10128 s]
/proc/loadavg: 1.00 0.35 0.12 3/84 10530
/proc/meminfo: memFree=1029176/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 15 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=4148 CPUtime=1.05
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 888 0 0 0 105 0 0 0 25 0 1 0 18865962 4247552 874 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/10530/statm: 1037 874 75 150 0 884 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 26372

[startup+6.3028 s]
/proc/loadavg: 1.08 0.38 0.13 3/84 10530
/proc/meminfo: memFree=1027320/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=5100 CPUtime=4.22
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 1124 0 0 0 422 0 0 0 25 0 1 0 18865962 5222400 1110 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/10530/statm: 1275 1110 75 150 0 1122 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 27324

[startup+12.7018 s]
/proc/loadavg: 1.15 0.40 0.14 3/84 10530
/proc/meminfo: memFree=1025784/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=6608 CPUtime=10.57
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 1502 0 0 0 1056 1 0 0 25 0 1 0 18865962 6766592 1488 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10530/statm: 1652 1488 75 150 0 1499 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28832

[startup+25.5029 s]
/proc/loadavg: 1.34 0.48 0.17 3/84 10530
/proc/meminfo: memFree=1024952/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=8104 CPUtime=23.24
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 1854 0 0 0 2323 1 0 0 25 0 1 0 18865962 8298496 1840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10530/statm: 2026 1840 75 150 0 1873 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 30328

[startup+51.103 s]
/proc/loadavg: 1.56 0.60 0.21 3/84 10530
/proc/meminfo: memFree=1020152/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=9172 CPUtime=48.61
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 2132 0 0 0 4859 2 0 0 25 0 1 0 18865962 9392128 2118 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10530/statm: 2293 2118 75 150 0 2140 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 31396

[startup+102.302 s]
/proc/loadavg: 1.76 0.80 0.30 3/77 10581
/proc/meminfo: memFree=1061936/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=11196 CPUtime=99.6
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 2604 0 0 0 9957 3 0 0 25 0 1 0 18865962 11464704 2590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 2799 2590 75 150 0 2646 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 33420

[startup+162.302 s]
/proc/loadavg: 1.91 1.02 0.40 3/77 10581
/proc/meminfo: memFree=1059376/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=12540 CPUtime=159.56
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 2936 0 0 0 15953 3 0 0 25 0 1 0 18865962 12840960 2922 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 3135 2922 75 150 0 2982 0
Current children cumulated CPU time (s) 161.44
Current children cumulated vsize (KiB) 34764

[startup+222.306 s]
/proc/loadavg: 1.96 1.19 0.50 3/77 10581
/proc/meminfo: memFree=1057200/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0

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

[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=25860 CPUtime=1299.1
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6101 0 0 0 129901 9 0 0 25 0 1 0 18865962 26480640 6087 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6465 6087 75 150 0 6312 0
Current children cumulated CPU time (s) 1300.98
Current children cumulated vsize (KiB) 48084

[startup+1362.3 s]
/proc/loadavg: 2.13 2.03 1.55 3/77 10581
/proc/meminfo: memFree=1041584/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=25860 CPUtime=1359.08
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6127 0 0 0 135899 9 0 0 25 0 1 0 18865962 26480640 6113 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6465 6113 75 150 0 6312 0
Current children cumulated CPU time (s) 1360.96
Current children cumulated vsize (KiB) 48084

[startup+1422.3 s]
/proc/loadavg: 2.14 2.06 1.59 3/77 10581
/proc/meminfo: memFree=1041008/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=26288 CPUtime=1419.06
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6217 0 0 0 141897 9 0 0 25 0 1 0 18865962 26918912 6203 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6572 6203 75 150 0 6419 0
Current children cumulated CPU time (s) 1420.94
Current children cumulated vsize (KiB) 48512

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 1.62 3/77 10581
/proc/meminfo: memFree=1040368/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=26784 CPUtime=1479.02
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6319 0 0 0 147893 9 0 0 25 0 1 0 18865962 27426816 6305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6696 6305 75 150 0 6543 0
Current children cumulated CPU time (s) 1480.9
Current children cumulated vsize (KiB) 49008

[startup+1542.31 s]
/proc/loadavg: 2.02 2.04 1.64 3/77 10581
/proc/meminfo: memFree=1039472/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=27220 CPUtime=1539
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6461 0 0 0 153891 9 0 0 25 0 1 0 18865962 27873280 6447 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6805 6447 75 150 0 6652 0
Current children cumulated CPU time (s) 1540.88
Current children cumulated vsize (KiB) 49444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 1.66 3/77 10581
/proc/meminfo: memFree=1039280/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=27416 CPUtime=1598.97
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6501 0 0 0 159888 9 0 0 25 0 1 0 18865962 28073984 6487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 6854 6487 75 150 0 6701 0
Current children cumulated CPU time (s) 1600.85
Current children cumulated vsize (KiB) 49640

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 1.67 3/77 10581
/proc/meminfo: memFree=1038576/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=28016 CPUtime=1658.96
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6644 0 0 0 165886 10 0 0 25 0 1 0 18865962 28688384 6630 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 7004 6630 75 150 0 6851 0
Current children cumulated CPU time (s) 1660.84
Current children cumulated vsize (KiB) 50240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.69 3/77 10581
/proc/meminfo: memFree=1038320/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=28344 CPUtime=1718.93
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6708 0 0 0 171883 10 0 0 25 0 1 0 18865962 29024256 6694 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 7086 6694 75 150 0 6933 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 50568

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/77 10581
/proc/meminfo: memFree=1037168/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=29300 CPUtime=1778.91
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6915 0 0 0 177881 10 0 0 25 0 1 0 18865962 30003200 6901 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 7325 6901 75 150 0 7172 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 51524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.6 s]
/proc/loadavg: 2.00 2.01 1.72 3/77 10581
/proc/meminfo: memFree=1037104/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=29300 CPUtime=1798.2
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6933 0 0 0 179810 10 0 0 25 0 1 0 18865962 30003200 6919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 7325 6919 75 150 0 7172 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51524

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

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

[startup+1801.6 s]
/proc/loadavg: 2.00 2.01 1.72 3/77 10581
/proc/meminfo: memFree=1037104/2055920 swapFree=4192952/4192956
[pid=10506] ppid=10504 vsize=16868 CPUtime=1.88
/proc/10506/stat : 10506 (sugar) S 10504 10506 10253 0 -1 4194304 1374 13185 0 2 6 1 170 11 16 0 1 0 18865760 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10506/statm: 4217 1112 409 3 0 796 0
[pid=10529] ppid=10506 vsize=5356 CPUtime=0
/proc/10529/stat : 10529 (sh) S 10506 10506 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18865962 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10529/statm: 1339 232 193 169 0 50 0
[pid=10530] ppid=10529 vsize=29300 CPUtime=1798.2
/proc/10530/stat : 10530 (minisat) R 10529 10506 10253 0 -1 4194304 6933 0 0 0 179810 10 0 0 25 0 1 0 18865962 30003200 6919 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10530/statm: 7325 6919 75 150 0 7172 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 51524

Child status: 0
Real time (s): 1801.62
CPU time (s): 1800.12
CPU user time (s): 1799.88
CPU system time (s): 0.240963
CPU usage (%): 99.9168
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.240963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22199
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= 1921
involuntary context switches= 9605

runsolver used 2.09768 second user time and 6.10807 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 15:13:13
IDJOB=2057442
IDBENCH=53370
IDSOLVER=739
FILE ID=node22/2057442-1247317993
PBS_JOBID= 9506584
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 3b87432a795257e68114fcfea8b43f0c
RANDOM SEED=955344934

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:       1040696 kB
Buffers:         38572 kB
Cached:         883164 kB
SwapCached:          4 kB
Active:         382584 kB
Inactive:       579720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040696 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          53208 kB
Slab:            38200 kB
Committed_AS:   156492 kB
PageTables:       1848 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 15:43:16