Trace number 2084304

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 13.004 13.3289

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f1.xml
MD5SUM82ca51bd7cee57081df4d0e802a460c1
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 benchmark13.004
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size43
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.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 08:08:39 2009
0.00/0.07	c 0	PID 27254
0.06/0.10	c 0	HOST node41.alineos.net
0.06/0.10	c 0	CONVERTING HOME/instance-2084304-1247378919.xml TO HOME/temp.csp
0.06/0.10	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084304-1247378919.xml' 'HOME/temp.csp'
0.06/0.67	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.60/0.90	c 1	parsed 4790 expressions
0.60/0.90	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.90	c 1	Converting to clausal form CSP
0.60/0.93	c 1	converted 479 (10%) expressions
1.26/1.42	c 2	converted 958 (20%) expressions
1.86/2.01	c 2	converted 1437 (30%) expressions
2.35/2.54	c 3	converted 1916 (40%) expressions
2.85/3.10	c 3	converted 2395 (50%) expressions
3.43/3.69	c 4	converted 2874 (60%) expressions
3.94/4.19	c 4	converted 3353 (70%) expressions
4.51/4.71	c 5	converted 3832 (80%) expressions
5.00/5.22	c 5	converted 4311 (90%) expressions
5.49/5.79	c 6	converted 4790 (100%) expressions
5.49/5.79	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 43
5.49/5.79	c 6	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.49/5.79	c 6	Propagation in CSP
6.19/6.42	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.19/6.42	c 7	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 43
6.19/6.42	c 7	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.19/6.42	c 7	Simplifing CSP by introducing new Boolean variables
6.30/6.56	c 7	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 43
6.30/6.56	c 7	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.39/6.64	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.47/6.71	c 7	68 (10%) CSP integer variables are encoded (2718 clauses, 33239 bytes)
6.47/6.73	c 7	136 (20%) CSP integer variables are encoded (5286 clauses, 66623 bytes)
6.47/6.75	c 7	204 (30%) CSP integer variables are encoded (8000 clauses, 101905 bytes)
6.47/6.77	c 7	272 (40%) CSP integer variables are encoded (10424 clauses, 134774 bytes)
6.47/6.79	c 7	340 (50%) CSP integer variables are encoded (12848 clauses, 171134 bytes)
6.57/6.81	c 7	408 (60%) CSP integer variables are encoded (15412 clauses, 209594 bytes)
6.57/6.82	c 7	476 (70%) CSP integer variables are encoded (17780 clauses, 245114 bytes)
6.57/6.84	c 7	544 (80%) CSP integer variables are encoded (20260 clauses, 282314 bytes)
6.57/6.86	c 7	612 (90%) CSP integer variables are encoded (22698 clauses, 318884 bytes)
6.57/6.88	c 7	680 (100%) CSP integer variables are encoded (25164 clauses, 355874 bytes)
6.76/7.07	c 7	1299 (10%) CSP clauses are encoded (57902 clauses, 984755 bytes)
6.97/7.25	c 7	2598 (20%) CSP clauses are encoded (92137 clauses, 1667937 bytes)
7.07/7.39	c 8	3897 (30%) CSP clauses are encoded (122230 clauses, 2265463 bytes)
7.26/7.55	c 8	5196 (40%) CSP clauses are encoded (154875 clauses, 2916949 bytes)
7.36/7.70	c 8	6495 (50%) CSP clauses are encoded (185624 clauses, 3525127 bytes)
7.55/7.83	c 8	7794 (60%) CSP clauses are encoded (216495 clauses, 4140875 bytes)
7.65/7.97	c 8	9093 (70%) CSP clauses are encoded (246720 clauses, 4776995 bytes)
7.86/8.10	c 8	10392 (80%) CSP clauses are encoded (277335 clauses, 5420416 bytes)
7.95/8.24	c 8	11691 (90%) CSP clauses are encoded (308031 clauses, 6060050 bytes)
8.05/8.38	c 8	12989 (100%) CSP clauses are encoded (338915 clauses, 6698143 bytes)
8.05/8.38	c 8	12989 CSP clauses encoded
8.05/8.38	c 8	Writing map file : HOME/temp.map
8.15/8.40	c 9	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.15/8.40	c 9	SAT : 34050 SAT variables, 338915 SAT clauses, 6698143 bytes
8.15/8.40	c 9	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.15/8.45	c 9	SOLVING HOME/temp.cnf
8.15/8.45	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.45	c 9	This is MiniSat 2.0 beta
8.15/8.45	c 9	WARNING: for repeatability, setting FPU to use double precision
8.15/8.45	c 9	============================[ Problem Statistics ]=============================
8.15/8.45	c 9	|                                                                             |
8.15/8.46	c 9	|  Number of variables:  34050                                                |
8.15/8.46	c 9	|  Number of clauses:    338915                                               |
8.18/8.64	c 9	|  Parsing time:         0.16         s                                       |
8.18/8.65	c 9	============================[ Search Statistics ]==============================
8.18/8.65	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/8.65	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.18/8.65	c 9	===============================================================================
8.18/8.65	c 9	|         0 |   34050   338915   952882 |   112971        0    nan |  0.000 % |
8.42/8.70	c 9	|       101 |   34050   338915   952882 |   124268      101     12 |  0.000 % |
8.42/8.74	c 9	|       251 |   34050   338915   952882 |   136695      251     12 |  0.000 % |
8.42/8.78	c 9	|       478 |   34050   338915   952882 |   150365      478     12 |  0.000 % |
8.52/8.84	c 9	|       815 |   34050   338915   952882 |   165401      815     12 |  0.000 % |
8.61/8.93	c 9	|      1322 |   34050   338915   952882 |   181941     1322     12 |  0.000 % |
8.71/9.06	c 9	|      2085 |   34050   338915   952882 |   200136     2085     12 |  0.000 % |
8.91/9.28	c 9	|      3225 |   34050   338915   952882 |   220149     3225     12 |  0.000 % |
9.21/9.59	c 10	|      4933 |   34050   338915   952882 |   242164     4933     12 |  0.000 % |
9.80/10.17	c 10	|      7495 |   34050   338915   952882 |   266381     7495     12 |  0.000 % |
10.89/11.29	c 11	|     11339 |   34050   338915   952882 |   293019    11339     12 |  0.000 % |
12.68/13.05	c 13	===============================================================================
12.68/13.05	c 13	restarts              : 11
12.68/13.05	c 13	conflicts             : 17026          (3774 /sec)
12.68/13.05	c 13	decisions             : 22321          (1.92 % random) (4948 /sec)
12.68/13.05	c 13	propagations          : 4689340        (1039462 /sec)
12.68/13.05	c 13	conflict literals     : 207373         (34.20 % deleted)
12.68/13.05	c 13	Memory used           : 19.49 MB
12.68/13.05	c 13	CPU time              : 4.51131 s
12.68/13.05	c 13	
12.68/13.05	c 13	UNSATISFIABLE
12.68/13.05	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.68/13.05	c 13	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'
12.77/13.13	c 13	Decoding HOME/temp.out
12.87/13.28	s UNSATISFIABLE
12.87/13.29	c 13	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.97/13.32	c 13	CPU 12.99 (0.06 0.02 12.62 0.29)
12.97/13.32	c 13	END Sun Jul 12 08:08:52 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-2084304-1247378919/watcher-2084304-1247378919 -o /tmp/evaluation-result-2084304-1247378919/solver-2084304-1247378919 -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-2084304-1247378919.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.02 2.09 2.06 5/83 27254
/proc/meminfo: memFree=1895104/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=12544 CPUtime=0
/proc/27254/stat : 27254 (sugar) R 27252 27254 21528 0 -1 4194304 471 0 0 0 0 0 0 0 21 0 1 0 24583612 12845056 439 996147200 4194304 4206940 548682068608 18446744073709551615 209135766141 0 0 4224 0 0 0 0 17 0 0 0
/proc/27254/statm: 3136 439 289 3 0 236 0

