Trace number 2084403

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+minisatUNSAT 9.76151 9.96293

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f4.xml
MD5SUMfd413cfecf35e255c4bf22fb461ea1f3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.63545
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
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 Sun Jul 12 08:09:56 2009
0.00/0.08	c 0	PID 23808
0.07/0.08	c 0	HOST node62.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2084403-1247378996.xml TO HOME/temp.csp
0.07/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-2084403-1247378996.xml' 'HOME/temp.csp'
0.07/0.87	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	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.90/1.01	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 4790 expressions
1.00/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Converting to clausal form CSP
1.00/1.17	c 1	converted 479 (10%) expressions
1.49/1.65	c 2	converted 958 (20%) expressions
2.08/2.23	c 3	converted 1437 (30%) expressions
2.58/2.73	c 3	converted 1916 (40%) expressions
3.07/3.27	c 4	converted 2395 (50%) expressions
3.66/3.84	c 4	converted 2874 (60%) expressions
4.06/4.29	c 5	converted 3353 (70%) expressions
4.55/4.78	c 5	converted 3832 (80%) expressions
5.05/5.25	c 6	converted 4311 (90%) expressions
5.54/5.79	c 6	converted 4790 (100%) expressions
5.54/5.79	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 40
5.54/5.79	c 6	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.54/5.79	c 6	Propagation in CSP
6.23/6.42	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.23/6.42	c 7	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 40
6.23/6.42	c 7	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.23/6.43	c 7	Simplifing CSP by introducing new Boolean variables
6.33/6.58	c 7	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 40
6.33/6.58	c 7	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.43/6.67	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.53/6.73	c 7	68 (10%) CSP integer variables are encoded (2514 clauses, 30591 bytes)
6.53/6.75	c 7	136 (20%) CSP integer variables are encoded (4898 clauses, 61583 bytes)
6.53/6.77	c 7	204 (30%) CSP integer variables are encoded (7414 clauses, 94291 bytes)
6.53/6.79	c 7	272 (40%) CSP integer variables are encoded (9634 clauses, 123151 bytes)
6.63/6.81	c 7	340 (50%) CSP integer variables are encoded (11854 clauses, 156270 bytes)
6.63/6.83	c 7	408 (60%) CSP integer variables are encoded (14214 clauses, 191670 bytes)
6.63/6.84	c 7	476 (70%) CSP integer variables are encoded (16390 clauses, 224310 bytes)
6.63/6.86	c 7	544 (80%) CSP integer variables are encoded (18666 clauses, 258450 bytes)
6.63/6.88	c 7	612 (90%) CSP integer variables are encoded (20900 clauses, 291960 bytes)
6.73/6.90	c 7	680 (100%) CSP integer variables are encoded (23168 clauses, 325980 bytes)
6.82/7.10	c 7	1299 (10%) CSP clauses are encoded (53287 clauses, 902143 bytes)
7.02/7.28	c 8	2598 (20%) CSP clauses are encoded (84993 clauses, 1533329 bytes)
7.22/7.42	c 8	3897 (30%) CSP clauses are encoded (113151 clauses, 2091075 bytes)
7.32/7.58	c 8	5196 (40%) CSP clauses are encoded (143207 clauses, 2689987 bytes)
7.52/7.73	c 8	6495 (50%) CSP clauses are encoded (171604 clauses, 3250588 bytes)
7.61/7.86	c 8	7794 (60%) CSP clauses are encoded (199829 clauses, 3810612 bytes)
7.71/7.99	c 8	9093 (70%) CSP clauses are encoded (227381 clauses, 4377312 bytes)
7.92/8.13	c 8	10392 (80%) CSP clauses are encoded (255322 clauses, 4963669 bytes)
8.01/8.27	c 9	11691 (90%) CSP clauses are encoded (283372 clauses, 5547527 bytes)
8.21/8.41	c 9	12989 (100%) CSP clauses are encoded (311523 clauses, 6128602 bytes)
8.21/8.41	c 9	12989 CSP clauses encoded
8.21/8.41	c 9	Writing map file : HOME/temp.map
8.21/8.43	c 9	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.21/8.43	c 9	SAT : 32054 SAT variables, 311523 SAT clauses, 6128602 bytes
8.21/8.43	c 9	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.21/8.44	c 9	SOLVING HOME/temp.cnf
8.21/8.44	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.21/8.44	c 9	This is MiniSat 2.0 beta
8.21/8.44	c 9	WARNING: for repeatability, setting FPU to use double precision
8.21/8.44	c 9	============================[ Problem Statistics ]=============================
8.21/8.44	c 9	|                                                                             |
8.21/8.44	c 9	|  Number of variables:  32054                                                |
8.21/8.44	c 9	|  Number of clauses:    311523                                               |
8.26/8.62	c 9	|  Parsing time:         0.16         s                                       |
8.26/8.64	c 9	============================[ Search Statistics ]==============================
8.26/8.64	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.26/8.64	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.26/8.64	c 9	===============================================================================
8.26/8.64	c 9	|         0 |   32054   311523   874694 |   103841        0    nan |  0.000 % |
8.26/8.67	c 9	|       101 |   32054   311523   874694 |   114225      101     11 |  0.000 % |
8.26/8.69	c 9	|       254 |   32054   311523   874694 |   125647      254     11 |  0.000 % |
8.51/8.73	c 9	|       482 |   32054   311523   874694 |   138212      482     11 |  0.000 % |
8.51/8.79	c 9	|       819 |   32054   311523   874694 |   152033      819     12 |  0.000 % |
8.61/8.87	c 9	|      1326 |   32054   311523   874694 |   167236     1326     11 |  0.000 % |
8.70/8.99	c 9	|      2086 |   32054   311523   874694 |   183960     2086     11 |  0.000 % |
9.00/9.22	c 10	|      3226 |   32054   311523   874694 |   202356     3226     11 |  0.000 % |
9.29/9.59	c 10	|      4934 |   31994   309954   870179 |   222592     2490     10 |  0.187 % |
9.39/9.68	c 10	===============================================================================
9.39/9.68	c 10	restarts              : 9
9.39/9.68	c 10	conflicts             : 5327           (4451 /sec)
9.39/9.68	c 10	decisions             : 7450           (1.89 % random) (6225 /sec)
9.39/9.68	c 10	propagations          : 1355562        (1132638 /sec)
9.39/9.68	c 10	conflict literals     : 58416          (31.44 % deleted)
9.39/9.68	c 10	Memory used           : 17.30 MB
9.39/9.68	c 10	CPU time              : 1.19682 s
9.39/9.68	c 10	
9.39/9.68	c 10	UNSATISFIABLE
9.39/9.68	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.39/9.68	c 10	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'
9.49/9.76	c 10	Decoding HOME/temp.out
9.69/9.92	s UNSATISFIABLE
9.69/9.93	c 10	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.69/9.96	c 10	CPU 9.73 (0.06 0.02 9.37 0.28)
9.69/9.96	c 10	END Sun Jul 12 08:10:06 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084403-1247378996/watcher-2084403-1247378996 -o /tmp/evaluation-result-2084403-1247378996/solver-2084403-1247378996 -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-2084403-1247378996.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.16 2.27 2.20 4/82 23808
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=12268 CPUtime=0
/proc/23808/stat : 23808 (sugar) R 23806 23808 21281 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24963541 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 236437863013 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23808/statm: 3067 316 241 3 0 167 0

