Trace number 2092873

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+minisatSAT 13.9889 14.2433

General information on the benchmark

Namecsp/CabinetStart1/
normalized-cabinet-5586.xml
MD5SUMe9d755ca70deaaa5b0c9c74ce6b789b1
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024996
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Maximum constraint arity15
Maximum domain size84591
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21
Global constraints used (with number of constraints)element(98),weightedsum(7)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 13:18:20 2009
0.00/0.08	c 0	PID 30083
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2092873-1247397500.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-2092873-1247397500.xml' 'HOME/temp.csp'
0.06/0.41	c 1	107 domains, 120 variables, 3 predicates, 0 relations, 126 constraints
0.06/0.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.45	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.37/0.53	c 1	Parsing HOME/temp.csp
0.37/0.57	c 1	parsed 356 expressions
0.37/0.58	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.58	c 1	Converting to clausal form CSP
0.37/0.60	c 1	converted 36 (10%) expressions
0.37/0.60	c 1	converted 72 (20%) expressions
0.37/0.60	c 1	converted 107 (30%) expressions
0.37/0.61	c 1	converted 143 (40%) expressions
0.37/0.61	c 1	converted 178 (50%) expressions
0.37/0.61	c 1	converted 214 (60%) expressions
0.37/0.67	c 1	converted 250 (70%) expressions
0.37/0.81	c 1	converted 285 (80%) expressions
0.37/0.96	c 1	converted 321 (90%) expressions
0.99/1.19	c 1	converted 356 (100%) expressions
0.99/1.19	c 1	CSP : 210 integers, 0 booleans, 908 clauses, largest domain size 30761
0.99/1.19	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.19	c 1	Propagation in CSP
1.18/1.30	c 2	75419 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.18/1.31	c 2	CSP : 210 integers, 0 booleans, 908 clauses, largest domain size 12746
1.18/1.31	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.31	c 2	Simplifing CSP by introducing new Boolean variables
1.18/1.31	c 2	CSP : 210 integers, 38 booleans, 946 clauses, largest domain size 12746
1.18/1.31	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.18/1.34	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.18/1.35	c 2	21 (10%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.18/1.35	c 2	42 (20%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.18/1.36	c 2	63 (30%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.18/1.36	c 2	84 (40%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.18/1.37	c 2	105 (50%) CSP integer variables are encoded (70 clauses, 679 bytes)
1.28/1.48	c 2	126 (60%) CSP integer variables are encoded (78246 clauses, 1151999 bytes)
1.39/1.58	c 2	147 (70%) CSP integer variables are encoded (142025 clauses, 2192977 bytes)
1.58/1.71	c 2	168 (80%) CSP integer variables are encoded (219636 clauses, 3512364 bytes)
1.69/1.84	c 2	189 (90%) CSP integer variables are encoded (297754 clauses, 4840370 bytes)
1.78/1.98	c 2	210 (100%) CSP integer variables are encoded (383897 clauses, 6304801 bytes)
1.78/1.99	c 2	95 (10%) CSP clauses are encoded (384030 clauses, 6306539 bytes)
1.78/1.99	c 2	190 (20%) CSP clauses are encoded (384127 clauses, 6307801 bytes)
1.78/2.00	c 2	284 (30%) CSP clauses are encoded (384240 clauses, 6309380 bytes)
1.89/2.00	c 2	379 (40%) CSP clauses are encoded (384347 clauses, 6310721 bytes)
1.89/2.01	c 2	473 (50%) CSP clauses are encoded (384441 clauses, 6311892 bytes)
1.89/2.01	c 2	568 (60%) CSP clauses are encoded (384536 clauses, 6313032 bytes)
1.89/2.01	c 2	663 (70%) CSP clauses are encoded (384625 clauses, 6314089 bytes)
2.08/2.21	c 2	757 (80%) CSP clauses are encoded (496399 clauses, 8428810 bytes)
3.27/3.42	c 4	852 (90%) CSP clauses are encoded (1149076 clauses, 21493240 bytes)
4.54/4.71	c 5	946 (100%) CSP clauses are encoded (1825254 clauses, 35468896 bytes)
4.54/4.71	c 5	946 CSP clauses encoded
4.54/4.71	c 5	Writing map file : HOME/temp.map
4.54/4.72	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.54/4.72	c 5	SAT : 384131 SAT variables, 1825254 SAT clauses, 35468896 bytes
4.54/4.72	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.54/4.75	c 5	SOLVING HOME/temp.cnf
4.54/4.75	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.54/4.75	c 5	This is MiniSat 2.0 beta
4.54/4.75	c 5	WARNING: for repeatability, setting FPU to use double precision
4.54/4.75	c 5	============================[ Problem Statistics ]=============================
4.54/4.75	c 5	|                                                                             |
4.54/4.75	c 5	|  Number of variables:  384131                                               |
4.54/4.75	c 5	|  Number of clauses:    1825254                                              |
5.52/5.77	c 6	|  Parsing time:         0.83         s                                       |
5.62/5.81	c 6	============================[ Search Statistics ]==============================
5.62/5.81	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.62/5.81	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.62/5.81	c 6	===============================================================================
5.62/5.81	c 6	|         0 |  384117  1825157  4508284 |   608385        0    nan |  0.000 % |
9.09/9.35	c 10	|       100 |  384117  1825157  4508284 |   669224      100      9 |  0.004 % |
13.15/13.48	c 14	===============================================================================
13.25/13.51	c 14	restarts              : 2
13.25/13.51	c 14	conflicts             : 194            (23 /sec)
13.25/13.51	c 14	decisions             : 340            (1.18 % random) (40 /sec)
13.25/13.51	c 14	propagations          : 16545167       (1947244 /sec)
13.25/13.51	c 14	conflict literals     : 1977           (12.64 % deleted)
13.25/13.51	c 14	Memory used           : 105.93 MB
13.25/13.51	c 14	CPU time              : 8.49671 s
13.25/13.51	c 14	
13.34/13.67	c 14	SATISFIABLE
13.34/13.69	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.34/13.69	c 14	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'
13.45/13.77	c 14	Decoding HOME/temp.out
13.45/14.17	s SATISFIABLE
13.45/14.18	v 5 1 5 2 2 2 3 6 3 6 4 3 7 7 0 5460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3850 950 665 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3360 0 880 0 0 1000 0 0 0 0 0 0 0 0 0 0 0 0 5500 0 0 0 2990 0 2380 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3900 0 1680 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1500 3960 5460 5465 5240 5500 5370 5580 5460 5580
13.45/14.19	c 14	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.93/14.22	c 14	CPU 13.95 (0.06 0.02 13.27 0.6)
13.93/14.22	c 14	END Sun Jul 12 13:18:34 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2092873-1247397500/watcher-2092873-1247397500 -o /tmp/evaluation-result-2092873-1247397500/solver-2092873-1247397500 -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-2092873-1247397500.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.01 2.00 1.95 4/81 30083
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=18576 CPUtime=0
/proc/30083/stat : 30083 (runsolver) R 30081 30083 29483 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26817415 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 244671114535 0 0 4096 24578 0 0 0 17 1 0 0
/proc/30083/statm: 4644 284 249 26 0 2626 0

[startup+0.0831909 s]
/proc/loadavg: 2.01 2.00 1.95 4/81 30083
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.06
/proc/30083/stat : 30083 (sugar) R 30081 30083 29483 0 -1 4194304 1175 128 0 0 5 1 0 0 18 0 1 0 26817415 17272832 1108 996147200 4194304 4206940 548682068608 18446744073709551615 244680011730 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30083/statm: 4217 1108 406 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101194 s]
/proc/loadavg: 2.01 2.00 1.95 4/81 30083
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.06
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26817415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301214 s]
/proc/loadavg: 2.01 2.00 1.95 4/81 30083
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.06
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26817415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701252 s]
/proc/loadavg: 2.01 2.00 1.95 4/81 30083
/proc/meminfo: memFree=1791056/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.37
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1309 4561 0 1 5 1 29 2 15 0 1 0 26817415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50134 s]
/proc/loadavg: 2.01 2.00 1.95 4/92 30105
/proc/meminfo: memFree=1776632/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.37
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1310 4561 0 1 5 1 29 2 15 0 1 0 26817415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1111 409 3 0 796 0
[pid=30096] ppid=30083 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (sh) S 30083 30083 29483 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26817461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 233 193 169 0 50 0
[pid=30097] ppid=30096 vsize=868656 CPUtime=1.02
/proc/30097/stat : 30097 (java) S 30096 30083 29483 0 -1 0 6446 0 1 0 97 5 0 0 18 0 9 0 26817461 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30097/statm: 217164 5629 2591 9 0 211641 0
[pid=30097/tid=30098] ppid=30096 vsize=868656 CPUtime=0.76
/proc/30097/task/30098/stat : 30098 (java) R 30096 30083 29483 0 -1 64 2802 0 1 0 74 2 0 0 24 0 9 0 26817462 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4126728616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30099] ppid=30096 vsize=868656 CPUtime=0.07
/proc/30097/task/30099/stat : 30099 (java) S 30096 30083 29483 0 -1 64 1475 0 0 0 6 1 0 0 16 0 9 0 26817463 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30100] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30100/stat : 30100 (java) S 30096 30083 29483 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26817463 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30101] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30101/stat : 30101 (java) S 30096 30083 29483 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26817463 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30102] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30102/stat : 30102 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26817465 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30103] ppid=30096 vsize=868656 CPUtime=0.16
/proc/30097/task/30103/stat : 30103 (java) S 30096 30083 29483 0 -1 64 1470 0 0 0 16 0 0 0 16 0 9 0 26817465 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30104] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30104/stat : 30104 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26817465 889503744 5629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30105] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30105/stat : 30105 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26817465 889503744 5629 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) 890880