[startup+0.0757749 s]
/proc/loadavg: 2.02 2.09 2.06 5/83 27254
/proc/meminfo: memFree=1895104/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16740 CPUtime=0.06
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1152 0 0 0 5 1 0 0 21 0 1 0 24583612 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101728 s]
/proc/loadavg: 2.02 2.09 2.06 5/83 27254
/proc/meminfo: memFree=1895104/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16872 CPUtime=0.06
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1159 0 0 0 5 1 0 0 16 0 1 0 24583612 17276928 1108 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27254/statm: 4218 1108 406 3 0 797 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16872

[startup+0.301742 s]
/proc/loadavg: 2.02 2.09 2.06 5/83 27254
/proc/meminfo: memFree=1895104/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=0.06
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24583612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27254/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70439 s]
/proc/loadavg: 2.02 2.09 2.06 5/83 27254
/proc/meminfo: memFree=1895104/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=0.06
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 24583612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50285 s]
/proc/loadavg: 2.02 2.09 2.06 3/94 27276
/proc/meminfo: memFree=1839336/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=0.6
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1309 7169 0 1 5 1 49 5 16 0 1 0 24583612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1111 409 3 0 796 0
[pid=27267] ppid=27254 vsize=5356 CPUtime=0
/proc/27267/stat : 27267 (sh) S 27254 27254 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24583682 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27267/statm: 1339 233 193 169 0 50 0
[pid=27268] ppid=27267 vsize=868512 CPUtime=0.75
/proc/27268/stat : 27268 (java) S 27267 27254 21528 0 -1 0 5313 0 1 0 72 3 0 0 18 0 9 0 24583683 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27268/statm: 217128 4718 1741 9 0 211633 0
[pid=27268/tid=27269] ppid=27267 vsize=868512 CPUtime=0.57
/proc/27268/task/27269/stat : 27269 (java) R 27267 27254 21528 0 -1 64 2688 0 1 0 56 1 0 0 24 0 9 0 24583684 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4126455882 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27270] ppid=27267 vsize=868512 CPUtime=0.02
/proc/27268/task/27270/stat : 27270 (java) S 27267 27254 21528 0 -1 64 482 0 0 0 2 0 0 0 16 0 9 0 24583685 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27271] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27271/stat : 27271 (java) S 27267 27254 21528 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24583685 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27268/tid=27272] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27272/stat : 27272 (java) S 27267 27254 21528 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24583685 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27273] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27273/stat : 27273 (java) S 27267 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24583688 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27274] ppid=27267 vsize=868512 CPUtime=0.13
/proc/27268/task/27274/stat : 27274 (java) S 27267 27254 21528 0 -1 64 1450 0 0 0 13 0 0 0 16 0 9 0 24583688 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27275] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27275/stat : 27275 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24583689 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27276] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27276/stat : 27276 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24583689 889356288 4718 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890736