[startup+0.0842211 s]
/proc/loadavg: 2.16 2.27 2.20 4/82 23808
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16740 CPUtime=0.07
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24963541 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101341 s]
/proc/loadavg: 2.16 2.27 2.20 4/82 23808
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.07
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302358 s]
/proc/loadavg: 2.16 2.27 2.20 4/82 23808
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.07
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702419 s]
/proc/loadavg: 2.16 2.27 2.20 4/82 23808
/proc/meminfo: memFree=1842888/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.07
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5015 s]
/proc/loadavg: 2.16 2.27 2.20 3/93 23830
/proc/meminfo: memFree=1835504/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.84
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1309 7173 0 1 5 2 73 4 16 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
[pid=23821] ppid=23808 vsize=5356 CPUtime=0
/proc/23821/stat : 23821 (sh) S 23808 23808 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24963634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23821/statm: 1339 233 193 169 0 50 0
[pid=23822] ppid=23821 vsize=865224 CPUtime=0.55
/proc/23822/stat : 23822 (java) S 23821 23808 21281 0 -1 0 4155 0 1 0 51 4 0 0 18 0 9 0 24963634 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23822/statm: 216306 3592 1741 9 0 210811 0
[pid=23822/tid=23823] ppid=23821 vsize=865224 CPUtime=0.43
/proc/23822/task/23823/stat : 23823 (java) R 23821 23808 21281 0 -1 64 2672 0 1 0 41 2 0 0 19 0 9 0 24963635 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4126098115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23824] ppid=23821 vsize=865224 CPUtime=0.03
/proc/23822/task/23824/stat : 23824 (java) S 23821 23808 21281 0 -1 64 457 0 0 0 3 0 0 0 16 0 9 0 24963636 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23825] ppid=23821 vsize=865224 CPUtime=0
/proc/23822/task/23825/stat : 23825 (java) S 23821 23808 21281 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24963636 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23826] ppid=23821 vsize=865224 CPUtime=0
/proc/23822/task/23826/stat : 23826 (java) S 23821 23808 21281 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24963636 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23827] ppid=23821 vsize=865224 CPUtime=0
/proc/23822/task/23827/stat : 23827 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24963638 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23828] ppid=23821 vsize=865224 CPUtime=0.07
/proc/23822/task/23828/stat : 23828 (java) S 23821 23808 21281 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 24963638 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23829] ppid=23821 vsize=865224 CPUtime=0
/proc/23822/task/23829/stat : 23829 (java) S 23821 23808 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24963639 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23830] ppid=23821 vsize=865224 CPUtime=0
/proc/23822/task/23830/stat : 23830 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24963639 885989376 3592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887448

