Trace number 1088165

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.13+picosatUNSAT 8.87465 9.0088

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f12.xml
MD5SUM923ef4c26cd9096899ec03d5df91c70b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.648901
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/picosat
0.02/0.04	c 0	BEGIN Sat Jul  5 10:17:13 2008
0.02/0.04	c 0	PID 5006
0.02/0.04	c 0	HOST node90.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1088165-1215245832.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088165-1215245832.xml' 'HOME/temp.csp'
0.03/0.62	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.75	c 1	Parsing HOME/temp.csp
0.60/0.98	c 1	parsed 4790 expressions
0.60/0.99	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.60/0.99	c 1	Converting to clausal form CSP
0.91/1.02	c 1	converted 479 (10%) expressions
1.21/1.35	c 1	converted 958 (20%) expressions
1.60/1.73	c 2	converted 1437 (30%) expressions
1.89/2.08	c 2	converted 1916 (40%) expressions
2.19/2.39	c 2	converted 2395 (50%) expressions
2.59/2.77	c 3	converted 2874 (60%) expressions
2.89/3.07	c 3	converted 3353 (70%) expressions
3.39/3.54	c 3	converted 3832 (80%) expressions
3.69/3.87	c 4	converted 4311 (90%) expressions
4.00/4.21	c 4	converted 4790 (100%) expressions
4.00/4.21	c 4	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
4.00/4.21	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.00/4.21	c 4	Propagation in CSP
4.57/4.73	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.57/4.73	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
4.57/4.73	c 5	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.60/4.74	c 5	Simplifing CSP by introducing new Boolean variables
4.82/4.98	c 5	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 32
4.82/4.98	c 5	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.18/5.34	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.18/5.39	c 5	68 (10%) CSP integer variables are encoded (1990 clauses, 23795 bytes)
5.27/5.40	c 5	136 (20%) CSP integer variables are encoded (3890 clauses, 48495 bytes)
5.27/5.42	c 5	204 (30%) CSP integer variables are encoded (5878 clauses, 74339 bytes)
5.27/5.43	c 5	272 (40%) CSP integer variables are encoded (7658 clauses, 97479 bytes)
5.27/5.44	c 5	340 (50%) CSP integer variables are encoded (9438 clauses, 120619 bytes)
5.27/5.46	c 5	408 (60%) CSP integer variables are encoded (11318 clauses, 148392 bytes)
5.27/5.47	c 5	476 (70%) CSP integer variables are encoded (13078 clauses, 174792 bytes)
5.27/5.49	c 5	544 (80%) CSP integer variables are encoded (14898 clauses, 202092 bytes)
5.27/5.50	c 5	612 (90%) CSP integer variables are encoded (16688 clauses, 228942 bytes)
5.38/5.51	c 5	680 (100%) CSP integer variables are encoded (18508 clauses, 256242 bytes)
5.48/5.66	c 6	1299 (10%) CSP clauses are encoded (42935 clauses, 719491 bytes)
5.58/5.79	c 6	2598 (20%) CSP clauses are encoded (68235 clauses, 1220909 bytes)
5.67/5.89	c 6	3897 (30%) CSP clauses are encoded (91396 clauses, 1676907 bytes)
5.88/6.00	c 6	5196 (40%) CSP clauses are encoded (116161 clauses, 2169601 bytes)
5.98/6.11	c 6	6495 (50%) CSP clauses are encoded (139808 clauses, 2636254 bytes)
6.08/6.21	c 6	7794 (60%) CSP clauses are encoded (162189 clauses, 3076492 bytes)
6.18/6.31	c 6	9093 (70%) CSP clauses are encoded (184180 clauses, 3509482 bytes)
6.27/6.42	c 6	10392 (80%) CSP clauses are encoded (206440 clauses, 3970865 bytes)
6.37/6.52	c 6	11691 (90%) CSP clauses are encoded (228399 clauses, 4428183 bytes)
6.47/6.61	c 7	12989 (100%) CSP clauses are encoded (250186 clauses, 4878672 bytes)
6.47/6.61	c 7	12989 CSP clauses encoded
6.47/6.62	c 7	Writing map file : HOME/temp.map
6.47/6.63	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.47/6.63	c 7	SAT : 27394 SAT variables, 250186 SAT clauses, 4878672 bytes
6.47/6.63	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.47/6.66	c 7	SOLVING HOME/temp.cnf
6.47/6.66	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
8.54/8.74	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.54/8.74	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.60/8.82	c 9	Decoding HOME/temp.out
8.74/8.99	s UNSATISFIABLE
8.74/9.00	c 9	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.74/9.00	c 9	CPU 7.46 (0.03 0.01 7.43 1.38)
8.74/9.00	c 9	END Sat Jul  5 10:17:22 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088165-1215245832/watcher-1088165-1215245832 -o /tmp/evaluation-result-1088165-1215245832/solver-1088165-1215245832 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1088165-1215245832.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.70 2.89 2.62 4/79 5006
/proc/meminfo: memFree=1500588/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=12272 CPUtime=0
/proc/5006/stat : 5006 (sugar) R 5004 5006 1466 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 680309864 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 256373734398 0 0 4224 0 0 0 0 17 1 0 0
/proc/5006/statm: 3068 328 246 3 0 168 0

