Trace number 2081433

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.06 1809.56

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-9.xml
MD5SUM87a3523ef2aacb9925cbe2e7c09e1eed
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 06:25:48 2009
0.04/0.07	c 0	PID 22788
0.04/0.07	c 0	HOST node27.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2081433-1247372748.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081433-1247372748.xml' 'HOME/temp.csp'
0.07/0.61	c 0	2 domains, 82 variables, 3 predicates, 0 relations, 3262 constraints
0.07/0.66	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.66	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.60/0.74	c 1	Parsing HOME/temp.csp
0.60/0.83	c 1	parsed 3349 expressions
0.60/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.84	c 1	Converting to clausal form CSP
0.92/1.07	c 1	converted 335 (10%) expressions
1.03/1.11	c 1	converted 670 (20%) expressions
1.03/1.13	c 1	converted 1005 (30%) expressions
1.03/1.14	c 1	converted 1340 (40%) expressions
1.03/1.16	c 1	converted 1675 (50%) expressions
1.03/1.18	c 1	converted 2010 (60%) expressions
1.03/1.19	c 1	converted 2345 (70%) expressions
1.12/1.21	c 1	converted 2680 (80%) expressions
1.12/1.23	c 1	converted 3015 (90%) expressions
1.12/1.26	c 1	converted 3349 (100%) expressions
1.12/1.26	c 1	CSP : 432 integers, 248 booleans, 4836 clauses, largest domain size 81
1.12/1.26	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 1	Propagation in CSP
1.21/1.34	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.34	c 1	CSP : 432 integers, 248 booleans, 4836 clauses, largest domain size 81
1.21/1.34	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.34	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.38	c 1	CSP : 432 integers, 7340 booleans, 11928 clauses, largest domain size 81
1.21/1.38	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.44	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.32/1.46	c 1	44 (10%) CSP integer variables are encoded (3410 clauses, 42213 bytes)
1.32/1.46	c 1	87 (20%) CSP integer variables are encoded (6435 clauses, 81538 bytes)
1.32/1.47	c 1	130 (30%) CSP integer variables are encoded (6732 clauses, 85399 bytes)
1.32/1.47	c 1	173 (40%) CSP integer variables are encoded (7033 clauses, 89312 bytes)
1.32/1.47	c 1	216 (50%) CSP integer variables are encoded (7334 clauses, 93225 bytes)
1.32/1.47	c 1	260 (60%) CSP integer variables are encoded (7642 clauses, 97229 bytes)
1.32/1.47	c 1	303 (70%) CSP integer variables are encoded (7943 clauses, 101142 bytes)
1.32/1.47	c 1	346 (80%) CSP integer variables are encoded (8244 clauses, 105055 bytes)
1.32/1.47	c 1	389 (90%) CSP integer variables are encoded (8545 clauses, 108968 bytes)
1.32/1.48	c 1	432 (100%) CSP integer variables are encoded (8846 clauses, 112881 bytes)
1.51/1.66	c 2	1193 (10%) CSP clauses are encoded (67279 clauses, 1321396 bytes)
1.60/1.79	c 2	2386 (20%) CSP clauses are encoded (127300 clauses, 2445969 bytes)
1.81/1.90	c 2	3579 (30%) CSP clauses are encoded (187321 clauses, 3578002 bytes)
1.90/2.02	c 2	4772 (40%) CSP clauses are encoded (247131 clauses, 4758394 bytes)
2.01/2.15	c 2	5964 (50%) CSP clauses are encoded (306654 clauses, 5934028 bytes)
2.11/2.27	c 2	7157 (60%) CSP clauses are encoded (364799 clauses, 7082949 bytes)
2.20/2.38	c 2	8350 (70%) CSP clauses are encoded (422664 clauses, 8223914 bytes)
2.30/2.49	c 2	9543 (80%) CSP clauses are encoded (479441 clauses, 9344750 bytes)
2.40/2.60	c 2	10736 (90%) CSP clauses are encoded (533042 clauses, 10398268 bytes)
2.50/2.69	c 3	11928 (100%) CSP clauses are encoded (578114 clauses, 11276876 bytes)
2.50/2.69	c 3	11928 CSP clauses encoded
2.50/2.69	c 3	Writing map file : HOME/temp.map
2.50/2.69	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.50/2.70	c 3	SAT : 16618 SAT variables, 578114 SAT clauses, 11276876 bytes
2.50/2.70	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.60/2.75	c 3	SOLVING HOME/temp.cnf
2.60/2.75	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.60/2.75	c 3	This is MiniSat 2.0 beta
2.60/2.75	c 3	WARNING: for repeatability, setting FPU to use double precision
2.60/2.75	c 3	============================[ Problem Statistics ]=============================
2.60/2.75	c 3	|                                                                             |
2.60/2.75	c 3	|  Number of variables:  16618                                                |
2.60/2.75	c 3	|  Number of clauses:    578114                                               |
2.61/3.05	c 3	|  Parsing time:         0.27         s                                       |
2.61/3.07	c 3	============================[ Search Statistics ]==============================
2.61/3.07	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.61/3.07	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.61/3.07	c 3	===============================================================================
2.61/3.07	c 3	|         0 |   16618   578114  1732622 |   192704        0    nan |  0.000 % |
2.61/3.14	c 3	|       102 |   16618   578114  1732622 |   211975      102      8 |  0.000 % |
3.04/3.20	c 3	|       252 |   16618   578114  1732622 |   233172      252      9 |  0.000 % |
3.04/3.30	c 3	|       477 |   16618   578114  1732622 |   256489      477      9 |  0.000 % |
3.24/3.46	c 3	|       814 |   16618   578114  1732622 |   282138      814      9 |  0.000 % |
3.44/3.64	c 3	|      1320 |   16618   578114  1732622 |   310352     1320     10 |  0.000 % |
3.64/3.88	c 4	|      2079 |   16618   578114  1732622 |   341388     2079     13 |  0.000 % |
4.14/4.36	c 4	|      3218 |   16618   578114  1732622 |   375526     3218     13 |  0.000 % |
4.63/4.88	c 5	|      4926 |   16618   578114  1732622 |   413079     4926     13 |  0.000 % |
5.73/5.98	c 6	|      7488 |   16618   578114  1732622 |   454387     7488     14 |  0.000 % |
7.02/7.24	c 7	|     11334 |   16618   578114  1732622 |   499826    11334     15 |  0.000 % |
9.71/9.93	c 10	|     17101 |   16618   578114  1732622 |   549808    17101     17 |  0.000 % |
13.28/13.50	c 13	|     25750 |   16618   578114  1732622 |   604789    25750     18 |  0.000 % |
20.15/20.43	c 20	|     38724 |   16618   578114  1732622 |   665268    38724     22 |  0.000 % |
35.17/35.56	c 35	|     58186 |   16618   578114  1732622 |   731795    58186     28 |  0.000 % |
55.36/55.86	c 56	|     87378 |   16618   578114  1732622 |   804975    87378     30 |  0.000 % |
79.64/80.20	c 80	|    131169 |   16618   578114  1732622 |   885472   131169     30 |  0.000 % |
219.93/221.28	c 221	|    196853 |   16618   578114  1732622 |   974020   196853     49 |  0.000 % |
343.52/346.00	c 346	|    295380 |   16618   578114  1732622 |  1071422   295380     48 |  0.000 % |
685.43/689.42	c 689	|    443169 |   16618   578114  1732622 |  1178564   443169     51 |  0.000 % |
1502.71/1510.76	c 1511	|    664852 |   16618   578114  1732622 |  1296420   664852     59 |  0.000 % |
1800.06/1809.52	c ERROR INTERRUPTED
1800.06/1809.55	s UNKNOWN
1800.06/1809.55	c 1809	CPU 2.61 (0.06 0.01 2.35 0.19)
1800.06/1809.55	c 1809	END Sun Jul 12 06:55:57 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-2081433-1247372748/watcher-2081433-1247372748 -o /tmp/evaluation-result-2081433-1247372748/solver-2081433-1247372748 -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-2081433-1247372748.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 22788
/proc/meminfo: memFree=1688984/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=12272 CPUtime=0
/proc/22788/stat : 22788 (sugar) R 22786 22788 18087 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24341038 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 233588882021 0 0 4224 0 0 0 0 17 1 0 0
/proc/22788/statm: 3068 327 246 3 0 168 0