[startup+3.10168 s]
/proc/loadavg: 2.16 2.27 2.20 3/93 23830
/proc/meminfo: memFree=1826800/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.84
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1309 7173 0 1 5 2 73 4 16 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
[pid=23821] ppid=23808 vsize=5356 CPUtime=0
/proc/23821/stat : 23821 (sh) S 23808 23808 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24963634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23821/statm: 1339 233 193 169 0 50 0
[pid=23822] ppid=23821 vsize=869512 CPUtime=2.13
/proc/23822/stat : 23822 (java) S 23821 23808 21281 0 -1 0 5977 0 1 0 207 6 0 0 18 0 9 0 24963634 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23822/statm: 217378 5264 1743 9 0 211883 0
[pid=23822/tid=23823] ppid=23821 vsize=869512 CPUtime=1.83
/proc/23822/task/23823/stat : 23823 (java) R 23821 23808 21281 0 -1 64 2796 0 1 0 181 2 0 0 25 0 9 0 24963635 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4126518304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23824] ppid=23821 vsize=869512 CPUtime=0.11
/proc/23822/task/23824/stat : 23824 (java) S 23821 23808 21281 0 -1 64 1013 0 0 0 10 1 0 0 16 0 9 0 24963636 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23825] ppid=23821 vsize=869512 CPUtime=0
/proc/23822/task/23825/stat : 23825 (java) S 23821 23808 21281 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24963636 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23826] ppid=23821 vsize=869512 CPUtime=0
/proc/23822/task/23826/stat : 23826 (java) S 23821 23808 21281 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24963636 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23827] ppid=23821 vsize=869512 CPUtime=0
/proc/23822/task/23827/stat : 23827 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24963638 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23828] ppid=23821 vsize=869512 CPUtime=0.16
/proc/23822/task/23828/stat : 23828 (java) S 23821 23808 21281 0 -1 64 1474 0 0 0 15 1 0 0 16 0 9 0 24963638 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23829] ppid=23821 vsize=869512 CPUtime=0
/proc/23822/task/23829/stat : 23829 (java) S 23821 23808 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24963639 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23830] ppid=23821 vsize=869512 CPUtime=0
/proc/23822/task/23830/stat : 23830 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24963639 890380288 5264 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 891736

