Trace number 2057431

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.11 1801.92

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-57021_ext.xml
MD5SUM73a72b58fd08e3bdce88f31cfc83b195
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 benchmark1087.2
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.07/0.46	c 0	Sugar v1-14-6 + HOME/minisat
0.07/0.46	c 0	BEGIN Sat Jul 11 15:13:05 2009
0.07/0.46	c 0	PID 11481
0.07/0.46	c 0	HOST node55.alineos.net
0.07/0.46	c 0	CONVERTING HOME/instance-2057431-1247317984.xml TO HOME/temp.csp
0.07/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057431-1247317984.xml' 'HOME/temp.csp'
0.07/0.98	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.53/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.53/1.02	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.53/1.09	c 1	Parsing HOME/temp.csp
0.53/1.46	c 1	parsed 730 expressions
0.53/1.47	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.47	c 1	Converting to clausal form CSP
0.53/1.50	c 1	converted 73 (10%) expressions
0.53/1.50	c 1	converted 146 (20%) expressions
0.53/1.51	c 1	converted 219 (30%) expressions
0.53/1.51	c 1	converted 292 (40%) expressions
0.53/1.51	c 1	converted 365 (50%) expressions
0.53/1.60	c 1	converted 438 (60%) expressions
0.53/1.63	c 1	converted 511 (70%) expressions
0.53/1.66	c 1	converted 584 (80%) expressions
0.53/1.68	c 1	converted 657 (90%) expressions
0.53/1.70	c 1	converted 730 (100%) expressions
0.53/1.70	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.53/1.70	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.70	c 1	Propagation in CSP
0.53/1.71	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.53/1.71	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.53/1.71	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.71	c 1	Simplifing CSP by introducing new Boolean variables
0.53/1.71	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
0.53/1.71	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/1.76	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.53/1.77	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
0.53/1.77	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
0.53/1.77	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
0.53/1.77	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
0.53/1.78	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
0.53/1.78	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
0.53/1.78	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
0.53/1.78	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
0.53/1.78	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
0.53/1.78	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
0.54/1.84	c 1	36 (10%) CSP clauses are encoded (4757 clauses, 74903 bytes)
0.54/1.87	c 1	71 (20%) CSP clauses are encoded (8683 clauses, 142716 bytes)
0.54/1.89	c 1	106 (30%) CSP clauses are encoded (12691 clauses, 214765 bytes)
0.54/1.91	c 1	141 (40%) CSP clauses are encoded (16649 clauses, 290816 bytes)
0.54/1.93	c 1	176 (50%) CSP clauses are encoded (20658 clauses, 367752 bytes)
0.54/1.96	c 1	211 (60%) CSP clauses are encoded (24604 clauses, 443412 bytes)
0.54/1.98	c 2	246 (70%) CSP clauses are encoded (28625 clauses, 520525 bytes)
0.54/2.00	c 2	281 (80%) CSP clauses are encoded (32582 clauses, 596362 bytes)
0.54/2.02	c 2	316 (90%) CSP clauses are encoded (36549 clauses, 672356 bytes)
0.54/2.04	c 2	351 (100%) CSP clauses are encoded (40542 clauses, 749003 bytes)
0.54/2.04	c 2	351 CSP clauses encoded
0.54/2.04	c 2	Writing map file : HOME/temp.map
0.54/2.05	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/2.05	c 2	SAT : 702 SAT variables, 40542 SAT clauses, 749003 bytes
0.54/2.05	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/2.07	c 2	SOLVING HOME/temp.cnf
0.54/2.07	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
0.54/2.07	c 2	This is MiniSat 2.0 beta
0.54/2.07	c 2	WARNING: for repeatability, setting FPU to use double precision
0.54/2.07	c 2	============================[ Problem Statistics ]=============================
0.54/2.07	c 2	|                                                                             |
0.54/2.07	c 2	|  Number of variables:  702                                                  |
0.54/2.07	c 2	|  Number of clauses:    40542                                                |
0.54/2.09	c 2	|  Parsing time:         0.02         s                                       |
0.54/2.09	c 2	============================[ Search Statistics ]==============================
0.54/2.09	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.54/2.10	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.54/2.10	c 2	===============================================================================
0.54/2.10	c 2	|         0 |     702    40542   153654 |    13514        0    nan |  0.000 % |
1.58/2.12	c 2	|       100 |     702    40542   153654 |    14865      100     11 |  0.000 % |
1.58/2.15	c 2	|       250 |     702    40542   153654 |    16351      250     11 |  0.009 % |
1.58/2.20	c 2	|       475 |     702    40542   153654 |    17987      475     10 |  0.008 % |
1.68/2.28	c 2	|       812 |     702    40542   153654 |    19785      812     11 |  0.008 % |
1.77/2.39	c 2	|      1318 |     702    40542   153654 |    21764     1318     12 |  0.008 % |
1.97/2.55	c 2	|      2077 |     702    40542   153654 |    23940     2077     12 |  0.009 % |
2.27/2.82	c 2	|      3216 |     702    40542   153654 |    26334     3216     12 |  0.009 % |
2.67/3.24	c 3	|      4924 |     702    40542   153654 |    28968     4924     12 |  0.008 % |
3.26/3.89	c 3	|      7487 |     702    40542   153654 |    31865     7487     12 |  0.009 % |
4.35/4.96	c 4	|     11331 |     702    40542   153654 |    35051    11331     13 |  0.008 % |
6.13/6.74	c 6	|     17097 |     702    40542   153654 |    38557    17097     13 |  0.005 % |
9.10/9.78	c 9	|     25746 |     702    40542   153654 |    42412    25746     14 |  0.008 % |
14.55/15.27	c 15	|     38721 |     702    40542   153654 |    46653    38721     14 |  0.009 % |
22.58/23.36	c 23	|     58182 |     702    40542   153654 |    51319    23651     14 |  0.008 % |
37.13/38.08	c 38	|     87374 |     702    40542   153654 |    56451    13880     16 |  0.008 % |
58.82/59.99	c 60	|    131163 |     702    40542   153654 |    62096    14870     15 |  0.009 % |
89.01/90.24	c 90	|    196847 |     702    40542   153654 |    68306    30827     17 |  0.004 % |
143.49/144.77	c 144	|    295374 |     702    40542   153654 |    75136    22097     14 |  0.006 % |
217.86/219.18	c 219	|    443164 |     702    40542   153654 |    82650    47417     17 |  0.010 % |
354.60/355.93	c 355	|    664847 |     702    40542   153654 |    90915    66386     18 |  0.010 % |
562.52/563.93	c 563	|    997372 |     702    40542   153654 |   100006    18041     17 |  0.010 % |
893.50/895.05	c 895	|   1496160 |     702    40542   153654 |   110007    95623     18 |  0.010 % |
1409.51/1411.24	c 1411	|   2244342 |     702    40542   153654 |   121008    88499     17 |  0.010 % |
1800.06/1801.91	sh: line 1: 11505 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1801.91	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1801.91	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.06/1801.91	c ERROR INTERRUPTED
1800.06/1801.92	s UNKNOWN
1800.06/1801.92	c 1801	CPU 1800.09 (0.06 0.02 1799.81 0.2)
1800.06/1801.92	c 1801	END Sat Jul 11 15:43:06 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057431-1247317984/watcher-2057431-1247317984 -o /tmp/evaluation-result-2057431-1247317984/solver-2057431-1247317984 -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-2057431-1247317984.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.15 0.59 0.22 4/72 11481
/proc/meminfo: memFree=1470376/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=6268 CPUtime=0
/proc/11481/stat : 11481 (sugar) R 11479 11481 11174 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 18861766 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 248758990217 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11481/statm: 1567 47 36 3 0 8 0

