Trace number 2064107

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+picosatSAT 102.008 103.193

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-7.xml
MD5SUMda04246eb2c7c2038e1553efee1f24d9
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4001
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33712
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33364
Global constraints used (with number of constraints)alldifferent(348)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:41:09 2009
0.00/0.08	c 0	PID 15485
0.00/0.08	c 0	HOST node3.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2064107-1247334069.xml TO HOME/temp.csp
0.00/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-2064107-1247334069.xml' 'HOME/temp.csp'
2.04/2.19	c 2	47 domains, 700 variables, 1 predicates, 0 relations, 33712 constraints
2.13/2.23	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.13/2.23	c 2	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'
2.14/2.31	c 2	Parsing HOME/temp.csp
2.14/2.61	c 3	parsed 10000 expressions
2.14/2.76	c 3	parsed 20000 expressions
2.14/2.92	c 3	parsed 30000 expressions
2.14/3.06	c 3	parsed 34460 expressions
2.14/3.06	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.14/3.06	c 3	Converting to clausal form CSP
3.38/3.52	c 4	converted 3446 (10%) expressions
3.58/3.79	c 4	converted 6892 (20%) expressions
4.07/4.23	c 4	converted 10338 (30%) expressions
4.37/4.51	c 5	converted 13784 (40%) expressions
4.56/4.78	c 5	converted 17230 (50%) expressions
5.15/5.30	c 5	converted 20676 (60%) expressions
5.36/5.56	c 6	converted 24122 (70%) expressions
5.65/5.83	c 6	converted 27568 (80%) expressions
5.95/6.10	c 6	converted 31014 (90%) expressions
8.13/8.32	c 9	converted 34460 (100%) expressions
8.13/8.32	c 9	CSP : 700 integers, 0 booleans, 84385 clauses, largest domain size 45
8.13/8.32	c 9	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.13/8.32	c 9	Propagation in CSP
8.42/8.60	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.42/8.60	c 9	CSP : 700 integers, 0 booleans, 84385 clauses, largest domain size 45
8.42/8.60	c 9	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.42/8.64	c 9	Simplifing CSP by introducing new Boolean variables
10.40/10.64	c 11	CSP : 700 integers, 225782 booleans, 310167 clauses, largest domain size 45
10.40/10.64	c 11	Heap : 165 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.38/11.64	c 12	Encoding CSP to SAT : HOME/temp.cnf
11.38/11.69	c 12	70 (10%) CSP integer variables are encoded (3010 clauses, 37031 bytes)
11.38/11.70	c 12	140 (20%) CSP integer variables are encoded (6020 clauses, 76161 bytes)
11.50/11.70	c 12	210 (30%) CSP integer variables are encoded (9030 clauses, 115291 bytes)
11.50/11.70	c 12	280 (40%) CSP integer variables are encoded (12040 clauses, 158958 bytes)
11.50/11.71	c 12	350 (50%) CSP integer variables are encoded (15050 clauses, 204108 bytes)
11.50/11.71	c 12	420 (60%) CSP integer variables are encoded (15120 clauses, 205158 bytes)
11.50/11.72	c 12	490 (70%) CSP integer variables are encoded (15196 clauses, 206298 bytes)
11.50/11.72	c 12	560 (80%) CSP integer variables are encoded (15280 clauses, 207558 bytes)
11.50/11.72	c 12	630 (90%) CSP integer variables are encoded (15382 clauses, 209088 bytes)
11.50/11.72	c 12	700 (100%) CSP integer variables are encoded (15471 clauses, 210423 bytes)
12.89/13.12	c 13	31017 (10%) CSP clauses are encoded (640311 clauses, 12405992 bytes)
14.16/14.44	c 15	62034 (20%) CSP clauses are encoded (1267617 clauses, 25058254 bytes)
15.44/15.76	c 16	93051 (30%) CSP clauses are encoded (1890036 clauses, 37654704 bytes)
16.82/17.12	c 17	124067 (40%) CSP clauses are encoded (2508050 clauses, 50608091 bytes)
18.20/18.52	c 19	155084 (50%) CSP clauses are encoded (3123876 clauses, 64292698 bytes)
19.98/20.32	c 21	186101 (60%) CSP clauses are encoded (4024160 clauses, 83347723 bytes)
21.76/22.15	c 22	217117 (70%) CSP clauses are encoded (4960520 clauses, 103224621 bytes)
23.63/24.00	c 24	248134 (80%) CSP clauses are encoded (5897365 clauses, 122989891 bytes)
25.40/25.85	c 26	279151 (90%) CSP clauses are encoded (6834298 clauses, 142930825 bytes)
27.19/27.67	c 28	310167 (100%) CSP clauses are encoded (7771450 clauses, 162808344 bytes)
27.19/27.67	c 28	310167 CSP clauses encoded
27.19/27.67	c 28	Writing map file : HOME/temp.map
27.28/27.70	c 28	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.28/27.70	c 28	SAT : 241838 SAT variables, 7771450 SAT clauses, 162808344 bytes
27.28/27.70	c 28	Heap : 135 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.28/27.78	c 28	SOLVING HOME/temp.cnf
27.28/27.78	c 28	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
101.31/102.51	c 103	DECODING HOME/temp.out WITH HOME/temp.map
101.31/102.51	c 103	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'
101.31/102.60	c 103	Decoding HOME/temp.out
101.34/103.06	s SATISFIABLE
101.34/103.08	v 24 1 16 13 10 0 34 18 5 44 14 3 9 34 8 6 0 17 6 0 17 0 3 0 1 3 2 11 19 12 3 0 4 1 1 4 0 4 0 2 3 42 2 27 4 5 2 7 23 5 24 43 26 4 3 4 5 8 6 7 11 9 7 9 3 8 4 6 25 5 8 2 9 10 10 2 11 17 2 9 38 6 4 13 3 11 14 11 41 13 1 6 13 5 39 8 12 9 12 23 12 16 13 12 14 6 14 15 18 5 16 7 41 0 2 15 18 19 4 16 28 20 0 10 43 1 7 41 7 5 18 18 17 22 37 17 18 3 19 18 21 5 26 22 17 23 11 18 1 7 28 5 20 22 20 25 14 22 7 10 26 17 13 6 30 7 26 10 21 27 20 21 19 36 22 24 17 42 15 28 8 43 25 21 14 31 22 15 32 9 35 23 14 11 41 22 11 27 12 13 29 15 29 24 25 25 19 27 19 44 26 23 32 13 7 24 16 23 30 24 15 16 19 17 28 29 25 34 18 29 28 31 26 19 25 32 27 29 27 16 20 31 36 33 2 43 42 30 28 33 20 21 32 26 21 21 31 27 30 28 29 27 31 31 28 31 22 8 23 32 32 37 33 36 37 29 31 23 33 38 33 36 6 30 39 24 40 10 21 31 32 20 32 33 25 37 35 37 43 34 33 33 43 38 35 38 34 35 42 34 41 34 40 37 41 39 39 35 42 4 40 37 38 30 42 35 43 43 36 30 43 38 38 44 37 25 40 42 44 38 39 44 43 32 20 44 40 44 41 42 8 9 5 0 8 7 9 3 5 3 8 4 9 5 3 9 4 3 8 9 8 5 7 2 3 1 6 2 4 5 3 8 6 8 4 7 6 9 0 4 6 3 5 4 3 9 1 2 2 2 5 5 3 5 9 8 8 7 5 5 6 6 9 0 2 2 4 2 9 4 5 2 8 9 3 7 8 2 3 2 5 1 0 7 5 9 5 5 9 8 7 6 4 3 9 1 8 5 7 9 3 9 6 0 9 3 6 3 2 6 2 1 8 1 8 9 5 5 2 4 8 8 3 4 3 5 7 5 3 1 6 0 9 3 5 5 8 8 8 7 3 7 2 8 4 5 7 9 1 6 9 0 6 2 0 4 4 5 4 2 9 1 5 4 9 8 7 6 7 3 9 2 0 5 9 9 6 7 5 4 9 1 7 5 2 3 4 2 6 3 9 3 3 3 7 7 4 0 9 9 9 8 2 2 6 0 1 5 2 5 6 1 3 2 0 4 7 4 8 6 4 8 9 0 5 8 2 8 4 5 7 8 5 3 8 4 8 0 6 1 3 6 0 7 9 7 4 3 3 5 7 6 1 8 8 0 9 2 6 2 3 9 4 2 0 7 6 8 8 9 5 9 4 8 7 6 0 6 0 3 9 6 7 5 6 7 8 5 9 5 8 4 7 8 5 3 5 8 0 6 6 3 6 9 8 2 2 4 1 3 0 4 9 2 3 8 3 1 9 1 5 6 7 2 8 3 4 9 3 1 8 4 1 6 4 3 3 5 9 8 5 2 2 0 5 8 4 0 2 2
101.34/103.09	c 103	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
101.34/103.11	c 103	CPU 101.91 (0.06 0.02 62.76 39.07)
101.34/103.11	c 103	END Sat Jul 11 19:42:52 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-2064107-1247334069/watcher-2064107-1247334069 -o /tmp/evaluation-result-2064107-1247334069/solver-2064107-1247334069 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2064107-1247334069.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

