Trace number 2084337

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 7.51386 7.67319

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f10.xml
MD5SUMbc79be14db74a5ff6faf231971efa81f
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 benchmark0.659899
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size34
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:08:59 2009
0.00/0.08	c 0	PID 26289
0.06/0.08	c 0	HOST node51.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2084337-1247378938.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084337-1247378938.xml' 'HOME/temp.csp'
0.06/0.87	c 0	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.91	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	c 0	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.00	c 1	Parsing HOME/temp.csp
1.00/1.11	c 1	parsed 4790 expressions
1.00/1.12	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.12	c 1	Converting to clausal form CSP
1.00/1.15	c 1	converted 479 (10%) expressions
1.40/1.55	c 1	converted 958 (20%) expressions
1.80/1.98	c 2	converted 1437 (30%) expressions
2.29/2.42	c 2	converted 1916 (40%) expressions
2.70/2.81	c 2	converted 2395 (50%) expressions
2.99/3.20	c 3	converted 2874 (60%) expressions
3.49/3.60	c 3	converted 3353 (70%) expressions
3.88/4.05	c 4	converted 3832 (80%) expressions
4.28/4.43	c 4	converted 4311 (90%) expressions
4.78/4.98	c 5	converted 4790 (100%) expressions
4.78/4.98	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
4.78/4.98	c 5	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.78/4.98	c 5	Propagation in CSP
5.28/5.50	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.28/5.50	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 34
5.28/5.50	c 5	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.39/5.51	c 5	Simplifing CSP by introducing new Boolean variables
5.39/5.55	c 5	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 34
5.39/5.55	c 5	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.58/5.79	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.68/5.84	c 5	68 (10%) CSP integer variables are encoded (2106 clauses, 25298 bytes)
5.68/5.86	c 5	136 (20%) CSP integer variables are encoded (4118 clauses, 51454 bytes)
5.68/5.87	c 5	204 (30%) CSP integer variables are encoded (6238 clauses, 79014 bytes)
5.68/5.89	c 5	272 (40%) CSP integer variables are encoded (8050 clauses, 102570 bytes)
5.78/5.90	c 5	340 (50%) CSP integer variables are encoded (9862 clauses, 126517 bytes)
5.78/5.92	c 5	408 (60%) CSP integer variables are encoded (11814 clauses, 155797 bytes)
5.78/5.93	c 5	476 (70%) CSP integer variables are encoded (13606 clauses, 182677 bytes)
5.78/5.94	c 5	544 (80%) CSP integer variables are encoded (15474 clauses, 210697 bytes)
5.78/5.96	c 5	612 (90%) CSP integer variables are encoded (17300 clauses, 238087 bytes)
5.78/5.97	c 6	680 (100%) CSP integer variables are encoded (19172 clauses, 266167 bytes)
5.98/6.13	c 6	1299 (10%) CSP clauses are encoded (44609 clauses, 748322 bytes)
6.08/6.27	c 6	2598 (20%) CSP clauses are encoded (71911 clauses, 1290406 bytes)
6.18/6.38	c 6	3897 (30%) CSP clauses are encoded (96579 clauses, 1776659 bytes)
6.38/6.52	c 6	5196 (40%) CSP clauses are encoded (122100 clauses, 2284817 bytes)
6.48/6.63	c 6	6495 (50%) CSP clauses are encoded (146459 clauses, 2765585 bytes)
6.57/6.73	c 6	7794 (60%) CSP clauses are encoded (169540 clauses, 3220977 bytes)
6.67/6.83	c 6	9093 (70%) CSP clauses are encoded (191741 clauses, 3659003 bytes)
6.77/6.94	c 6	10392 (80%) CSP clauses are encoded (214399 clauses, 4133004 bytes)
6.87/7.04	c 7	11691 (90%) CSP clauses are encoded (237074 clauses, 4605675 bytes)
6.97/7.14	c 7	12989 (100%) CSP clauses are encoded (259406 clauses, 5067286 bytes)
6.97/7.14	c 7	12989 CSP clauses encoded
6.97/7.14	c 7	Writing map file : HOME/temp.map
6.97/7.16	c 7	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.97/7.16	c 7	SAT : 28058 SAT variables, 259406 SAT clauses, 5067286 bytes
6.97/7.16	c 7	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.06/7.20	c 7	SOLVING HOME/temp.cnf
7.06/7.20	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.06/7.20	c 7	This is MiniSat 2.0 beta
7.06/7.20	c 7	WARNING: for repeatability, setting FPU to use double precision
7.06/7.20	c 7	============================[ Problem Statistics ]=============================
7.06/7.20	c 7	|                                                                             |
7.06/7.20	c 7	|  Number of variables:  28058                                                |
7.06/7.20	c 7	|  Number of clauses:    259406                                               |
7.06/7.35	c 7	|  Parsing time:         0.13         s                                       |
7.06/7.36	c 7	============================[ Search Statistics ]==============================
7.06/7.36	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.06/7.36	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.06/7.36	c 7	===============================================================================
7.06/7.36	c 7	|         0 |   28058   259406   728408 |    86468        0    nan |  0.000 % |
7.06/7.38	c 7	|       102 |   28016   259406   728408 |    95115       84      4 |  0.225 % |
7.06/7.39	c 7	===============================================================================
7.06/7.39	c 7	restarts              : 2
7.06/7.39	c 7	conflicts             : 210            (1228 /sec)
7.06/7.39	c 7	decisions             : 1334           (1.87 % random) (7802 /sec)
7.06/7.39	c 7	propagations          : 59170          (346076 /sec)
7.06/7.39	c 7	conflict literals     : 908            (18.27 % deleted)
7.06/7.39	c 7	Memory used           : 14.01 MB
7.06/7.39	c 7	CPU time              : 0.170974 s
7.06/7.39	c 7	
7.06/7.39	c 7	UNSATISFIABLE
7.06/7.40	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.06/7.40	c 7	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'
7.06/7.48	c 7	Decoding HOME/temp.out
7.44/7.63	s UNSATISFIABLE
7.44/7.63	c 7	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.44/7.67	c 7	CPU 7.49 (0.06 0.02 7.14 0.27)
7.44/7.67	c 7	END Sun Jul 12 08:09: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-2084337-1247378938/watcher-2084337-1247378938 -o /tmp/evaluation-result-2084337-1247378938/solver-2084337-1247378938 -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-2084337-1247378938.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.86 2.24 2.25 4/72 26289
/proc/meminfo: memFree=1856592/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=18576 CPUtime=0
/proc/26289/stat : 26289 (runsolver) R 26287 26289 21012 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24957352 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26289/statm: 4644 284 249 26 0 2626 0