[startup+0.046992 s]
/proc/loadavg: 1.15 0.59 0.22 4/72 11481
/proc/meminfo: memFree=1470376/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=13204 CPUtime=0.03
/proc/11481/stat : 11481 (sugar) D 11479 11481 11174 0 -1 4194304 687 0 0 0 2 1 0 0 18 0 1 0 18861766 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/11481/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.103162 s]
/proc/loadavg: 1.15 0.59 0.22 4/72 11481
/proc/meminfo: memFree=1470376/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=13468 CPUtime=0.03
/proc/11481/stat : 11481 (sugar) R 11479 11481 11174 0 -1 4194304 767 0 0 0 2 1 0 0 18 0 1 0 18861766 13791232 735 996147200 4194304 4206940 548682068608 18446744073709551615 248761776741 0 0 4224 0 0 0 0 17 1 0 0
/proc/11481/statm: 3367 735 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.302006 s]
/proc/loadavg: 1.15 0.59 0.22 4/72 11481
/proc/meminfo: memFree=1470376/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16212 CPUtime=0.06
/proc/11481/stat : 11481 (sugar) D 11479 11481 11174 0 -1 4194304 969 0 0 0 4 2 0 0 18 0 1 0 18861766 16601088 937 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/11481/statm: 4053 937 380 3 0 632 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16212