[startup+0 s]
/proc/loadavg: 2.13 2.03 2.01 4/83 15485
/proc/meminfo: memFree=1725832/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=18576 CPUtime=0
/proc/15485/stat : 15485 (runsolver) R 15483 15388 15388 0 -1 4194368 2 0 0 0 0 0 0 0 19 0 1 0 20474490 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 233632754420 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15485/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0921809 s]
/proc/loadavg: 2.13 2.03 2.01 4/83 15485
/proc/meminfo: memFree=1725832/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=0.06
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101186 s]
/proc/loadavg: 2.13 2.03 2.01 4/83 15485
/proc/meminfo: memFree=1725832/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=0.06
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301215 s]
/proc/loadavg: 2.13 2.03 2.01 4/83 15485
/proc/meminfo: memFree=1725832/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=0.06
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701283 s]
/proc/loadavg: 2.13 2.03 2.01 4/83 15485
/proc/meminfo: memFree=1725832/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=0.06
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50241 s]
/proc/loadavg: 2.13 2.03 2.01 4/94 15497
/proc/meminfo: memFree=1689960/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=0.06
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
[pid=15488] ppid=15485 vsize=5356 CPUtime=0
/proc/15488/stat : 15488 (sh) S 15485 15485 15388 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20474498 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15488/statm: 1339 233 193 169 0 50 0
[pid=15489] ppid=15488 vsize=866780 CPUtime=1.39
/proc/15489/stat : 15489 (java) S 15488 15485 15388 0 -1 0 18062 0 1 0 130 9 0 0 18 0 9 0 20474498 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15489/statm: 216695 15629 2556 9 0 211207 0
[pid=15489/tid=15490] ppid=15488 vsize=866780 CPUtime=0.66
/proc/15489/task/15490/stat : 15490 (java) R 15488 15485 15388 0 -1 64 3055 0 1 0 64 2 0 0 25 0 9 0 20474499 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15491] ppid=15488 vsize=866780 CPUtime=0.59
/proc/15489/task/15491/stat : 15491 (java) R 15488 15485 15388 0 -1 64 13790 0 0 0 53 6 0 0 16 0 9 0 20474500 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15492] ppid=15488 vsize=866780 CPUtime=0
/proc/15489/task/15492/stat : 15492 (java) S 15488 15485 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20474500 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15493] ppid=15488 vsize=866780 CPUtime=0
/proc/15489/task/15493/stat : 15493 (java) S 15488 15485 15388 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 20474500 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15494] ppid=15488 vsize=866780 CPUtime=0
/proc/15489/task/15494/stat : 15494 (java) S 15488 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20474503 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15495] ppid=15488 vsize=866780 CPUtime=0.11
/proc/15489/task/15495/stat : 15495 (java) S 15488 15485 15388 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 20474503 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15496] ppid=15488 vsize=866780 CPUtime=0
/proc/15489/task/15496/stat : 15496 (java) S 15488 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20474503 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15489/tid=15497] ppid=15488 vsize=866780 CPUtime=0
/proc/15489/task/15497/stat : 15497 (java) S 15488 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20474503 887582720 15629 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 889004