[startup+0.080955 s]
/proc/loadavg: 1.86 2.24 2.25 4/72 26289
/proc/meminfo: memFree=1856592/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16740 CPUtime=0.06
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24957352 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105641 s]
/proc/loadavg: 1.86 2.24 2.25 4/72 26289
/proc/meminfo: memFree=1856592/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.06
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.3015 s]
/proc/loadavg: 1.86 2.24 2.25 4/72 26289
/proc/meminfo: memFree=1856592/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.06
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701547 s]
/proc/loadavg: 1.86 2.24 2.25 4/72 26289
/proc/meminfo: memFree=1856592/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.06
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 1.86 2.24 2.25 4/83 26311
/proc/meminfo: memFree=1849144/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.84
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1309 7175 0 1 5 1 73 5 15 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
[pid=26302] ppid=26289 vsize=5356 CPUtime=0
/proc/26302/stat : 26302 (sh) S 26289 26289 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26302/statm: 1339 233 193 169 0 50 0
[pid=26303] ppid=26302 vsize=865396 CPUtime=0.56
/proc/26303/stat : 26303 (java) S 26302 26289 21012 0 -1 0 4577 0 1 0 53 3 0 0 18 0 9 0 24957444 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26303/statm: 216349 4015 1741 9 0 210854 0
[pid=26303/tid=26304] ppid=26302 vsize=865396 CPUtime=0.4
/proc/26303/task/26304/stat : 26304 (java) R 26302 26289 21012 0 -1 64 2671 0 1 0 39 1 0 0 22 0 9 0 24957445 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26305] ppid=26302 vsize=865396 CPUtime=0.03
/proc/26303/task/26305/stat : 26305 (java) S 26302 26289 21012 0 -1 64 590 0 0 0 3 0 0 0 16 0 9 0 24957447 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26306] ppid=26302 vsize=865396 CPUtime=0
/proc/26303/task/26306/stat : 26306 (java) S 26302 26289 21012 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24957447 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26307] ppid=26302 vsize=865396 CPUtime=0
/proc/26303/task/26307/stat : 26307 (java) S 26302 26289 21012 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24957447 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26308] ppid=26302 vsize=865396 CPUtime=0
/proc/26303/task/26308/stat : 26308 (java) S 26302 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957449 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26309] ppid=26302 vsize=865396 CPUtime=0.1
/proc/26303/task/26309/stat : 26309 (java) R 26302 26289 21012 0 -1 64 623 0 0 0 10 0 0 0 16 0 9 0 24957449 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 102127786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26310] ppid=26302 vsize=865396 CPUtime=0
/proc/26303/task/26310/stat : 26310 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957449 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26311] ppid=26302 vsize=865396 CPUtime=0
/proc/26303/task/26311/stat : 26311 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957449 886165504 4015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887620

