Trace number 2058233

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 10.1535 10.4089

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-8_ext.xml
MD5SUM36e7948d4eb9ec3ba95226d8041bc346
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.00309
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:54:18 2009
0.00/0.08	c 0	PID 10107
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2058233-1247320458.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-2058233-1247320458.xml' 'HOME/temp.csp'
0.06/0.76	c 0	26 domains, 625 variables, 0 predicates, 26 relations, 9300 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.89	c 1	Parsing HOME/temp.csp
0.73/1.04	c 1	parsed 9977 expressions
0.73/1.05	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.73/1.05	c 1	Converting to clausal form CSP
1.00/1.11	c 1	converted 998 (10%) expressions
1.00/1.15	c 1	converted 1996 (20%) expressions
1.09/1.29	c 1	converted 2994 (30%) expressions
1.19/1.31	c 1	converted 3991 (40%) expressions
1.19/1.39	c 1	converted 4989 (50%) expressions
1.29/1.42	c 1	converted 5987 (60%) expressions
1.29/1.44	c 1	converted 6984 (70%) expressions
1.29/1.46	c 1	converted 7982 (80%) expressions
1.29/1.49	c 1	converted 8980 (90%) expressions
1.38/1.59	c 1	converted 9977 (100%) expressions
1.38/1.59	c 1	CSP : 625 integers, 0 booleans, 9300 clauses, largest domain size 25
1.38/1.59	c 1	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.38/1.59	c 1	Propagation in CSP
1.48/1.60	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.48/1.60	c 1	CSP : 625 integers, 0 booleans, 9300 clauses, largest domain size 25
1.48/1.60	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.48/1.64	c 1	Simplifing CSP by introducing new Boolean variables
1.48/1.64	c 1	CSP : 625 integers, 0 booleans, 9300 clauses, largest domain size 25
1.48/1.64	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.58/1.74	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.58/1.76	c 1	63 (10%) CSP integer variables are encoded (552 clauses, 5930 bytes)
1.58/1.76	c 1	125 (20%) CSP integer variables are encoded (1127 clauses, 12594 bytes)
1.58/1.76	c 1	188 (30%) CSP integer variables are encoded (1656 clauses, 19471 bytes)
1.58/1.77	c 1	250 (40%) CSP integer variables are encoded (2185 clauses, 26348 bytes)
1.58/1.77	c 1	313 (50%) CSP integer variables are encoded (2668 clauses, 32627 bytes)
1.58/1.77	c 1	375 (60%) CSP integer variables are encoded (3243 clauses, 40102 bytes)
1.58/1.77	c 1	438 (70%) CSP integer variables are encoded (3772 clauses, 46979 bytes)
1.58/1.77	c 1	500 (80%) CSP integer variables are encoded (4324 clauses, 54155 bytes)
1.58/1.77	c 1	563 (90%) CSP integer variables are encoded (4876 clauses, 61331 bytes)
1.58/1.77	c 1	625 (100%) CSP integer variables are encoded (5405 clauses, 68208 bytes)
1.68/1.90	c 2	930 (10%) CSP clauses are encoded (11231 clauses, 175772 bytes)
1.78/1.96	c 2	1860 (20%) CSP clauses are encoded (17321 clauses, 293534 bytes)
1.88/2.02	c 2	2790 (30%) CSP clauses are encoded (22835 clauses, 407563 bytes)
1.88/2.07	c 2	3720 (40%) CSP clauses are encoded (28277 clauses, 525589 bytes)
1.98/2.13	c 2	4650 (50%) CSP clauses are encoded (33863 clauses, 646926 bytes)
1.98/2.19	c 2	5580 (60%) CSP clauses are encoded (39761 clauses, 775602 bytes)
2.08/2.25	c 2	6510 (70%) CSP clauses are encoded (45107 clauses, 891254 bytes)
2.18/2.31	c 2	7440 (80%) CSP clauses are encoded (50669 clauses, 1012018 bytes)
2.18/2.37	c 2	8370 (90%) CSP clauses are encoded (56711 clauses, 1144160 bytes)
2.27/2.43	c 2	9300 (100%) CSP clauses are encoded (62225 clauses, 1263737 bytes)
2.27/2.43	c 2	9300 CSP clauses encoded
2.27/2.43	c 2	Writing map file : HOME/temp.map
2.27/2.44	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.27/2.44	c 2	SAT : 5640 SAT variables, 62225 SAT clauses, 1263737 bytes
2.27/2.44	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.27/2.49	c 2	SOLVING HOME/temp.cnf
2.27/2.49	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
9.85/10.14	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.85/10.14	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.91/10.21	c 10	Decoding HOME/temp.out
9.91/10.33	s SATISFIABLE
9.91/10.36	v 4 18 8 24 15 22 23 21 11 5 1 2 6 16 3 0 19 14 12 10 20 17 13 9 7 24 7 14 13 21 4 1 2 5 20 0 15 8 6 17 3 11 10 16 22 18 9 12 23 19 19 0 4 11 17 2 6 12 10 24 13 16 23 8 20 9 5 21 1 15 7 22 18 14 3 17 4 2 16 11 24 22 14 6 7 8 19 10 1 23 12 0 5 13 18 3 20 15 21 9 10 19 6 3 20 13 5 7 24 22 17 11 0 12 14 16 1 9 4 8 23 18 21 2 15 2 8 21 6 5 9 13 0 20 14 23 10 18 24 22 7 15 19 11 16 4 12 17 3 1 15 12 16 9 24 11 21 5 8 19 6 17 4 0 1 22 14 18 7 23 13 3 10 20 2 20 2 18 10 4 0 16 8 3 15 14 23 17 9 12 1 13 24 19 7 11 5 6 22 21 8 20 22 19 2 16 17 6 0 4 3 21 9 7 24 11 18 12 23 14 15 13 1 5 10 23 3 10 7 0 14 2 13 21 9 11 22 1 19 16 15 20 17 5 12 24 8 4 18 6 13 6 0 22 14 20 24 23 15 12 4 9 5 2 10 18 7 8 21 3 17 19 11 1 16 14 17 5 21 8 19 15 20 18 6 24 1 12 3 2 13 10 16 9 11 22 7 23 4 0 0 1 13 20 3 18 14 16 17 23 21 24 15 5 7 4 12 11 10 6 9 2 19 8 22 21 22 3 17 16 12 4 9 7 18 19 20 2 14 15 23 8 1 0 13 10 6 5 24 11 5 15 12 4 22 8 19 24 23 1 7 0 14 20 9 21 16 13 17 2 6 11 3 10 18 16 13 20 12 6 5 11 19 14 10 9 7 22 4 18 17 21 3 8 0 1 23 2 15 24 18 9 7 14 19 6 10 15 1 11 20 3 13 23 21 8 17 4 2 24 12 16 22 0 5 1 10 15 23 9 7 18 17 16 21 12 4 24 11 13 6 3 22 20 5 2 0 8 19 14 11 21 24 18 13 17 8 22 12 3 5 14 16 10 6 2 9 23 15 4 19 1 0 7 20 9 14 23 2 10 3 20 11 4 8 15 12 7 21 0 19 22 6 18 1 5 24 16 13 17 12 16 1 15 7 23 9 3 22 13 2 5 11 18 19 24 4 20 6 21 0 10 14 17 8 7 23 19 5 18 10 3 1 13 0 22 8 21 17 11 14 2 15 24 20 16 4 9 6 12 3 5 11 1 12 15 7 18 2 17 10 6 19 13 8 20 23 0 22 9 14 21 24 16 4 22 24 17 0 1 21 12 10 9 16 18 13 20 15 4 5 6 2 3 19 8 14 7 11 23 6 11 9 8 23 1 0 4 19 2 16 18 3 22 5 10 24 7 14 17 21 15 20 12 13
9.91/10.37	c 10	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.92/10.40	c 10	CPU 10.14 (0.06 0.02 9.54 0.52)
9.92/10.40	c 10	END Sat Jul 11 15:54:28 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-2058233-1247320458/watcher-2058233-1247320458 -o /tmp/evaluation-result-2058233-1247320458/solver-2058233-1247320458 -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-2058233-1247320458.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 10107
/proc/meminfo: memFree=933516/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=12268 CPUtime=0
/proc/10107/stat : 10107 (sugar) R 10105 10107 9593 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19112885 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/10107/statm: 3067 316 241 3 0 167 0