[startup+3.10167 s]
/proc/loadavg: 2.13 2.03 2.01 3/94 15497
/proc/meminfo: memFree=1666600/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=2.14
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1309 19515 0 1 5 1 196 12 15 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30223 s]
/proc/loadavg: 2.12 2.03 2.01 3/94 15507
/proc/meminfo: memFree=1660776/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=2.14
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1309 19515 0 1 5 1 196 12 15 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
[pid=15498] ppid=15485 vsize=5356 CPUtime=0
/proc/15498/stat : 15498 (sh) S 15485 15485 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20474713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15498/statm: 1339 233 193 169 0 50 0
[pid=15499] ppid=15498 vsize=868648 CPUtime=4
/proc/15499/stat : 15499 (java) S 15498 15485 15388 0 -1 0 23333 0 1 0 388 12 0 0 18 0 9 0 20474713 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15499/statm: 217162 21755 2566 9 0 211667 0
[pid=15499/tid=15500] ppid=15498 vsize=868648 CPUtime=2.53
/proc/15499/task/15500/stat : 15500 (java) R 15498 15485 15388 0 -1 64 3237 0 1 0 251 2 0 0 25 0 9 0 20474714 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4126538059 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15501] ppid=15498 vsize=868648 CPUtime=1.29
/proc/15499/task/15501/stat : 15501 (java) S 15498 15485 15388 0 -1 64 17933 0 0 0 122 7 0 0 16 0 9 0 20474715 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15502] ppid=15498 vsize=868648 CPUtime=0
/proc/15499/task/15502/stat : 15502 (java) S 15498 15485 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20474715 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15503] ppid=15498 vsize=868648 CPUtime=0
/proc/15499/task/15503/stat : 15503 (java) S 15498 15485 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20474716 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15504] ppid=15498 vsize=868648 CPUtime=0
/proc/15499/task/15504/stat : 15504 (java) S 15498 15485 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20474718 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15505] ppid=15498 vsize=868648 CPUtime=0.16
/proc/15499/task/15505/stat : 15505 (java) S 15498 15485 15388 0 -1 64 1460 0 0 0 15 1 0 0 16 0 9 0 20474718 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15506] ppid=15498 vsize=868648 CPUtime=0
/proc/15499/task/15506/stat : 15506 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20474718 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15507] ppid=15498 vsize=868648 CPUtime=0
/proc/15499/task/15507/stat : 15507 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20474718 889495552 21755 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890872