[startup+3.10298 s]
/proc/loadavg: 2.10 2.10 2.06 3/94 27276
/proc/meminfo: memFree=1823784/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=0.6
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1309 7169 0 1 5 1 49 5 16 0 1 0 24583612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1111 409 3 0 796 0
[pid=27267] ppid=27254 vsize=5356 CPUtime=0
/proc/27267/stat : 27267 (sh) S 27254 27254 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24583682 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27267/statm: 1339 233 193 169 0 50 0
[pid=27268] ppid=27267 vsize=868512 CPUtime=2.35
/proc/27268/stat : 27268 (java) S 27267 27254 21528 0 -1 0 6045 0 1 0 229 6 0 0 18 0 9 0 24583683 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27268/statm: 217128 5310 1743 9 0 211633 0
[pid=27268/tid=27269] ppid=27267 vsize=868512 CPUtime=2.06
/proc/27268/task/27269/stat : 27269 (java) R 27267 27254 21528 0 -1 64 2828 0 1 0 204 2 0 0 25 0 9 0 24583684 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4126521968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27270] ppid=27267 vsize=868512 CPUtime=0.1
/proc/27268/task/27270/stat : 27270 (java) S 27267 27254 21528 0 -1 64 1054 0 0 0 8 2 0 0 16 0 9 0 24583685 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27271] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27271/stat : 27271 (java) S 27267 27254 21528 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24583685 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27268/tid=27272] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27272/stat : 27272 (java) S 27267 27254 21528 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24583685 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27273] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27273/stat : 27273 (java) S 27267 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24583688 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27274] ppid=27267 vsize=868512 CPUtime=0.16
/proc/27268/task/27274/stat : 27274 (java) S 27267 27254 21528 0 -1 64 1470 0 0 0 16 0 0 0 16 0 9 0 24583688 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27275] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27275/stat : 27275 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24583689 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27276] ppid=27267 vsize=868512 CPUtime=0
/proc/27268/task/27276/stat : 27276 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24583689 889356288 5310 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890736