[startup+0.107103 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 10107
/proc/meminfo: memFree=933516/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=0.06
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19112885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201112 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 10107
/proc/meminfo: memFree=933516/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=0.06
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19112885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301124 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 10107
/proc/meminfo: memFree=933516/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=0.06
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19112885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701168 s]
/proc/loadavg: 1.92 1.95 1.83 4/74 10107
/proc/meminfo: memFree=933516/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=0.06
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19112885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 1.92 1.95 1.83 4/85 10129
/proc/meminfo: memFree=921388/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=0.73
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1309 7795 0 1 5 1 63 4 15 0 1 0 19112885 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1111 409 3 0 796 0
[pid=10120] ppid=10107 vsize=5356 CPUtime=0
/proc/10120/stat : 10120 (sh) S 10107 10107 9593 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19112967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10120/statm: 1339 233 193 169 0 50 0
[pid=10121] ppid=10120 vsize=868560 CPUtime=0.65
/proc/10121/stat : 10121 (java) S 10120 10107 9593 0 -1 0 9540 0 1 0 61 4 0 0 18 0 9 0 19112967 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10121/statm: 217140 8772 2566 9 0 211645 0
[pid=10121/tid=10122] ppid=10120 vsize=868560 CPUtime=0.31
/proc/10121/task/10122/stat : 10122 (java) R 10120 10107 9593 0 -1 64 2664 0 1 0 30 1 0 0 21 0 9 0 19112968 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10123] ppid=10120 vsize=868560 CPUtime=0.2
/proc/10121/task/10123/stat : 10123 (java) R 10120 10107 9593 0 -1 64 4786 0 0 0 19 1 0 0 16 0 9 0 19112969 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 101607026 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10124] ppid=10120 vsize=868560 CPUtime=0
/proc/10121/task/10124/stat : 10124 (java) S 10120 10107 9593 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19112969 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10125] ppid=10120 vsize=868560 CPUtime=0
/proc/10121/task/10125/stat : 10125 (java) S 10120 10107 9593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19112969 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10126] ppid=10120 vsize=868560 CPUtime=0
/proc/10121/task/10126/stat : 10126 (java) S 10120 10107 9593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19112971 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10127] ppid=10120 vsize=868560 CPUtime=0.11
/proc/10121/task/10127/stat : 10127 (java) S 10120 10107 9593 0 -1 64 1391 0 0 0 11 0 0 0 16 0 9 0 19112971 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10128] ppid=10120 vsize=868560 CPUtime=0
/proc/10121/task/10128/stat : 10128 (java) S 10120 10107 9593 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19112971 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10121/tid=10129] ppid=10120 vsize=868560 CPUtime=0
/proc/10121/task/10129/stat : 10129 (java) S 10120 10107 9593 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19112971 889405440 8772 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890784