[startup+12.7022 s]
/proc/loadavg: 2.19 2.04 2.01 3/94 15507
/proc/meminfo: memFree=1525160/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=2.15
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1310 19515 0 1 6 1 196 12 15 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
[pid=15498] ppid=15485 vsize=5356 CPUtime=0
/proc/15498/stat : 15498 (sh) S 15485 15485 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20474713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15498/statm: 1339 233 193 169 0 50 0
[pid=15499] ppid=15498 vsize=868760 CPUtime=10.34
/proc/15499/stat : 15499 (java) S 15498 15485 15388 0 -1 0 65990 0 1 0 1001 33 0 0 18 0 9 0 20474713 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15499/statm: 217190 50518 2593 9 0 211667 0
[pid=15499/tid=15500] ppid=15498 vsize=868760 CPUtime=5.2
/proc/15499/task/15500/stat : 15500 (java) R 15498 15485 15388 0 -1 64 4598 0 1 0 514 6 0 0 25 0 9 0 20474714 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4126923204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15501] ppid=15498 vsize=868760 CPUtime=4.85
/proc/15499/task/15501/stat : 15501 (java) S 15498 15485 15388 0 -1 64 59159 0 0 0 461 24 0 0 16 0 9 0 20474715 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15502] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15502/stat : 15502 (java) S 15498 15485 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20474715 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15503] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15503/stat : 15503 (java) S 15498 15485 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20474716 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15504] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15504/stat : 15504 (java) S 15498 15485 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20474718 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15505] ppid=15498 vsize=868760 CPUtime=0.25
/proc/15499/task/15505/stat : 15505 (java) S 15498 15485 15388 0 -1 64 1530 0 0 0 24 1 0 0 16 0 9 0 20474718 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15506] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15506/stat : 15506 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20474718 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15507] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15507/stat : 15507 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20474718 889610240 50518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890984

[startup+25.5013 s]
/proc/loadavg: 2.15 2.04 2.01 3/94 15507
/proc/meminfo: memFree=1389032/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=2.15
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1310 19515 0 1 6 1 196 12 16 0 1 0 20474490 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1111 409 3 0 796 0
[pid=15498] ppid=15485 vsize=5356 CPUtime=0
/proc/15498/stat : 15498 (sh) S 15485 15485 15388 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20474713 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15498/statm: 1339 233 193 169 0 50 0
[pid=15499] ppid=15498 vsize=868760 CPUtime=22.95
/proc/15499/stat : 15499 (java) S 15498 15485 15388 0 -1 0 66230 0 1 0 2184 111 0 0 18 0 9 0 20474713 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15499/statm: 217190 50519 2593 9 0 211667 0
[pid=15499/tid=15500] ppid=15498 vsize=868760 CPUtime=17.62
/proc/15499/task/15500/stat : 15500 (java) R 15498 15485 15388 0 -1 64 4837 0 1 0 1679 83 0 0 25 0 9 0 20474714 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4126544111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15501] ppid=15498 vsize=868760 CPUtime=5.06
/proc/15499/task/15501/stat : 15501 (java) S 15498 15485 15388 0 -1 64 59159 0 0 0 480 26 0 0 16 0 9 0 20474715 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15502] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15502/stat : 15502 (java) S 15498 15485 15388 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20474715 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15503] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15503/stat : 15503 (java) S 15498 15485 15388 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20474716 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15504] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15504/stat : 15504 (java) S 15498 15485 15388 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20474718 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15505] ppid=15498 vsize=868760 CPUtime=0.25
/proc/15499/task/15505/stat : 15505 (java) S 15498 15485 15388 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 20474718 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15506] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15506/stat : 15506 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20474718 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15499/tid=15507] ppid=15498 vsize=868760 CPUtime=0
/proc/15499/task/15507/stat : 15507 (java) S 15498 15485 15388 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20474718 889610240 50519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 890984