[startup+0.701042 s]
/proc/loadavg: 1.15 0.59 0.22 4/72 11481
/proc/meminfo: memFree=1470376/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=0.07
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1226 128 1 0 5 2 0 0 19 0 1 0 18861766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

############
# WARNING:
# current cumulated CPU time (0.53 s) is less than in the last sample (0.53 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.96046e-08 s) to the 'lost time'.

[startup+1.00107 s]
/proc/loadavg: 1.15 0.59 0.22 2/83 11493
/proc/meminfo: memFree=1457416/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=0.07
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1244 128 1 0 5 2 0 0 15 0 1 0 18861766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1111 409 3 0 796 0
[pid=11484] ppid=11481 vsize=5356 CPUtime=0
/proc/11484/stat : 11484 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861813 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11484/statm: 1339 233 193 169 0 50 0
[pid=11485] ppid=11484 vsize=864712 CPUtime=0.46
/proc/11485/stat : 11485 (java) S 11484 11481 11174 0 -1 0 4475 0 1 0 43 3 0 0 19 0 9 0 18861813 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11485/statm: 216178 3901 1755 9 0 210690 0
[pid=11485/tid=11486] ppid=11484 vsize=864712 CPUtime=0.31
/proc/11485/task/11486/stat : 11486 (java) S 11484 11481 11174 0 -1 64 2807 0 1 0 29 2 0 0 25 0 9 0 18861814 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11487] ppid=11484 vsize=864712 CPUtime=0.01
/proc/11485/task/11487/stat : 11487 (java) S 11484 11481 11174 0 -1 64 428 0 0 0 1 0 0 0 16 0 9 0 18861815 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11488] ppid=11484 vsize=864712 CPUtime=0
/proc/11485/task/11488/stat : 11488 (java) S 11484 11481 11174 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 18861815 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11489] ppid=11484 vsize=864712 CPUtime=0
/proc/11485/task/11489/stat : 11489 (java) S 11484 11481 11174 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 18861815 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11490] ppid=11484 vsize=864712 CPUtime=0
/proc/11485/task/11490/stat : 11490 (java) S 11484 11481 11174 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18861820 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11491] ppid=11484 vsize=864712 CPUtime=0.12
/proc/11485/task/11491/stat : 11491 (java) S 11484 11481 11174 0 -1 64 534 0 0 0 12 0 0 0 16 0 9 0 18861820 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11492] ppid=11484 vsize=864712 CPUtime=0
/proc/11485/task/11492/stat : 11492 (java) S 11484 11481 11174 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18861820 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11485/tid=11493] ppid=11484 vsize=864712 CPUtime=0
/proc/11485/task/11493/stat : 11493 (java) S 11484 11481 11174 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18861820 885465088 3901 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 886936