[startup+0.0383181 s]
/proc/loadavg: 3.70 2.89 2.62 4/79 5006
/proc/meminfo: memFree=1500588/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13468 CPUtime=0.02
/proc/5006/stat : 5006 (sugar) R 5004 5006 1466 0 -1 4194304 763 0 0 0 2 0 0 0 18 0 1 0 680309864 13791232 731 996147200 4194304 4206940 548682068608 18446744073709551615 256364679905 0 0 4224 0 0 0 0 17 1 0 0
/proc/5006/statm: 3367 732 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.102319 s]
/proc/loadavg: 3.70 2.89 2.62 4/79 5006
/proc/meminfo: memFree=1500588/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.03
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 680309864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30134 s]
/proc/loadavg: 3.70 2.89 2.62 4/79 5006
/proc/meminfo: memFree=1500588/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.03
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 680309864 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702386 s]
/proc/loadavg: 3.70 2.89 2.62 4/79 5006
/proc/meminfo: memFree=1500588/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 956 7093 0 1 3 1 52 4 17 0 1 0 680309864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5006/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 3.70 2.89 2.62 3/90 5028
/proc/meminfo: memFree=1491148/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 973 7093 0 1 3 1 52 4 15 0 1 0 680309864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 797 370 3 0 500 0
[pid=5019] ppid=5006 vsize=5356 CPUtime=0
/proc/5019/stat : 5019 (sh) S 5006 5006 1466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 680309932 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5019/statm: 1339 233 193 169 0 50 0
[pid=5020] ppid=5019 vsize=868272 CPUtime=0.8
/proc/5020/stat : 5020 (java) S 5019 5006 1466 0 -1 0 6782 0 1 0 76 4 0 0 18 0 9 0 680309932 889110528 6124 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5020/statm: 217068 6128 2494 9 0 211643 0
[pid=5020/tid=5021] ppid=5019 vsize=868272 CPUtime=0.51
/proc/5020/task/5021/stat : 5021 (java) R 5019 5006 1466 0 -1 64 2666 0 1 0 50 1 0 0 23 0 9 0 680309933 889110528 6132 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5022] ppid=5019 vsize=868272 CPUtime=0.09
/proc/5020/task/5022/stat : 5022 (java) R 5019 5006 1466 0 -1 64 1999 0 0 0 9 0 0 0 16 0 9 0 680309934 889110528 6136 996147200 134512640 134550740 4294955952 18446744073709551615 103737197 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5023] ppid=5019 vsize=868272 CPUtime=0
/proc/5020/task/5023/stat : 5023 (java) S 5019 5006 1466 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 680309934 889110528 6140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5024] ppid=5019 vsize=868272 CPUtime=0
/proc/5020/task/5024/stat : 5024 (java) S 5019 5006 1466 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 680309934 889110528 6140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5025] ppid=5019 vsize=868272 CPUtime=0
/proc/5020/task/5025/stat : 5025 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680309936 889110528 6146 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5026] ppid=5019 vsize=868272 CPUtime=0.17
/proc/5020/task/5026/stat : 5026 (java) S 5019 5006 1466 0 -1 64 1442 0 0 0 16 1 0 0 16 0 9 0 680309936 889110528 6151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5027] ppid=5019 vsize=868272 CPUtime=0
/proc/5020/task/5027/stat : 5027 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680309936 889110528 6155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5028] ppid=5019 vsize=868272 CPUtime=0
/proc/5020/task/5028/stat : 5028 (java) S 5019 5006 1466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 680309936 889110528 6164 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10163 s]
/proc/loadavg: 3.70 2.89 2.62 3/90 5028
/proc/meminfo: memFree=1479436/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 973 7093 0 1 3 1 52 4 15 0 1 0 680309864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 797 370 3 0 500 0
[pid=5019] ppid=5006 vsize=5356 CPUtime=0
/proc/5019/stat : 5019 (sh) S 5006 5006 1466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 680309932 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5019/statm: 1339 233 193 169 0 50 0
[pid=5020] ppid=5019 vsize=868388 CPUtime=2.4
/proc/5020/stat : 5020 (java) S 5019 5006 1466 0 -1 0 10862 0 1 0 232 8 0 0 18 0 9 0 680309932 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5020/statm: 217097 10008 2540 9 0 211672 0
[pid=5020/tid=5021] ppid=5019 vsize=868388 CPUtime=1.74
/proc/5020/task/5021/stat : 5021 (java) R 5019 5006 1466 0 -1 64 2869 0 1 0 172 2 0 0 25 0 9 0 680309933 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4126575896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5022] ppid=5019 vsize=868388 CPUtime=0.44
/proc/5020/task/5022/stat : 5022 (java) S 5019 5006 1466 0 -1 64 5847 0 0 0 41 3 0 0 15 0 9 0 680309934 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5023] ppid=5019 vsize=868388 CPUtime=0
/proc/5020/task/5023/stat : 5023 (java) S 5019 5006 1466 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 680309934 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5024] ppid=5019 vsize=868388 CPUtime=0
/proc/5020/task/5024/stat : 5024 (java) S 5019 5006 1466 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 680309934 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5025] ppid=5019 vsize=868388 CPUtime=0
/proc/5020/task/5025/stat : 5025 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680309936 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5026] ppid=5019 vsize=868388 CPUtime=0.19
/proc/5020/task/5026/stat : 5026 (java) S 5019 5006 1466 0 -1 64 1454 0 0 0 18 1 0 0 16 0 9 0 680309936 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5027] ppid=5019 vsize=868388 CPUtime=0
/proc/5020/task/5027/stat : 5027 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680309936 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5028] ppid=5019 vsize=868388 CPUtime=0
/proc/5020/task/5028/stat : 5028 (java) S 5019 5006 1466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 680309936 889229312 10008 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887344