[startup+3.10276 s]
/proc/loadavg: 1.86 2.24 2.25 3/83 26311
/proc/meminfo: memFree=1839736/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.84
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1309 7175 0 1 5 1 73 5 15 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
[pid=26302] ppid=26289 vsize=5356 CPUtime=0
/proc/26302/stat : 26302 (sh) S 26289 26289 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26302/statm: 1339 233 193 169 0 50 0
[pid=26303] ppid=26302 vsize=868576 CPUtime=2.15
/proc/26303/stat : 26303 (java) S 26302 26289 21012 0 -1 0 7633 0 1 0 210 5 0 0 18 0 9 0 24957444 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26303/statm: 217144 6740 2566 9 0 211649 0
[pid=26303/tid=26304] ppid=26302 vsize=868576 CPUtime=1.79
/proc/26303/task/26304/stat : 26304 (java) R 26302 26289 21012 0 -1 64 2801 0 1 0 178 1 0 0 25 0 9 0 24957445 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4126517044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26305] ppid=26302 vsize=868576 CPUtime=0.17
/proc/26303/task/26305/stat : 26305 (java) S 26302 26289 21012 0 -1 64 2655 0 0 0 15 2 0 0 16 0 9 0 24957447 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26306] ppid=26302 vsize=868576 CPUtime=0
/proc/26303/task/26306/stat : 26306 (java) S 26302 26289 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957447 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26307] ppid=26302 vsize=868576 CPUtime=0
/proc/26303/task/26307/stat : 26307 (java) S 26302 26289 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24957447 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26308] ppid=26302 vsize=868576 CPUtime=0
/proc/26303/task/26308/stat : 26308 (java) S 26302 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957449 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26309] ppid=26302 vsize=868576 CPUtime=0.17
/proc/26303/task/26309/stat : 26309 (java) S 26302 26289 21012 0 -1 64 1479 0 0 0 17 0 0 0 16 0 9 0 24957449 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26310] ppid=26302 vsize=868576 CPUtime=0
/proc/26303/task/26310/stat : 26310 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957449 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26311] ppid=26302 vsize=868576 CPUtime=0
/proc/26303/task/26311/stat : 26311 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957449 889421824 6740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890800

[startup+6.30104 s]
/proc/loadavg: 1.95 2.25 2.26 3/83 26311
/proc/meminfo: memFree=1820024/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.85
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1310 7175 0 1 5 2 73 5 15 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
[pid=26302] ppid=26289 vsize=5356 CPUtime=0
/proc/26302/stat : 26302 (sh) S 26289 26289 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26302/statm: 1339 233 193 169 0 50 0
[pid=26303] ppid=26302 vsize=868688 CPUtime=5.33
/proc/26303/stat : 26303 (java) S 26302 26289 21012 0 -1 0 17454 0 1 0 520 13 0 0 18 0 9 0 24957444 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26303/statm: 217172 11306 2593 9 0 211649 0
[pid=26303/tid=26304] ppid=26302 vsize=868688 CPUtime=4.16
/proc/26303/task/26304/stat : 26304 (java) R 26302 26289 21012 0 -1 64 3294 0 1 0 413 3 0 0 25 0 9 0 24957445 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4126563608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26305] ppid=26302 vsize=868688 CPUtime=0.91
/proc/26303/task/26305/stat : 26305 (java) S 26302 26289 21012 0 -1 64 11937 0 0 0 83 8 0 0 16 0 9 0 24957447 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26306] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26306/stat : 26306 (java) S 26302 26289 21012 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24957447 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26307] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26307/stat : 26307 (java) S 26302 26289 21012 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 24957447 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26308] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26308/stat : 26308 (java) S 26302 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957449 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26309] ppid=26302 vsize=868688 CPUtime=0.22
/proc/26303/task/26309/stat : 26309 (java) S 26302 26289 21012 0 -1 64 1525 0 0 0 22 0 0 0 16 0 9 0 24957449 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26310] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26310/stat : 26310 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957449 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26311] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26311/stat : 26311 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957449 889536512 11306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890912

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