[startup+0.0559531 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 22788
/proc/meminfo: memFree=1688984/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16080 CPUtime=0.04
/proc/22788/stat : 22788 (sugar) R 22786 22788 18087 0 -1 4194304 926 0 0 0 4 0 0 0 18 0 1 0 24341038 16465920 894 996147200 4194304 4206940 548682068608 18446744073709551615 233588560609 0 0 4224 0 0 0 0 17 1 0 0
/proc/22788/statm: 4020 894 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.102974 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 22788
/proc/meminfo: memFree=1688984/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=0.07
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 24341038 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.303006 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 22788
/proc/meminfo: memFree=1688984/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=0.07
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1227 128 0 0 6 1 0 0 16 0 1 0 24341038 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702072 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 22788
/proc/meminfo: memFree=1688984/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=0.6
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1292 6747 0 1 6 1 49 4 16 0 1 0 24341038 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 22810
/proc/meminfo: memFree=1677248/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=0.6
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1310 6747 0 1 6 1 49 4 15 0 1 0 24341038 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1111 409 3 0 796 0
[pid=22801] ppid=22788 vsize=5356 CPUtime=0
/proc/22801/stat : 22801 (sh) S 22788 22788 18087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24341104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22801/statm: 1339 233 193 169 0 50 0
[pid=22802] ppid=22801 vsize=868676 CPUtime=0.81
/proc/22802/stat : 22802 (java) S 22801 22788 18087 0 -1 0 7694 0 1 0 77 4 0 0 19 0 9 0 24341105 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22802/statm: 217169 6903 2592 9 0 211646 0
[pid=22802/tid=22803] ppid=22801 vsize=868676 CPUtime=0.44
/proc/22802/task/22803/stat : 22803 (java) R 22801 22788 18087 0 -1 64 2751 0 1 0 43 1 0 0 21 0 9 0 24341105 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22804] ppid=22801 vsize=868676 CPUtime=0.16
/proc/22802/task/22804/stat : 22804 (java) S 22801 22788 18087 0 -1 64 2744 0 0 0 15 1 0 0 16 0 9 0 24341107 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22805] ppid=22801 vsize=868676 CPUtime=0
/proc/22802/task/22805/stat : 22805 (java) S 22801 22788 18087 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24341107 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22806] ppid=22801 vsize=868676 CPUtime=0
/proc/22802/task/22806/stat : 22806 (java) S 22801 22788 18087 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24341107 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22807] ppid=22801 vsize=868676 CPUtime=0
/proc/22802/task/22807/stat : 22807 (java) S 22801 22788 18087 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24341109 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22808] ppid=22801 vsize=868676 CPUtime=0.18
/proc/22802/task/22808/stat : 22808 (java) S 22801 22788 18087 0 -1 64 1500 0 0 0 18 0 0 0 16 0 9 0 24341109 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22809] ppid=22801 vsize=868676 CPUtime=0
/proc/22802/task/22809/stat : 22809 (java) S 22801 22788 18087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24341109 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22802/tid=22810] ppid=22801 vsize=868676 CPUtime=0
/proc/22802/task/22810/stat : 22810 (java) S 22801 22788 18087 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24341109 889524224 6903 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890900

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 22810
/proc/meminfo: memFree=1662592/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 15 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 16868