[startup+6.30297 s]
/proc/loadavg: 3.56 2.88 2.61 4/90 5028
/proc/meminfo: memFree=1446540/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 974 7093 0 1 3 1 52 4 15 0 1 0 680309864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 797 370 3 0 500 0
[pid=5019] ppid=5006 vsize=5356 CPUtime=0
/proc/5019/stat : 5019 (sh) S 5006 5006 1466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 680309932 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5019/statm: 1339 233 193 169 0 50 0
[pid=5020] ppid=5019 vsize=868500 CPUtime=5.58
/proc/5020/stat : 5020 (java) S 5019 5006 1466 0 -1 0 21283 0 1 0 542 16 0 0 18 0 9 0 680309932 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5020/statm: 217125 15232 2566 9 0 211672 0
[pid=5020/tid=5021] ppid=5019 vsize=868500 CPUtime=3.88
/proc/5020/task/5021/stat : 5021 (java) R 5019 5006 1466 0 -1 64 3494 0 1 0 383 5 0 0 25 0 9 0 680309933 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4126987244 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5022] ppid=5019 vsize=868500 CPUtime=1.41
/proc/5020/task/5022/stat : 5022 (java) S 5019 5006 1466 0 -1 64 15597 0 0 0 132 9 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5023] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5023/stat : 5023 (java) S 5019 5006 1466 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5024] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5024/stat : 5024 (java) S 5019 5006 1466 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5025] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5025/stat : 5025 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5026] ppid=5019 vsize=868500 CPUtime=0.26
/proc/5020/task/5026/stat : 5026 (java) S 5019 5006 1466 0 -1 64 1500 0 0 0 25 1 0 0 16 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5027] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5027/stat : 5027 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5028] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5028/stat : 5028 (java) S 5019 5006 1466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887456

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