[startup+7.10212 s]
/proc/loadavg: 1.95 2.25 2.26 3/83 26311
/proc/meminfo: memFree=1815544/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=0.85
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1310 7175 0 1 5 2 73 5 15 0 1 0 24957352 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1111 409 3 0 796 0
[pid=26302] ppid=26289 vsize=5356 CPUtime=0
/proc/26302/stat : 26302 (sh) S 26289 26289 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957444 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26302/statm: 1339 233 193 169 0 50 0
[pid=26303] ppid=26302 vsize=868688 CPUtime=6.12
/proc/26303/stat : 26303 (java) S 26302 26289 21012 0 -1 0 17517 0 1 0 597 15 0 0 18 0 9 0 24957444 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26303/statm: 217172 11314 2593 9 0 211649 0
[pid=26303/tid=26304] ppid=26302 vsize=868688 CPUtime=4.92
/proc/26303/task/26304/stat : 26304 (java) R 26302 26289 21012 0 -1 64 3349 0 1 0 487 5 0 0 25 0 9 0 24957445 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4126579144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26305] ppid=26302 vsize=868688 CPUtime=0.93
/proc/26303/task/26305/stat : 26305 (java) S 26302 26289 21012 0 -1 64 11937 0 0 0 85 8 0 0 16 0 9 0 24957447 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26306] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26306/stat : 26306 (java) S 26302 26289 21012 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24957447 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26307] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26307/stat : 26307 (java) S 26302 26289 21012 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 24957447 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26308] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26308/stat : 26308 (java) S 26302 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957449 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26309] ppid=26302 vsize=868688 CPUtime=0.24
/proc/26303/task/26309/stat : 26309 (java) S 26302 26289 21012 0 -1 64 1533 0 0 0 24 0 0 0 16 0 9 0 24957449 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26310] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26310/stat : 26310 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957449 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26303/tid=26311] ppid=26302 vsize=868688 CPUtime=0
/proc/26303/task/26311/stat : 26311 (java) S 26302 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957449 889536512 11314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.97
Current children cumulated vsize (KiB) 890912

[startup+7.50115 s]
/proc/loadavg: 1.95 2.25 2.26 3/83 26311
/proc/meminfo: memFree=1815544/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=7.26
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1448 28676 0 2 6 2 694 24 16 0 1 0 24957352 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (KiB) 16868

[startup+7.60116 s]
/proc/loadavg: 1.95 2.25 2.26 3/83 26323
/proc/meminfo: memFree=1841144/2055920 swapFree=4192812/4192956
[pid=26289] ppid=26287 vsize=16868 CPUtime=7.26
/proc/26289/stat : 26289 (sugar) S 26287 26289 21012 0 -1 4194304 1448 28676 0 2 6 2 694 24 16 0 1 0 24957352 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26289/statm: 4217 1113 409 3 0 796 0
[pid=26314] ppid=26289 vsize=5356 CPUtime=0
/proc/26314/stat : 26314 (sh) S 26289 26289 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24958092 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26314/statm: 1339 233 193 169 0 50 0
[pid=26315] ppid=26314 vsize=862796 CPUtime=0.18
/proc/26315/stat : 26315 (java) S 26314 26289 21012 0 -1 0 3416 0 1 0 16 2 0 0 18 0 9 0 24958092 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26315/statm: 215699 2882 1284 9 0 210612 0
[pid=26315/tid=26316] ppid=26314 vsize=862796 CPUtime=0.11
/proc/26315/task/26316/stat : 26316 (java) R 26314 26289 21012 0 -1 64 2028 0 1 0 10 1 0 0 20 0 9 0 24958093 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4126095824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26317] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26317/stat : 26317 (java) S 26314 26289 21012 0 -1 64 223 0 0 0 0 0 0 0 16 0 9 0 24958094 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26318] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26318/stat : 26318 (java) S 26314 26289 21012 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24958095 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26319] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26319/stat : 26319 (java) S 26314 26289 21012 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24958095 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26320] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26320/stat : 26320 (java) S 26314 26289 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24958097 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26321] ppid=26314 vsize=862796 CPUtime=0.05
/proc/26315/task/26321/stat : 26321 (java) S 26314 26289 21012 0 -1 64 471 0 0 0 5 0 0 0 17 0 9 0 24958097 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26322] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26322/stat : 26322 (java) S 26314 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24958097 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26315/tid=26323] ppid=26314 vsize=862796 CPUtime=0
/proc/26315/task/26323/stat : 26323 (java) S 26314 26289 21012 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 24958097 883503104 2882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 885020

Child status: 0
Real time (s): 7.67319
CPU time (s): 7.51386
CPU user time (s): 7.2059
CPU system time (s): 0.307953
CPU usage (%): 97.9235
Max. virtual memory (cumulated for all children) (KiB): 901140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2059
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34566
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= 5467
involuntary context switches= 5408

runsolver used 0.017997 second user time and 0.032994 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 08:08:59
IDJOB=2084337
IDBENCH=58067
IDSOLVER=739
FILE ID=node51/2084337-1247378938
PBS_JOBID= 9507098
Free space on /tmp= 66200 MiB

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

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

MD5SUM BENCH= bc79be14db74a5ff6faf231971efa81f
RANDOM SEED=1292251633

node51.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.225
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.225
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:       1857072 kB
Buffers:          5844 kB
Cached:          65284 kB
SwapCached:          0 kB
Active:         125804 kB
Inactive:        20604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2312 kB
Writeback:           0 kB
Mapped:          86880 kB
Slab:            37820 kB
Committed_AS:   269208 kB
PageTables:       1908 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= 66200 MiB
End job on node51 at 2009-07-12 08:09:06