[startup+6.30205 s]
/proc/loadavg: 2.14 2.27 2.20 3/93 23830
/proc/meminfo: memFree=1821808/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.84
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1310 7173 0 1 5 2 73 4 15 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
[pid=23821] ppid=23808 vsize=5356 CPUtime=0
/proc/23821/stat : 23821 (sh) S 23808 23808 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24963634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23821/statm: 1339 233 193 169 0 50 0
[pid=23822] ppid=23821 vsize=869596 CPUtime=5.29
/proc/23822/stat : 23822 (java) S 23821 23808 21281 0 -1 0 8126 0 1 0 519 10 0 0 18 0 9 0 24963634 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23822/statm: 217399 6919 2566 9 0 211904 0
[pid=23822/tid=23823] ppid=23821 vsize=869596 CPUtime=4.79
/proc/23822/task/23823/stat : 23823 (java) R 23821 23808 21281 0 -1 64 3115 0 1 0 476 3 0 0 25 0 9 0 24963635 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4126518774 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23824] ppid=23821 vsize=869596 CPUtime=0.3
/proc/23822/task/23824/stat : 23824 (java) S 23821 23808 21281 0 -1 64 2836 0 0 0 26 4 0 0 16 0 9 0 24963636 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23825] ppid=23821 vsize=869596 CPUtime=0
/proc/23822/task/23825/stat : 23825 (java) S 23821 23808 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24963636 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23826] ppid=23821 vsize=869596 CPUtime=0
/proc/23822/task/23826/stat : 23826 (java) S 23821 23808 21281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24963636 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23827] ppid=23821 vsize=869596 CPUtime=0
/proc/23822/task/23827/stat : 23827 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24963638 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23828] ppid=23821 vsize=869596 CPUtime=0.17
/proc/23822/task/23828/stat : 23828 (java) S 23821 23808 21281 0 -1 64 1476 0 0 0 16 1 0 0 15 0 9 0 24963638 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23829] ppid=23821 vsize=869596 CPUtime=0
/proc/23822/task/23829/stat : 23829 (java) S 23821 23808 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24963639 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23830] ppid=23821 vsize=869596 CPUtime=0
/proc/23822/task/23830/stat : 23830 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24963639 890466304 6919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 891820

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

[startup+7.90223 s]
/proc/loadavg: 2.14 2.27 2.20 3/93 23830
/proc/meminfo: memFree=1815920/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=0.84
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1310 7173 0 1 5 2 73 4 15 0 1 0 24963541 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1111 409 3 0 796 0
[pid=23821] ppid=23808 vsize=5356 CPUtime=0
/proc/23821/stat : 23821 (sh) S 23808 23808 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24963634 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23821/statm: 1339 233 193 169 0 50 0
[pid=23822] ppid=23821 vsize=869708 CPUtime=6.87
/proc/23822/stat : 23822 (java) S 23821 23808 21281 0 -1 0 9378 0 1 0 672 15 0 0 18 0 9 0 24963634 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23822/statm: 217427 7639 2593 9 0 211904 0
[pid=23822/tid=23823] ppid=23821 vsize=869708 CPUtime=6.06
/proc/23822/task/23823/stat : 23823 (java) R 23821 23808 21281 0 -1 64 3376 0 1 0 600 6 0 0 25 0 9 0 24963635 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4126959194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23824] ppid=23821 vsize=869708 CPUtime=0.54
/proc/23822/task/23824/stat : 23824 (java) S 23821 23808 21281 0 -1 64 3783 0 0 0 48 6 0 0 16 0 9 0 24963636 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23825] ppid=23821 vsize=869708 CPUtime=0
/proc/23822/task/23825/stat : 23825 (java) S 23821 23808 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24963636 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23826] ppid=23821 vsize=869708 CPUtime=0
/proc/23822/task/23826/stat : 23826 (java) S 23821 23808 21281 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24963636 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23827] ppid=23821 vsize=869708 CPUtime=0
/proc/23822/task/23827/stat : 23827 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24963638 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23828] ppid=23821 vsize=869708 CPUtime=0.25
/proc/23822/task/23828/stat : 23828 (java) S 23821 23808 21281 0 -1 64 1520 0 0 0 23 2 0 0 16 0 9 0 24963638 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23829] ppid=23821 vsize=869708 CPUtime=0
/proc/23822/task/23829/stat : 23829 (java) S 23821 23808 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24963639 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23822/tid=23830] ppid=23821 vsize=869708 CPUtime=0
/proc/23822/task/23830/stat : 23830 (java) S 23821 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24963639 890580992 7639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.71
Current children cumulated vsize (KiB) 891932

[startup+8.70232 s]
/proc/loadavg: 2.13 2.26 2.20 3/85 23832
/proc/meminfo: memFree=1817328/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=8.26
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1376 16943 0 2 6 2 795 23 15 0 1 0 24963541 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1113 409 3 0 796 0
[pid=23831] ppid=23808 vsize=5356 CPUtime=0
/proc/23831/stat : 23831 (sh) S 23808 23808 21281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24964385 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23831/statm: 1339 232 193 169 0 50 0
[pid=23832] ppid=23831 vsize=17320 CPUtime=0.25
/proc/23832/stat : 23832 (minisat) R 23831 23808 21281 0 -1 4194304 3955 0 0 0 23 2 0 0 21 0 1 0 24964385 17735680 3941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23832/statm: 4330 3941 76 150 0 4177 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 39544