[startup+1.10608 s]
/proc/loadavg: 1.15 0.59 0.22 2/83 11493
/proc/meminfo: memFree=1457416/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=0.53
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1308 4892 1 1 5 2 43 3 15 0 1 0 18861766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868
#
############


[startup+1.50111 s]
/proc/loadavg: 1.15 0.59 0.22 2/83 11493
/proc/meminfo: memFree=1457416/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=0.53
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1308 4892 1 1 5 2 43 3 16 0 1 0 18861766 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+3.10126 s]
/proc/loadavg: 1.22 0.61 0.23 3/75 11505
/proc/meminfo: memFree=1462272/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 15 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=4172 CPUtime=1.01
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 883 0 0 0 101 0 0 0 25 0 1 0 18861973 4272128 869 996147200 134512640 135127466 4294956256 18446744073709551615 134522669 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 1043 869 75 150 0 890 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 26396

[startup+6.30254 s]
/proc/loadavg: 1.22 0.61 0.23 3/75 11505
/proc/meminfo: memFree=1460928/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=5176 CPUtime=4.18
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 1132 0 0 0 418 0 0 0 25 0 1 0 18861973 5300224 1118 996147200 134512640 135127466 4294956256 18446744073709551615 134529046 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 1294 1118 75 150 0 1141 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 27400

[startup+12.7032 s]
/proc/loadavg: 1.34 0.66 0.24 3/75 11505
/proc/meminfo: memFree=1459272/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=6620 CPUtime=10.51
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 1500 0 0 0 1051 0 0 0 25 0 1 0 18861973 6778880 1486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 1655 1486 75 150 0 1502 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 28844

[startup+25.5012 s]
/proc/loadavg: 1.44 0.70 0.26 3/75 11505
/proc/meminfo: memFree=1457800/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=8052 CPUtime=23.19
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 1821 0 0 0 2318 1 0 0 25 0 1 0 18861973 8245248 1807 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 2013 1807 75 150 0 1860 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 30276

[startup+51.1015 s]
/proc/loadavg: 1.63 0.81 0.31 3/75 11505
/proc/meminfo: memFree=1456840/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=8980 CPUtime=48.55
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 2068 0 0 0 4854 1 0 0 25 0 1 0 18861973 9195520 2054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11505/statm: 2245 2054 75 150 0 2092 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 31204