[startup+51.1014 s]
/proc/loadavg: 2.10 2.04 2.01 3/86 15509
/proc/meminfo: memFree=1460968/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=27.34
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1365 86097 0 2 6 2 2584 142 16 0 1 0 20474490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1113 409 3 0 796 0
[pid=15508] ppid=15485 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (sh) S 15485 15485 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20477268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 232 193 169 0 50 0
[pid=15509] ppid=15508 vsize=103204 CPUtime=23.06
/proc/15509/stat : 15509 (picosat) R 15508 15485 15388 0 -1 4194304 23776 0 0 0 1058 1248 0 0 25 0 1 0 20477269 105680896 23762 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15509/statm: 25801 23762 40 102 0 25696 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 125428

[startup+102.307 s]
/proc/loadavg: 2.13 2.06 2.02 3/86 15509
/proc/meminfo: memFree=1264168/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=27.34
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1365 86097 0 2 6 2 2584 142 16 0 1 0 20474490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1113 409 3 0 796 0
[pid=15508] ppid=15485 vsize=5356 CPUtime=0
/proc/15508/stat : 15508 (sh) S 15485 15485 15388 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20477268 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15508/statm: 1339 232 193 169 0 50 0
[pid=15509] ppid=15508 vsize=289336 CPUtime=73.77
/proc/15509/stat : 15509 (picosat) R 15508 15485 15388 0 -1 4194304 70193 0 0 0 3621 3756 0 0 25 0 1 0 20477269 296280064 70163 996147200 134512640 134931368 4294956256 18446744073709551615 134582042 0 0 4096 0 0 0 0 17 1 0 0
/proc/15509/statm: 72334 70163 47 102 0 72229 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 311560

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

[startup+102.702 s]
/proc/loadavg: 2.13 2.06 2.02 3/86 15509
/proc/meminfo: memFree=1264168/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=101.34
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1446 156576 0 2 6 2 6222 3904 16 0 1 0 20474490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 16868

[startup+103.103 s]
/proc/loadavg: 2.13 2.06 2.02 3/86 15509
/proc/meminfo: memFree=1264168/2055920 swapFree=4192812/4192956
[pid=15485] ppid=15483 vsize=16868 CPUtime=101.34
/proc/15485/stat : 15485 (sugar) S 15483 15485 15388 0 -1 4194304 1449 156576 0 2 6 2 6222 3904 15 0 1 0 20474490 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15485/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 101.34
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 103.193
CPU time (s): 102.008
CPU user time (s): 62.8254
CPU system time (s): 39.183
CPU usage (%): 98.8525
Max. virtual memory (cumulated for all children) (KiB): 911360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.8254
system time used= 39.183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162105
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= 7713
involuntary context switches= 9745

runsolver used 0.140978 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 19:41:09
IDJOB=2064107
IDBENCH=54123
IDSOLVER=738
FILE ID=node3/2064107-1247334069
PBS_JOBID= 9506734
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064107-1247334069/watcher-2064107-1247334069 -o /tmp/evaluation-result-2064107-1247334069/solver-2064107-1247334069 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2064107-1247334069.xml

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

MD5SUM BENCH= da04246eb2c7c2038e1553efee1f24d9
RANDOM SEED=1345869081

node3.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.259
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.259
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:       1726312 kB
Buffers:         11004 kB
Cached:          75280 kB
SwapCached:        144 kB
Active:         248876 kB
Inactive:        25524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6084 kB
Writeback:           0 kB
Mapped:         203616 kB
Slab:            40308 kB
Committed_AS:   850344 kB
PageTables:       2076 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= 66372 MiB
End job on node3 at 2009-07-11 19:42:52