[startup+9.50242 s]
/proc/loadavg: 2.13 2.26 2.20 3/85 23832
/proc/meminfo: memFree=1817328/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=8.26
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1376 16943 0 2 6 2 795 23 15 0 1 0 24963541 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1113 409 3 0 796 0
[pid=23831] ppid=23808 vsize=5356 CPUtime=0
/proc/23831/stat : 23831 (sh) S 23808 23808 21281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24964385 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23831/statm: 1339 232 193 169 0 50 0
[pid=23832] ppid=23831 vsize=17716 CPUtime=1.03
/proc/23832/stat : 23832 (minisat) R 23831 23808 21281 0 -1 4194304 4059 0 0 0 101 2 0 0 25 0 1 0 24964385 18141184 4045 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/23832/statm: 4429 4045 76 150 0 4276 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 39940

[startup+9.90747 s]
/proc/loadavg: 2.13 2.26 2.20 4/93 23842
/proc/meminfo: memFree=1828336/2055920 swapFree=4192812/4192956
[pid=23808] ppid=23806 vsize=16868 CPUtime=9.49
/proc/23808/stat : 23808 (sugar) S 23806 23808 21281 0 -1 4194304 1448 21296 0 2 6 2 915 26 16 0 1 0 24963541 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23808/statm: 4217 1113 409 3 0 796 0
[pid=23833] ppid=23808 vsize=5356 CPUtime=0
/proc/23833/stat : 23833 (sh) S 23808 23808 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24964509 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23833/statm: 1339 233 193 169 0 50 0
[pid=23834] ppid=23833 vsize=862796 CPUtime=0.2
/proc/23834/stat : 23834 (java) S 23833 23808 21281 0 -1 0 3520 0 1 0 19 1 0 0 18 0 9 0 24964510 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23834/statm: 215699 2985 1284 9 0 210612 0
[pid=23834/tid=23835] ppid=23833 vsize=862796 CPUtime=0.12
/proc/23834/task/23835/stat : 23835 (java) R 23833 23808 21281 0 -1 64 2028 0 1 0 12 0 0 0 20 0 9 0 24964511 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23836] ppid=23833 vsize=862796 CPUtime=0.01
/proc/23834/task/23836/stat : 23836 (java) R 23833 23808 21281 0 -1 64 324 0 0 0 1 0 0 0 16 0 9 0 24964512 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 102546852 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23837] ppid=23833 vsize=862796 CPUtime=0
/proc/23834/task/23837/stat : 23837 (java) S 23833 23808 21281 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24964512 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23838] ppid=23833 vsize=862796 CPUtime=0
/proc/23834/task/23838/stat : 23838 (java) S 23833 23808 21281 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24964512 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23839] ppid=23833 vsize=862796 CPUtime=0
/proc/23834/task/23839/stat : 23839 (java) S 23833 23808 21281 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24964514 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23840] ppid=23833 vsize=862796 CPUtime=0.05
/proc/23834/task/23840/stat : 23840 (java) S 23833 23808 21281 0 -1 64 475 0 0 0 5 0 0 0 17 0 9 0 24964514 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23841] ppid=23833 vsize=862796 CPUtime=0
/proc/23834/task/23841/stat : 23841 (java) S 23833 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24964514 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23834/tid=23842] ppid=23833 vsize=862796 CPUtime=0
/proc/23834/task/23842/stat : 23842 (java) S 23833 23808 21281 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24964514 883503104 2985 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 885020

Child status: 0
Real time (s): 9.96293
CPU time (s): 9.76151
CPU user time (s): 9.44056
CPU system time (s): 0.320951
CPU usage (%): 97.9784
Max. virtual memory (cumulated for all children) (KiB): 893104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.44056
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27192
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= 8912
involuntary context switches= 8941

runsolver used 0.023996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 08:09:56
IDJOB=2084403
IDBENCH=58075
IDSOLVER=739
FILE ID=node62/2084403-1247378996
PBS_JOBID= 9507140
Free space on /tmp= 66348 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f4.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-2084403-1247378996/watcher-2084403-1247378996 -o /tmp/evaluation-result-2084403-1247378996/solver-2084403-1247378996 -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-2084403-1247378996.xml

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

MD5SUM BENCH= fd413cfecf35e255c4bf22fb461ea1f3
RANDOM SEED=833514096

node62.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.220
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.220
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:       1843368 kB
Buffers:          7240 kB
Cached:          66200 kB
SwapCached:          0 kB
Active:         136532 kB
Inactive:        23952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1843368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:         107472 kB
Slab:            36860 kB
Committed_AS:   277176 kB
PageTables:       2088 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node62 at 2009-07-12 08:10:06