[startup+3.10251 s]
/proc/loadavg: 2.01 2.00 1.95 3/92 30105
/proc/meminfo: memFree=1767992/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=0.37
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1310 4561 0 1 5 1 29 2 15 0 1 0 26817415 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1111 409 3 0 796 0
[pid=30096] ppid=30083 vsize=5356 CPUtime=0
/proc/30096/stat : 30096 (sh) S 30083 30083 29483 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26817461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30096/statm: 1339 233 193 169 0 50 0
[pid=30097] ppid=30096 vsize=868656 CPUtime=2.6
/proc/30097/stat : 30097 (java) S 30096 30083 29483 0 -1 0 6905 0 1 0 242 18 0 0 18 0 9 0 26817461 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30097/statm: 217164 5650 2591 9 0 211641 0
[pid=30097/tid=30098] ppid=30096 vsize=868656 CPUtime=2.21
/proc/30097/task/30098/stat : 30098 (java) R 30096 30083 29483 0 -1 64 3240 0 1 0 208 13 0 0 25 0 9 0 26817462 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4126816919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30099] ppid=30096 vsize=868656 CPUtime=0.17
/proc/30097/task/30099/stat : 30099 (java) S 30096 30083 29483 0 -1 64 1475 0 0 0 14 3 0 0 16 0 9 0 26817463 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30100] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30100/stat : 30100 (java) S 30096 30083 29483 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26817463 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30101] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30101/stat : 30101 (java) S 30096 30083 29483 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26817463 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30102] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30102/stat : 30102 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26817465 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30103] ppid=30096 vsize=868656 CPUtime=0.2
/proc/30097/task/30103/stat : 30103 (java) S 30096 30083 29483 0 -1 64 1491 0 0 0 19 1 0 0 16 0 9 0 26817465 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30104] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30104/stat : 30104 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26817465 889503744 5650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30097/tid=30105] ppid=30096 vsize=868656 CPUtime=0
/proc/30097/task/30105/stat : 30105 (java) S 30096 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26817465 889503744 5650 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) 890880