[startup+6.30109 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22812
/proc/meminfo: memFree=1647424/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=28268 CPUtime=3.51
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 6823 0 0 0 348 3 0 0 25 0 1 0 24341313 28946432 6809 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 7067 6809 76 150 0 6914 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 50492

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22812
/proc/meminfo: memFree=1645696/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=29940 CPUtime=9.87
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 7242 0 0 0 984 3 0 0 25 0 1 0 24341313 30658560 7228 996147200 134512640 135127466 4294956256 18446744073709551615 134522631 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 7485 7228 76 150 0 7332 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 52164

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22812
/proc/meminfo: memFree=1642432/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=33220 CPUtime=22.61
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 8068 0 0 0 2257 4 0 0 25 0 1 0 24341313 34017280 8054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 8305 8054 76 150 0 8152 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 55444

[startup+51.1022 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22812
/proc/meminfo: memFree=1636160/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=39676 CPUtime=48.08
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 9693 0 0 0 4801 7 0 0 25 0 1 0 24341313 40628224 9679 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 9919 9679 76 150 0 9766 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 61900

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 22812
/proc/meminfo: memFree=1623936/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=51876 CPUtime=99.02
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 12669 0 0 0 9891 11 0 0 25 0 1 0 24341313 53121024 12655 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 12969 12655 76 150 0 12816 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 74100

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22813
/proc/meminfo: memFree=1613944/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=61788 CPUtime=158.71
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 15182 0 0 0 15859 12 0 0 25 0 1 0 24341313 63270912 15168 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 15447 15168 76 150 0 15294 0
Current children cumulated CPU time (s) 161.32
Current children cumulated vsize (KiB) 84012

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 22813
/proc/meminfo: memFree=1603000/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=72632 CPUtime=218.41
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 17910 0 0 0 21826 15 0 0 25 0 1 0 24341313 74375168 17896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22812/statm: 18158 17896 76 150 0 18005 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 94856


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

/proc/meminfo: memFree=1340056/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=192396 CPUtime=1352.44
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 47768 0 0 0 135188 56 0 0 25 0 1 0 24341313 197013504 47754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 48099 47754 76 150 0 47946 0
Current children cumulated CPU time (s) 1355.05
Current children cumulated vsize (KiB) 214620

[startup+1422.31 s]
/proc/loadavg: 2.00 2.05 2.06 3/83 22888
/proc/meminfo: memFree=1334424/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=197560 CPUtime=1412.14
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 49073 0 0 0 141157 57 0 0 25 0 1 0 24341313 202301440 49059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 49390 49059 76 150 0 49237 0
Current children cumulated CPU time (s) 1414.75
Current children cumulated vsize (KiB) 219784

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/83 22888
/proc/meminfo: memFree=1329432/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=202448 CPUtime=1471.85
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 50318 0 0 0 147126 59 0 0 25 0 1 0 24341313 207306752 50304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 50612 50304 76 150 0 50459 0
Current children cumulated CPU time (s) 1474.46
Current children cumulated vsize (KiB) 224672

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/83 22890
/proc/meminfo: memFree=1324312/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=206976 CPUtime=1531.54
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 51447 0 0 0 153094 60 0 0 25 0 1 0 24341313 211943424 51433 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 51744 51433 76 150 0 51591 0
Current children cumulated CPU time (s) 1534.15
Current children cumulated vsize (KiB) 229200

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 22890
/proc/meminfo: memFree=1319768/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=211500 CPUtime=1591.26
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 52591 0 0 0 159064 62 0 0 25 0 1 0 24341313 216576000 52577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 52875 52577 76 150 0 52722 0
Current children cumulated CPU time (s) 1593.87
Current children cumulated vsize (KiB) 233724

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/83 22890
/proc/meminfo: memFree=1315352/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=215856 CPUtime=1650.96
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 53681 0 0 0 165032 64 0 0 25 0 1 0 24341313 221036544 53667 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 53964 53667 76 150 0 53811 0
Current children cumulated CPU time (s) 1653.57
Current children cumulated vsize (KiB) 238080

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/83 22890
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=221596 CPUtime=1710.67
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 54796 0 0 0 171001 66 0 0 25 0 1 0 24341313 226914304 54782 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 55399 54782 76 150 0 55246 0
Current children cumulated CPU time (s) 1713.28
Current children cumulated vsize (KiB) 243820

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 22890
/proc/meminfo: memFree=1306072/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=225956 CPUtime=1770.38
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 55909 0 0 0 176970 68 0 0 25 0 1 0 24341313 231378944 55895 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 56489 55895 76 150 0 56336 0
Current children cumulated CPU time (s) 1772.99
Current children cumulated vsize (KiB) 248180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 22890
/proc/meminfo: memFree=1304024/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=227960 CPUtime=1797.45
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 56403 0 0 0 179676 69 0 0 25 0 1 0 24341313 233431040 56389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 56990 56389 76 150 0 56837 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 250184

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

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

[startup+1809.51 s]
/proc/loadavg: 2.00 2.00 2.02 3/83 22890
/proc/meminfo: memFree=1304024/2055920 swapFree=4192812/4192956
[pid=22788] ppid=22786 vsize=16868 CPUtime=2.61
/proc/22788/stat : 22788 (sugar) S 22786 22788 18087 0 -1 4194304 1376 15103 0 2 6 1 235 19 16 0 1 0 24341038 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22788/statm: 4217 1113 409 3 0 796 0
[pid=22811] ppid=22788 vsize=5356 CPUtime=0
/proc/22811/stat : 22811 (sh) S 22788 22788 18087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24341313 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22811/statm: 1339 232 193 169 0 50 0
[pid=22812] ppid=22811 vsize=227960 CPUtime=1797.45
/proc/22812/stat : 22812 (minisat) R 22811 22788 18087 0 -1 4194304 56403 0 0 0 179676 69 0 0 25 0 1 0 24341313 233431040 56389 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22812/statm: 56990 56389 76 150 0 56837 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 250184

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22788 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=427630
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=222966
# CPU time returned by wait4() is 2.6506
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.56
CPU time (s): 1800.06
CPU user time (s): 1799.17
CPU system time (s): 0.89
CPU usage (%): 99.4751
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.42763
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16862
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= 5028
involuntary context switches= 4876

runsolver used 2.32265 second user time and 5.9331 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 06:25:48
IDJOB=2081433
IDBENCH=57397
IDSOLVER=739
FILE ID=node27/2081433-1247372748
PBS_JOBID= 9506986
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-9.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-2081433-1247372748/watcher-2081433-1247372748 -o /tmp/evaluation-result-2081433-1247372748/solver-2081433-1247372748 -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-2081433-1247372748.xml

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

MD5SUM BENCH= 87a3523ef2aacb9925cbe2e7c09e1eed
RANDOM SEED=238475248

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1689400 kB
Buffers:         61060 kB
Cached:         177076 kB
SwapCached:          0 kB
Active:         215804 kB
Inactive:        87040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          75320 kB
Slab:            48872 kB
Committed_AS:   280840 kB
PageTables:       1816 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node27 at 2009-07-12 06:55:59