[startup+102.307 s]
/proc/loadavg: 1.86 1.00 0.40 3/84 11546
/proc/meminfo: memFree=1437824/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=11144 CPUtime=99.55
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 2581 0 0 0 9952 3 0 0 25 0 1 0 18861973 11411456 2567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1300.65
Current children cumulated vsize (KiB) 47084

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 1.58 3/84 11546
/proc/meminfo: memFree=1423872/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=25024 CPUtime=1359.06
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 5955 0 0 0 135898 8 0 0 25 0 1 0 18861973 25624576 5941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6256 5941 75 150 0 6103 0
Current children cumulated CPU time (s) 1360.62
Current children cumulated vsize (KiB) 47248

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.61 3/84 11546
/proc/meminfo: memFree=1423616/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=25324 CPUtime=1419.04
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6005 0 0 0 141896 8 0 0 25 0 1 0 18861973 25931776 5991 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6331 5991 75 150 0 6178 0
Current children cumulated CPU time (s) 1420.6
Current children cumulated vsize (KiB) 47548

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.63 3/84 11546
/proc/meminfo: memFree=1423488/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=25472 CPUtime=1479.02
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6074 0 0 0 147894 8 0 0 25 0 1 0 18861973 26083328 6060 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6368 6060 75 150 0 6215 0
Current children cumulated CPU time (s) 1480.58
Current children cumulated vsize (KiB) 47696

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.65 3/84 11546
/proc/meminfo: memFree=1423296/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=25636 CPUtime=1539
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6113 0 0 0 153891 9 0 0 25 0 1 0 18861973 26251264 6099 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6409 6099 75 150 0 6256 0
Current children cumulated CPU time (s) 1540.56
Current children cumulated vsize (KiB) 47860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/84 11546
/proc/meminfo: memFree=1422656/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=26388 CPUtime=1598.98
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6279 0 0 0 159889 9 0 0 25 0 1 0 18861973 27021312 6265 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6597 6265 75 150 0 6444 0
Current children cumulated CPU time (s) 1600.54
Current children cumulated vsize (KiB) 48612

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/84 11546
/proc/meminfo: memFree=1422336/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=26680 CPUtime=1658.95
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6338 0 0 0 165886 9 0 0 25 0 1 0 18861973 27320320 6324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6670 6324 75 150 0 6517 0
Current children cumulated CPU time (s) 1660.51
Current children cumulated vsize (KiB) 48904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/84 11546
/proc/meminfo: memFree=1421696/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=27208 CPUtime=1718.93
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6477 0 0 0 171884 9 0 0 25 0 1 0 18861973 27860992 6463 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6802 6463 75 150 0 6649 0
Current children cumulated CPU time (s) 1720.49
Current children cumulated vsize (KiB) 49432

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/84 11546
/proc/meminfo: memFree=1421248/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=27652 CPUtime=1778.91
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6577 0 0 0 177882 9 0 0 25 0 1 0 18861973 28315648 6563 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6913 6563 75 150 0 6760 0
Current children cumulated CPU time (s) 1780.47
Current children cumulated vsize (KiB) 49876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 1.73 3/84 11546
/proc/meminfo: memFree=1421056/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=27800 CPUtime=1798.5
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6600 0 0 0 179841 9 0 0 25 0 1 0 18861973 28467200 6586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6950 6586 75 150 0 6797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50024

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

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

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 1.73 3/84 11546
/proc/meminfo: memFree=1421056/2055920 swapFree=4192952/4192956
[pid=11481] ppid=11479 vsize=16868 CPUtime=1.56
/proc/11481/stat : 11481 (sugar) S 11479 11481 11174 0 -1 4194304 1373 13178 1 2 6 2 139 9 16 0 1 0 18861766 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11481/statm: 4217 1112 409 3 0 796 0
[pid=11504] ppid=11481 vsize=5356 CPUtime=0
/proc/11504/stat : 11504 (sh) S 11481 11481 11174 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18861973 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11504/statm: 1339 232 193 169 0 50 0
[pid=11505] ppid=11504 vsize=27800 CPUtime=1798.5
/proc/11505/stat : 11505 (minisat) R 11504 11481 11174 0 -1 4194304 6600 0 0 0 179841 9 0 0 25 0 1 0 18861973 28467200 6586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11505/statm: 6950 6586 75 150 0 6797 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50024

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 5.96046e-08
#  lost CPU user time (s): 2.98023e-08
#  lost CPU system time (s): -3.72529e-09

Real time (s): 1801.92
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.228965
CPU usage (%): 99.8994
Max. virtual memory (cumulated for all children) (KiB): 886936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21858
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2246
involuntary context switches= 8558

runsolver used 2.44163 second user time and 5.59115 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-11 15:13:05
IDJOB=2057431
IDBENCH=53369
IDSOLVER=739
FILE ID=node55/2057431-1247317984
PBS_JOBID= 9506519
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 73a72b58fd08e3bdce88f31cfc83b195
RANDOM SEED=1534371216

node55.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.231
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.231
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:       1470856 kB
Buffers:         49356 kB
Cached:         448332 kB
SwapCached:          4 kB
Active:          45172 kB
Inactive:       470260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1470856 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            3268 kB
Writeback:           0 kB
Mapped:          29236 kB
Slab:            55260 kB
Committed_AS:   135224 kB
PageTables:       1676 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= 66352 MiB
End job on node55 at 2009-07-11 15:43:08