[startup+6.30285 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 30107
/proc/meminfo: memFree=1682360/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=4.59
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1376 12233 0 2 6 2 415 36 16 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
[pid=30106] ppid=30083 vsize=5356 CPUtime=0
/proc/30106/stat : 30106 (sh) S 30083 30083 29483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26817890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30106/statm: 1339 232 193 169 0 50 0
[pid=30107] ppid=30106 vsize=107376 CPUtime=1.53
/proc/30107/stat : 30107 (minisat) R 30106 30083 29483 0 -1 4194304 24641 0 0 0 135 18 0 0 25 0 1 0 26817890 109953024 24627 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/30107/statm: 26844 24627 73 150 0 26691 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 129600

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 30107
/proc/meminfo: memFree=1653432/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=4.59
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1376 12233 0 2 6 2 415 36 16 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
[pid=30106] ppid=30083 vsize=5356 CPUtime=0
/proc/30106/stat : 30106 (sh) S 30083 30083 29483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26817890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30106/statm: 1339 232 193 169 0 50 0
[pid=30107] ppid=30106 vsize=108088 CPUtime=7.87
/proc/30107/stat : 30107 (minisat) R 30106 30083 29483 0 -1 4194304 24791 0 0 0 769 18 0 0 25 0 1 0 26817890 110682112 24777 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/30107/statm: 27022 24777 75 150 0 26869 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 130312

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

[startup+13.5016 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 30107
/proc/meminfo: memFree=1653432/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=4.59
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1376 12233 0 2 6 2 415 36 16 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
[pid=30106] ppid=30083 vsize=5356 CPUtime=0
/proc/30106/stat : 30106 (sh) S 30083 30083 29483 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26817890 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30106/statm: 1339 232 193 169 0 50 0
[pid=30107] ppid=30106 vsize=108464 CPUtime=8.66
/proc/30107/stat : 30107 (minisat) R 30106 30083 29483 0 -1 4194304 24893 0 0 0 848 18 0 0 25 0 1 0 26817890 111067136 24879 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/30107/statm: 27116 24879 75 150 0 26963 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 130688

[startup+13.9016 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 30107
/proc/meminfo: memFree=1653432/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=13.45
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1448 37421 0 2 6 2 1280 57 16 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 13.45
Current children cumulated vsize (KiB) 16868

[startup+14.1017 s]
/proc/loadavg: 2.01 2.00 1.95 3/84 30107
/proc/meminfo: memFree=1653432/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=13.45
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1448 37421 0 2 6 2 1280 57 16 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 13.45
Current children cumulated vsize (KiB) 16868

[startup+14.2017 s]
/proc/loadavg: 2.01 2.00 1.95 2/92 30117
/proc/meminfo: memFree=1743928/2055920 swapFree=4192812/4192956
[pid=30083] ppid=30081 vsize=16868 CPUtime=13.45
/proc/30083/stat : 30083 (sugar) S 30081 30083 29483 0 -1 4194304 1450 37421 0 2 6 2 1280 57 15 0 1 0 26817415 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30083/statm: 4217 1113 409 3 0 796 0
[pid=30108] ppid=30083 vsize=5356 CPUtime=0
/proc/30108/stat : 30108 (sh) S 30083 30083 29483 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26818784 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30108/statm: 1339 233 193 169 0 50 0
[pid=30109] ppid=30108 vsize=864120 CPUtime=0.48
/proc/30109/stat : 30109 (java) S 30108 30083 29483 0 -1 0 3654 0 1 0 46 2 0 0 18 0 9 0 26818784 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30109/statm: 216030 3114 1722 9 0 210535 0
[pid=30109/tid=30110] ppid=30108 vsize=864120 CPUtime=0.43
/proc/30109/task/30110/stat : 30110 (java) S 30108 30083 29483 0 -1 64 2570 0 1 0 42 1 0 0 23 0 9 0 26818785 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30111] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30111/stat : 30111 (java) S 30108 30083 29483 0 -1 64 85 0 0 0 0 0 0 0 16 0 9 0 26818786 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30112] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30112/stat : 30112 (java) S 30108 30083 29483 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 26818787 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30113] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30113/stat : 30113 (java) S 30108 30083 29483 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 26818787 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30114] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30114/stat : 30114 (java) S 30108 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26818789 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30115] ppid=30108 vsize=864120 CPUtime=0.04
/proc/30109/task/30115/stat : 30115 (java) S 30108 30083 29483 0 -1 64 305 0 0 0 4 0 0 0 16 0 9 0 26818789 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30116] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30116/stat : 30116 (java) S 30108 30083 29483 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26818789 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30109/tid=30117] ppid=30108 vsize=864120 CPUtime=0
/proc/30109/task/30117/stat : 30117 (java) S 30108 30083 29483 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26818789 884858880 3114 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.93
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 14.2433
CPU time (s): 13.9889
CPU user time (s): 13.339
CPU system time (s): 0.649901
CPU usage (%): 98.214
Max. virtual memory (cumulated for all children) (KiB): 890880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.339
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42902
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= 10255
involuntary context switches= 10475

runsolver used 0.024996 second user time and 0.051992 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 13:18:20
IDJOB=2092873
IDBENCH=66175
IDSOLVER=739
FILE ID=node7/2092873-1247397500
PBS_JOBID= 9507476
Free space on /tmp= 66116 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/CabinetStart1/normalized-cabinet-5586.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-2092873-1247397500/watcher-2092873-1247397500 -o /tmp/evaluation-result-2092873-1247397500/solver-2092873-1247397500 -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-2092873-1247397500.xml

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

MD5SUM BENCH= e9d755ca70deaaa5b0c9c74ce6b789b1
RANDOM SEED=768906702

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1791536 kB
Buffers:         29492 kB
Cached:         148668 kB
SwapCached:          0 kB
Active:         137756 kB
Inactive:        73720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1791536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          45896 kB
Slab:            38112 kB
Committed_AS:   222752 kB
PageTables:       1900 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= 66116 MiB
End job on node7 at 2009-07-12 13:18:35