[startup+6.50298 s]
/proc/loadavg: 3.56 2.88 2.61 4/90 5028
/proc/meminfo: memFree=1446540/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=0.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 974 7093 0 1 3 1 52 4 15 0 1 0 680309864 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 797 370 3 0 500 0
[pid=5019] ppid=5006 vsize=5356 CPUtime=0
/proc/5019/stat : 5019 (sh) S 5006 5006 1466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 680309932 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5019/statm: 1339 233 193 169 0 50 0
[pid=5020] ppid=5019 vsize=868500 CPUtime=5.77
/proc/5020/stat : 5020 (java) S 5019 5006 1466 0 -1 0 21291 0 1 0 560 17 0 0 18 0 9 0 680309932 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5020/statm: 217125 15232 2566 9 0 211672 0
[pid=5020/tid=5021] ppid=5019 vsize=868500 CPUtime=4.07
/proc/5020/task/5021/stat : 5021 (java) R 5019 5006 1466 0 -1 64 3502 0 1 0 402 5 0 0 25 0 9 0 680309933 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 102064753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5022] ppid=5019 vsize=868500 CPUtime=1.41
/proc/5020/task/5022/stat : 5022 (java) S 5019 5006 1466 0 -1 64 15597 0 0 0 132 9 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5023] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5023/stat : 5023 (java) S 5019 5006 1466 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5024] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5024/stat : 5024 (java) S 5019 5006 1466 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 680309934 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5025] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5025/stat : 5025 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5026] ppid=5019 vsize=868500 CPUtime=0.26
/proc/5020/task/5026/stat : 5026 (java) S 5019 5006 1466 0 -1 64 1500 0 0 0 25 1 0 0 16 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5027] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5027/stat : 5027 (java) S 5019 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5020/tid=5028] ppid=5019 vsize=868500 CPUtime=0
/proc/5020/task/5028/stat : 5028 (java) S 5019 5006 1466 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 680309936 889344000 15232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 887456

[startup+8.10115 s]
/proc/loadavg: 3.44 2.86 2.61 3/82 5030
/proc/meminfo: memFree=1486988/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=6.53
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 1023 28694 0 2 3 1 626 23 16 0 1 0 680309864 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 799 370 3 0 500 0
[pid=5029] ppid=5006 vsize=5356 CPUtime=0
/proc/5029/stat : 5029 (sh) S 5006 5006 1466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 680310530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5029/statm: 1339 232 193 169 0 50 0
[pid=5030] ppid=5029 vsize=8808 CPUtime=1.41
/proc/5030/stat : 5030 (picosat) R 5029 5006 1466 0 -1 4194304 1900 0 0 0 63 78 0 0 25 0 1 0 680310531 9019392 1886 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5030/statm: 2202 1886 40 102 0 2097 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 27764

[startup+8.50219 s]
/proc/loadavg: 3.44 2.86 2.61 3/82 5030
/proc/meminfo: memFree=1486988/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=6.53
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 1023 28694 0 2 3 1 626 23 16 0 1 0 680309864 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5006/statm: 3400 799 370 3 0 500 0
[pid=5029] ppid=5006 vsize=5356 CPUtime=0
/proc/5029/stat : 5029 (sh) S 5006 5006 1466 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 680310530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5029/statm: 1339 232 193 169 0 50 0
[pid=5030] ppid=5029 vsize=10128 CPUtime=1.82
/proc/5030/stat : 5030 (picosat) R 5029 5006 1466 0 -1 4194304 2314 0 0 0 81 101 0 0 25 0 1 0 680310531 10371072 2300 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5030/statm: 2532 2300 40 102 0 2427 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 29084