[startup+6.30227 s]
/proc/loadavg: 2.10 2.10 2.06 3/94 27276
/proc/meminfo: memFree=1804904/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=0.6
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1310 7169 0 1 5 1 49 5 15 0 1 0 24583612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1111 409 3 0 796 0
[pid=27267] ppid=27254 vsize=5356 CPUtime=0
/proc/27267/stat : 27267 (sh) S 27254 27254 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24583682 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27267/statm: 1339 233 193 169 0 50 0
[pid=27268] ppid=27267 vsize=868596 CPUtime=5.49
/proc/27268/stat : 27268 (java) S 27267 27254 21528 0 -1 0 8191 0 1 0 540 9 0 0 18 0 9 0 24583683 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27268/statm: 217149 6942 2566 9 0 211654 0
[pid=27268/tid=27269] ppid=27267 vsize=868596 CPUtime=5.02
/proc/27268/task/27269/stat : 27269 (java) R 27267 27254 21528 0 -1 64 3167 0 1 0 499 3 0 0 25 0 9 0 24583684 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4126518402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27270] ppid=27267 vsize=868596 CPUtime=0.28
/proc/27268/task/27270/stat : 27270 (java) S 27267 27254 21528 0 -1 64 2854 0 0 0 24 4 0 0 16 0 9 0 24583685 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27271] ppid=27267 vsize=868596 CPUtime=0
/proc/27268/task/27271/stat : 27271 (java) S 27267 27254 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24583685 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27272] ppid=27267 vsize=868596 CPUtime=0
/proc/27268/task/27272/stat : 27272 (java) S 27267 27254 21528 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24583685 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27273] ppid=27267 vsize=868596 CPUtime=0
/proc/27268/task/27273/stat : 27273 (java) S 27267 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24583688 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27274] ppid=27267 vsize=868596 CPUtime=0.16
/proc/27268/task/27274/stat : 27274 (java) S 27267 27254 21528 0 -1 64 1472 0 0 0 16 0 0 0 15 0 9 0 24583688 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27275] ppid=27267 vsize=868596 CPUtime=0
/proc/27268/task/27275/stat : 27275 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24583689 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27268/tid=27276] ppid=27267 vsize=868596 CPUtime=0
/proc/27268/task/27276/stat : 27276 (java) S 27267 27254 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24583689 889442304 6942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 890820

[startup+12.7018 s]
/proc/loadavg: 2.16 2.12 2.07 3/86 27278
/proc/meminfo: memFree=1768360/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=8.19
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1376 16965 0 2 6 2 790 21 16 0 1 0 24583612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1113 409 3 0 796 0
[pid=27277] ppid=27254 vsize=5356 CPUtime=0
/proc/27277/stat : 27277 (sh) S 27254 27254 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24584458 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27277/statm: 1339 232 193 169 0 50 0
[pid=27278] ppid=27277 vsize=19956 CPUtime=4.19
/proc/27278/stat : 27278 (minisat) R 27277 27254 21528 0 -1 4194304 4684 0 0 0 416 3 0 0 25 0 1 0 24584458 20434944 4670 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/27278/statm: 4989 4670 76 150 0 4836 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 42180

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

[startup+13.1029 s]
/proc/loadavg: 2.16 2.12 2.07 3/90 27284
/proc/meminfo: memFree=1778240/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=12.74
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1430 21946 0 2 6 2 1241 25 17 0 1 0 24583612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27254/statm: 4217 1113 409 3 0 796 0
[pid=27279] ppid=27254 vsize=5356 CPUtime=0
/proc/27279/stat : 27279 (sh) S 27254 27254 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24584918 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27279/statm: 1339 233 193 169 0 50 0
[pid=27280] ppid=27279 vsize=861732 CPUtime=0.03
/proc/27280/stat : 27280 (java) S 27279 27254 21528 0 -1 0 2194 0 1 0 2 1 0 0 18 0 9 0 24584918 882413568 1761 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27280/statm: 215433 1764 1019 9 0 210348 0
[pid=27280/tid=27281] ppid=27279 vsize=861732 CPUtime=0.03
/proc/27280/task/27281/stat : 27281 (java) R 27279 27254 21528 0 -1 64 1359 0 1 0 2 1 0 0 20 0 9 0 24584919 882413568 1770 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27282] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27282/stat : 27282 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24584920 882413568 1771 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27283] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27283/stat : 27283 (java) S 27279 27254 21528 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24584920 882413568 1773 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27284] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27284/stat : 27284 (java) S 27279 27254 21528 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24584920 882413568 1774 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27285] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27285/stat : 27285 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24584922 882413568 1774 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27286] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27286/stat : 27286 (java) R 27279 27254 21528 0 -1 64 153 0 0 0 0 0 0 0 19 0 9 0 24584922 882413568 1775 996147200 134512640 134550932 4294955984 18446744073709551615 101599529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27287] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27287/stat : 27287 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24584922 882413568 1775 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27288] ppid=27279 vsize=861732 CPUtime=0
/proc/27280/task/27288/stat : 27288 (java) R 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 24584922 882413568 1777 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 883956