[startup+3.10143 s]
/proc/loadavg: 1.92 1.95 1.83 3/85 10129
/proc/meminfo: memFree=902060/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30279 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925876/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
[pid=10130] ppid=10107 vsize=5356 CPUtime=0
/proc/10130/stat : 10130 (sh) S 10107 10107 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19113135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10130/statm: 1339 232 193 169 0 50 0
[pid=10131] ppid=10130 vsize=3296 CPUtime=3.75
/proc/10131/stat : 10131 (picosat) R 10130 10107 9593 0 -1 4194304 708 0 0 0 339 36 0 0 25 0 1 0 19113135 3375104 689 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10131/statm: 824 689 48 102 0 719 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 25520

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

[startup+6.4028 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925876/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
[pid=10130] ppid=10107 vsize=5356 CPUtime=0
/proc/10130/stat : 10130 (sh) S 10107 10107 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19113135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10130/statm: 1339 232 193 169 0 50 0
[pid=10131] ppid=10130 vsize=3296 CPUtime=3.85
/proc/10131/stat : 10131 (picosat) R 10130 10107 9593 0 -1 4194304 716 0 0 0 349 36 0 0 25 0 1 0 19113135 3375104 697 996147200 134512640 134931368 4294956256 18446744073709551615 134522787 0 0 4096 0 0 0 0 17 1 0 0
/proc/10131/statm: 824 697 48 102 0 719 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 25520

[startup+8.00198 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925748/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
[pid=10130] ppid=10107 vsize=5356 CPUtime=0
/proc/10130/stat : 10130 (sh) S 10107 10107 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19113135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10130/statm: 1339 232 193 169 0 50 0
[pid=10131] ppid=10130 vsize=3296 CPUtime=5.43
/proc/10131/stat : 10131 (picosat) R 10130 10107 9593 0 -1 4194304 725 0 0 0 507 36 0 0 25 0 1 0 19113135 3375104 706 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10131/statm: 824 706 48 102 0 719 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 25520

[startup+9.60116 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925748/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
[pid=10130] ppid=10107 vsize=5356 CPUtime=0
/proc/10130/stat : 10130 (sh) S 10107 10107 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19113135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10130/statm: 1339 232 193 169 0 50 0
[pid=10131] ppid=10130 vsize=3428 CPUtime=7.02
/proc/10131/stat : 10131 (picosat) R 10130 10107 9593 0 -1 4194304 751 0 0 0 666 36 0 0 25 0 1 0 19113135 3510272 732 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/10131/statm: 857 732 48 102 0 752 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 25652

[startup+10.0062 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925684/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=2.34
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1365 18264 0 2 5 2 215 12 16 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
[pid=10130] ppid=10107 vsize=5356 CPUtime=0
/proc/10130/stat : 10130 (sh) S 10107 10107 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19113135 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10130/statm: 1339 232 193 169 0 50 0
[pid=10131] ppid=10130 vsize=3428 CPUtime=7.42
/proc/10131/stat : 10131 (picosat) R 10130 10107 9593 0 -1 4194304 751 0 0 0 706 36 0 0 25 0 1 0 19113135 3510272 732 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/10131/statm: 857 732 48 102 0 752 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 25652

[startup+10.4012 s]
/proc/loadavg: 1.93 1.95 1.83 3/77 10131
/proc/meminfo: memFree=925684/2055920 swapFree=4192956/4192956
[pid=10107] ppid=10105 vsize=16868 CPUtime=9.92
/proc/10107/stat : 10107 (sugar) S 10105 10107 9593 0 -1 4194304 1449 19306 0 2 6 2 935 49 15 0 1 0 19112885 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10107/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 9.92
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 10.4089
CPU time (s): 10.1535
CPU user time (s): 9.60154
CPU system time (s): 0.551916
CPU usage (%): 97.546
Max. virtual memory (cumulated for all children) (KiB): 891004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60154
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24761
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= 3376
involuntary context switches= 3429

runsolver used 0.015997 second user time and 0.046992 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 15:54:18
IDJOB=2058233
IDBENCH=53457
IDSOLVER=738
FILE ID=node9/2058233-1247320458
PBS_JOBID= 9506609
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-8_ext.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-2058233-1247320458/watcher-2058233-1247320458 -o /tmp/evaluation-result-2058233-1247320458/solver-2058233-1247320458 -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-2058233-1247320458.xml

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

MD5SUM BENCH= 36e7948d4eb9ec3ba95226d8041bc346
RANDOM SEED=1010229627

node9.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.216
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.216
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:        933996 kB
Buffers:         59488 kB
Cached:         985740 kB
SwapCached:          0 kB
Active:         423624 kB
Inactive:       645924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        933996 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1976 kB
Writeback:           0 kB
Mapped:          35004 kB
Slab:            37864 kB
Committed_AS:   200164 kB
PageTables:       1752 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= 66396 MiB
End job on node9 at 2009-07-11 15:54:28