[startup+8.90223 s]
/proc/loadavg: 3.44 2.86 2.61 4/90 5040
/proc/meminfo: memFree=1487692/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=13600 CPUtime=8.6
/proc/5006/stat : 5006 (sugar) S 5004 5006 1466 0 -1 4194304 1090 31512 0 2 3 1 721 135 15 0 1 0 680309864 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5006/statm: 3400 799 370 3 0 500 0
[pid=5031] ppid=5006 vsize=5356 CPUtime=0
/proc/5031/stat : 5031 (sh) S 5006 5006 1466 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 680310738 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5031/statm: 1339 233 193 169 0 50 0
[pid=5032] ppid=5031 vsize=863884 CPUtime=0.14
/proc/5032/stat : 5032 (java) S 5031 5006 1466 0 -1 0 3493 0 1 0 12 2 0 0 20 0 9 0 680310739 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5032/statm: 215971 2964 1652 9 0 210553 0
[pid=5032/tid=5033] ppid=5031 vsize=863884 CPUtime=0.11
/proc/5032/task/5033/stat : 5033 (java) R 5031 5006 1466 0 -1 64 2451 0 1 0 10 1 0 0 25 0 9 0 680310740 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4125972991 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5034] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5034/stat : 5034 (java) S 5031 5006 1466 0 -1 64 111 0 0 0 0 0 0 0 16 0 9 0 680310741 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5035] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5035/stat : 5035 (java) S 5031 5006 1466 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 680310741 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5036] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5036/stat : 5036 (java) S 5031 5006 1466 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 680310741 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5037] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5037/stat : 5037 (java) S 5031 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 680310743 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5038] ppid=5031 vsize=863884 CPUtime=0.02
/proc/5032/task/5038/stat : 5038 (java) R 5031 5006 1466 0 -1 64 239 0 0 0 2 0 0 0 22 0 9 0 680310743 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 101691765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5039] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5039/stat : 5039 (java) S 5031 5006 1466 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 680310743 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5032/tid=5040] ppid=5031 vsize=863884 CPUtime=0
/proc/5032/task/5040/stat : 5040 (java) S 5031 5006 1466 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 680310743 884617216 2964 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 882840

[startup+9.00858 s]
/proc/loadavg: 3.44 2.86 2.61 4/90 5040
/proc/meminfo: memFree=1487692/2055920 swapFree=4147308/4192956
[pid=5006] ppid=5004 vsize=0 CPUtime=8.85
/proc/5006/stat : 5006 (sugar) Z 5004 5006 1466 0 -1 4194316 1148 35786 0 3 3 1 743 138 15 0 1 0 680309864 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 0 0 0
/proc/5006/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 9.0088
CPU time (s): 8.87465
CPU user time (s): 7.47286
CPU system time (s): 1.40179
CPU usage (%): 98.5109
Max. virtual memory (cumulated for all children) (KiB): 897652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.47286
system time used= 1.40179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36934
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= 4024
involuntary context switches= 3891

runsolver used 0.140978 second user time and 0.328949 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 10:17:13
IDJOB=1088165
IDBENCH=58069
IDSOLVER=345
FILE ID=node90/1088165-1215245832
PBS_JOBID= 7881833
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f12.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088165-1215245832/watcher-1088165-1215245832 -o /tmp/evaluation-result-1088165-1215245832/solver-1088165-1215245832 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1088165-1215245832.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 923ef4c26cd9096899ec03d5df91c70b
RANDOM SEED=743296428

node90.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1501068 kB
Buffers:         14888 kB
Cached:         127540 kB
SwapCached:      37024 kB
Active:         475800 kB
Inactive:        23556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501068 kB
SwapTotal:     4192956 kB
SwapFree:      4147308 kB
Dirty:            2228 kB
Writeback:           0 kB
Mapped:         364872 kB
Slab:            39552 kB
Committed_AS:  1355500 kB
PageTables:       2948 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= 66556 MiB
End job on node90 at 2008-07-05 10:17:22