[startup+13.3029 s]
/proc/loadavg: 2.16 2.12 2.07 3/90 27284
/proc/meminfo: memFree=1778240/2055920 swapFree=4192812/4192956
[pid=27254] ppid=27252 vsize=16868 CPUtime=12.74
/proc/27254/stat : 27254 (sugar) S 27252 27254 21528 0 -1 4194304 1449 21946 0 2 6 2 1241 25 15 0 1 0 24583612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27254/statm: 4217 1113 409 3 0 796 0
[pid=27279] ppid=27254 vsize=5356 CPUtime=0
/proc/27279/stat : 27279 (sh) S 27254 27254 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24584918 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27279/statm: 1339 233 193 169 0 50 0
[pid=27280] ppid=27279 vsize=864632 CPUtime=0.23
/proc/27280/stat : 27280 (java) S 27279 27254 21528 0 -1 0 4174 0 1 0 20 3 0 0 18 0 9 0 24584918 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27280/statm: 216158 3631 1729 9 0 210663 0
[pid=27280/tid=27281] ppid=27279 vsize=864632 CPUtime=0.15
/proc/27280/task/27281/stat : 27281 (java) S 27279 27254 21528 0 -1 64 2572 0 1 0 13 2 0 0 18 0 9 0 24584919 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27282] ppid=27279 vsize=864632 CPUtime=0.01
/proc/27280/task/27282/stat : 27282 (java) S 27279 27254 21528 0 -1 64 435 0 0 0 1 0 0 0 16 0 9 0 24584920 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27283] ppid=27279 vsize=864632 CPUtime=0
/proc/27280/task/27283/stat : 27283 (java) S 27279 27254 21528 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24584920 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27284] ppid=27279 vsize=864632 CPUtime=0
/proc/27280/task/27284/stat : 27284 (java) S 27279 27254 21528 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24584920 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27285] ppid=27279 vsize=864632 CPUtime=0
/proc/27280/task/27285/stat : 27285 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24584922 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27286] ppid=27279 vsize=864632 CPUtime=0.04
/proc/27280/task/27286/stat : 27286 (java) S 27279 27254 21528 0 -1 64 473 0 0 0 4 0 0 0 17 0 9 0 24584922 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27287] ppid=27279 vsize=864632 CPUtime=0
/proc/27280/task/27287/stat : 27287 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24584922 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27280/tid=27288] ppid=27279 vsize=864632 CPUtime=0
/proc/27280/task/27288/stat : 27288 (java) S 27279 27254 21528 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24584922 885383168 3631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 886856

Child status: 0
Real time (s): 13.3289
CPU time (s): 13.004
CPU user time (s): 12.6811
CPU system time (s): 0.32295
CPU usage (%): 97.5625
Max. virtual memory (cumulated for all children) (KiB): 892104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6811
system time used= 0.32295
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27946
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= 9802
involuntary context switches= 10116

runsolver used 0.024996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 08:08:39
IDJOB=2084304
IDBENCH=58064
IDSOLVER=739
FILE ID=node41/2084304-1247378919
PBS_JOBID= 9507067
Free space on /tmp= 65888 MiB

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

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

MD5SUM BENCH= 82ca51bd7cee57081df4d0e802a460c1
RANDOM SEED=973763984

node41.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.212
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	: 5931.00
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.212
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:       1896480 kB
Buffers:          4072 kB
Cached:          52640 kB
SwapCached:          0 kB
Active:          86140 kB
Inactive:        21492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:          66600 kB
Slab:            37280 kB
Committed_AS:   900228 kB
PageTables:       1784 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= 65884 MiB
End job on node41 at 2009-07-12 08:08:53