Trace number 1080851

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+picosat? (TO) 1800.01 1804.35

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-95-9.xml
MD5SUM062c12e95edc5eb24e32ca6160b7df4f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1314
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 01:17:35 2008
0.00/0.04	c 0	PID 795
0.00/0.04	c 0	HOST node90.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1080851-1215213455.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1080851-1215213455.xml' 'HOME/temp.csp'
0.03/0.62	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 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.59/0.75	c 1	Parsing HOME/temp.csp
0.59/0.99	c 1	parsed 3732 expressions
0.59/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.59/0.99	c 1	Converting to clausal form CSP
0.59/1.02	c 1	converted 374 (10%) expressions
0.59/1.07	c 1	converted 747 (20%) expressions
1.00/1.18	c 1	converted 1120 (30%) expressions
1.10/1.21	c 1	converted 1493 (40%) expressions
1.10/1.22	c 1	converted 1866 (50%) expressions
1.10/1.23	c 1	converted 2240 (60%) expressions
1.10/1.24	c 1	converted 2613 (70%) expressions
1.10/1.25	c 1	converted 2986 (80%) expressions
1.10/1.26	c 1	converted 3359 (90%) expressions
1.10/1.27	c 1	converted 3732 (100%) expressions
1.10/1.27	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1314
1.10/1.27	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.10/1.27	c 1	Propagation in CSP
1.29/1.43	c 1	211862 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.43	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 711
1.29/1.43	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.39/1.51	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 711
1.39/1.51	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.58	c 1	30 (10%) CSP integer variables are encoded (16485 clauses, 225173 bytes)
1.49/1.60	c 2	60 (20%) CSP integer variables are encoded (33255 clauses, 476723 bytes)
1.49/1.63	c 2	90 (30%) CSP integer variables are encoded (49800 clauses, 724898 bytes)
1.49/1.65	c 2	120 (40%) CSP integer variables are encoded (68250 clauses, 1001648 bytes)
1.49/1.67	c 2	150 (50%) CSP integer variables are encoded (84195 clauses, 1240823 bytes)
1.49/1.69	c 2	180 (60%) CSP integer variables are encoded (100980 clauses, 1494915 bytes)
1.59/1.71	c 2	210 (70%) CSP integer variables are encoded (115425 clauses, 1740480 bytes)
1.59/1.73	c 2	240 (80%) CSP integer variables are encoded (134370 clauses, 2062545 bytes)
1.59/1.76	c 2	270 (90%) CSP integer variables are encoded (152715 clauses, 2374410 bytes)
1.59/1.77	c 2	300 (100%) CSP integer variables are encoded (166905 clauses, 2615640 bytes)
1.89/2.09	c 2	883 (10%) CSP clauses are encoded (321294 clauses, 5981035 bytes)
2.29/2.47	c 2	1766 (20%) CSP clauses are encoded (524531 clauses, 10602379 bytes)
2.59/2.78	c 3	2649 (30%) CSP clauses are encoded (686679 clauses, 14331497 bytes)
2.98/3.17	c 3	3532 (40%) CSP clauses are encoded (902356 clauses, 19299171 bytes)
3.38/3.51	c 3	4415 (50%) CSP clauses are encoded (1083353 clauses, 23478383 bytes)
3.68/3.83	c 4	5298 (60%) CSP clauses are encoded (1257052 clauses, 27477501 bytes)
4.58/5.12	c 5	6181 (70%) CSP clauses are encoded (1458154 clauses, 32119166 bytes)
4.88/5.45	c 5	7064 (80%) CSP clauses are encoded (1638257 clauses, 36275271 bytes)
5.18/5.78	c 6	7947 (90%) CSP clauses are encoded (1817929 clauses, 40530782 bytes)
5.57/6.16	c 6	8830 (100%) CSP clauses are encoded (2035647 clauses, 45566384 bytes)
5.57/6.16	c 6	8830 CSP clauses encoded
5.57/6.16	c 6	Writing map file : HOME/temp.map
5.57/6.17	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.57/6.17	c 6	SAT : 172905 SAT variables, 2035647 SAT clauses, 45566384 bytes
5.57/6.17	c 6	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.57/6.19	c 6	SOLVING HOME/temp.cnf
5.57/6.19	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1804.32	c ERROR INTERRUPTED
1800.01/1804.32	s UNKNOWN
1800.01/1804.32	c 1804	CPU 5.21 (0.03 0 5.18 0.46)
1800.01/1804.32	c 1804	END Sat Jul  5 01:47:39 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1080851-1215213455/watcher-1080851-1215213455 -o /tmp/evaluation-result-1080851-1215213455/solver-1080851-1215213455 -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-1080851-1215213455.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: 2.09 2.22 2.18 4/88 795
/proc/meminfo: memFree=1023372/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=12000 CPUtime=0
/proc/795/stat : 795 (sugar) R 793 795 32285 0 -1 4194304 175 0 0 0 0 0 0 0 21 0 1 0 677072060 12288000 143 996147200 4194304 4206940 548682068608 18446744073709551615 256385280427 0 0 4224 0 0 0 0 17 0 0 0
/proc/795/statm: 3000 143 108 3 0 100 0

[startup+0.104473 s]
/proc/loadavg: 2.09 2.22 2.18 4/88 795
/proc/meminfo: memFree=1023372/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.03
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677072060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/795/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201481 s]
/proc/loadavg: 2.09 2.22 2.18 4/88 795
/proc/meminfo: memFree=1023372/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.03
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677072060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/795/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30149 s]
/proc/loadavg: 2.09 2.22 2.18 4/88 795
/proc/meminfo: memFree=1023372/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.03
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 677072060 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/795/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701535 s]
/proc/loadavg: 2.09 2.22 2.18 4/88 795
/proc/meminfo: memFree=1023372/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.59
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 956 6759 0 1 3 0 52 4 16 0 1 0 677072060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 2.16 2.23 2.18 4/99 817
/proc/meminfo: memFree=1013556/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.59
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 974 6759 0 1 3 0 52 4 15 0 1 0 677072060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 797 370 3 0 500 0
[pid=808] ppid=795 vsize=5356 CPUtime=0
/proc/808/stat : 808 (sh) S 795 795 32285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677072128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/808/statm: 1339 233 193 169 0 50 0
[pid=809] ppid=808 vsize=868364 CPUtime=0.8
/proc/809/stat : 809 (java) S 808 795 32285 0 -1 0 7176 0 1 0 75 5 0 0 20 0 9 0 677072128 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/809/statm: 217091 6370 2540 9 0 211666 0
[pid=809/tid=810] ppid=808 vsize=868364 CPUtime=0.49
/proc/809/task/810/stat : 810 (java) R 808 795 32285 0 -1 64 2689 0 1 0 47 2 0 0 25 0 9 0 677072129 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4126574104 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=811] ppid=808 vsize=868364 CPUtime=0.1
/proc/809/task/811/stat : 811 (java) S 808 795 32285 0 -1 64 2320 0 0 0 9 1 0 0 16 0 9 0 677072130 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=812] ppid=808 vsize=868364 CPUtime=0
/proc/809/task/812/stat : 812 (java) S 808 795 32285 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 677072130 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=813] ppid=808 vsize=868364 CPUtime=0
/proc/809/task/813/stat : 813 (java) S 808 795 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677072130 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=814] ppid=808 vsize=868364 CPUtime=0
/proc/809/task/814/stat : 814 (java) S 808 795 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677072132 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=815] ppid=808 vsize=868364 CPUtime=0.18
/proc/809/task/815/stat : 815 (java) S 808 795 32285 0 -1 64 1474 0 0 0 18 0 0 0 16 0 9 0 677072132 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=816] ppid=808 vsize=868364 CPUtime=0
/proc/809/task/816/stat : 816 (java) S 808 795 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677072132 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=817] ppid=808 vsize=868364 CPUtime=0
/proc/809/task/817/stat : 817 (java) S 808 795 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677072132 889204736 6370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887320

[startup+3.10178 s]
/proc/loadavg: 2.16 2.23 2.18 4/99 817
/proc/meminfo: memFree=997556/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=0.59
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 974 6759 0 1 3 0 52 4 15 0 1 0 677072060 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 797 370 3 0 500 0
[pid=808] ppid=795 vsize=5356 CPUtime=0
/proc/808/stat : 808 (sh) S 795 795 32285 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677072128 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/808/statm: 1339 233 193 169 0 50 0
[pid=809] ppid=808 vsize=868476 CPUtime=2.39
/proc/809/stat : 809 (java) S 808 795 32285 0 -1 0 7877 0 1 0 221 18 0 0 20 0 9 0 677072128 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/809/statm: 217119 6572 2564 9 0 211666 0
[pid=809/tid=810] ppid=808 vsize=868476 CPUtime=1.87
/proc/809/task/810/stat : 810 (java) R 808 795 32285 0 -1 64 3234 0 1 0 175 12 0 0 25 0 9 0 677072129 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=811] ppid=808 vsize=868476 CPUtime=0.26
/proc/809/task/811/stat : 811 (java) S 808 795 32285 0 -1 64 2456 0 0 0 23 3 0 0 16 0 9 0 677072130 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=812] ppid=808 vsize=868476 CPUtime=0
/proc/809/task/812/stat : 812 (java) S 808 795 32285 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 677072130 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=813] ppid=808 vsize=868476 CPUtime=0
/proc/809/task/813/stat : 813 (java) S 808 795 32285 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677072130 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=814] ppid=808 vsize=868476 CPUtime=0
/proc/809/task/814/stat : 814 (java) S 808 795 32285 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677072132 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=815] ppid=808 vsize=868476 CPUtime=0.22
/proc/809/task/815/stat : 815 (java) S 808 795 32285 0 -1 64 1494 0 0 0 22 0 0 0 16 0 9 0 677072132 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=816] ppid=808 vsize=868476 CPUtime=0
/proc/809/task/816/stat : 816 (java) S 808 795 32285 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677072132 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=809/tid=817] ppid=808 vsize=868476 CPUtime=0
/proc/809/task/817/stat : 817 (java) S 808 795 32285 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677072132 889319424 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887432

[startup+6.30112 s]
/proc/loadavg: 2.16 2.23 2.18 3/99 817
/proc/meminfo: memFree=966644/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1005 15657 0 2 3 0 518 46 15 0 1 0 677072060 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 13600

[startup+12.7018 s]
/proc/loadavg: 2.45 2.29 2.20 3/91 819
/proc/meminfo: memFree=948404/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=34912 CPUtime=4.21
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 7088 0 0 0 190 231 0 0 25 0 1 0 677072906 35749888 7074 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 8728 7074 40 102 0 8623 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 53868

[startup+25.5011 s]
/proc/loadavg: 2.76 2.36 2.22 3/91 819
/proc/meminfo: memFree=899452/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=82240 CPUtime=16.64
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 18720 0 0 0 759 905 0 0 25 0 1 0 677072906 84213760 18706 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 20560 18706 40 102 0 20455 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 101196

[startup+51.1066 s]
/proc/loadavg: 3.64 2.61 2.31 3/91 819
/proc/meminfo: memFree=897148/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=87672 CPUtime=42.08
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 19273 0 0 0 3280 928 0 0 25 0 1 0 677072906 89776128 19259 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 21918 19259 42 102 0 21813 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 106628

[startup+102.302 s]
/proc/loadavg: 4.80 3.08 2.48 3/91 819
/proc/meminfo: memFree=896764/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=88200 CPUtime=93.2
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 19402 0 0 0 8392 928 0 0 25 0 1 0 677072906 90316800 19388 996147200 134512640 134931368 4294956256 18446744073709551615 134524096 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 22050 19388 42 102 0 21945 0
Current children cumulated CPU time (s) 98.87
Current children cumulated vsize (KiB) 107156

[startup+162.301 s]
/proc/loadavg: 3.63 3.11 2.53 3/91 819
/proc/meminfo: memFree=897660/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=88860 CPUtime=152.85
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 19592 0 0 0 14356 929 0 0 25 0 1 0 677072906 90992640 19578 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 22215 19578 42 102 0 22110 0
Current children cumulated CPU time (s) 158.52

################
# More data... #
################

/proc/meminfo: memFree=887804/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=97712 CPUtime=1352.52
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22058 0 0 0 134320 932 0 0 25 0 1 0 677072906 100057088 21948 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 24428 21948 48 102 0 24323 0
Current children cumulated CPU time (s) 1358.19
Current children cumulated vsize (KiB) 116668

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/91 819
/proc/meminfo: memFree=887804/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=97712 CPUtime=1412.5
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22059 0 0 0 140318 932 0 0 25 0 1 0 677072906 100057088 21949 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 24428 21949 48 102 0 24323 0
Current children cumulated CPU time (s) 1418.17
Current children cumulated vsize (KiB) 116668

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/91 819
/proc/meminfo: memFree=887740/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=97712 CPUtime=1472.49
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22059 0 0 0 146317 932 0 0 25 0 1 0 677072906 100057088 21949 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 24428 21949 48 102 0 24323 0
Current children cumulated CPU time (s) 1478.16
Current children cumulated vsize (KiB) 116668

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/91 819
/proc/meminfo: memFree=887804/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=97712 CPUtime=1532.47
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22059 0 0 0 152315 932 0 0 25 0 1 0 677072906 100057088 21949 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 24428 21949 48 102 0 24323 0
Current children cumulated CPU time (s) 1538.14
Current children cumulated vsize (KiB) 116668

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/91 819
/proc/meminfo: memFree=886652/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=98768 CPUtime=1592.46
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22323 0 0 0 158314 932 0 0 25 0 1 0 677072906 101138432 22213 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/819/statm: 24692 22213 48 102 0 24587 0
Current children cumulated CPU time (s) 1598.13
Current children cumulated vsize (KiB) 117724

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.08 3/92 861
/proc/meminfo: memFree=1495020/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=99824 CPUtime=1652.4
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22580 0 0 0 164307 933 0 0 25 0 1 0 677072906 102219776 22470 996147200 134512640 134931368 4294956256 18446744073709551615 134523092 0 0 4096 0 0 0 0 17 0 0 0
/proc/819/statm: 24956 22470 48 102 0 24851 0
Current children cumulated CPU time (s) 1658.07
Current children cumulated vsize (KiB) 118780

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.07 3/91 863
/proc/meminfo: memFree=1493292/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=100484 CPUtime=1712.37
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 22767 0 0 0 170304 933 0 0 25 0 1 0 677072906 102895616 22657 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/819/statm: 25121 22657 48 102 0 25016 0
Current children cumulated CPU time (s) 1718.04
Current children cumulated vsize (KiB) 119440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/91 863
/proc/meminfo: memFree=1492012/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=101672 CPUtime=1772.34
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 23054 0 0 0 176301 933 0 0 25 0 1 0 677072906 104112128 22944 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/819/statm: 25418 22944 48 102 0 25313 0
Current children cumulated CPU time (s) 1778.01
Current children cumulated vsize (KiB) 120628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/91 863
/proc/meminfo: memFree=1491628/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=102068 CPUtime=1794.34
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 23154 0 0 0 178501 933 0 0 25 0 1 0 677072906 104517632 23044 996147200 134512640 134931368 4294956256 18446744073709551615 134522819 0 0 4096 0 0 0 0 17 0 0 0
/proc/819/statm: 25517 23044 48 102 0 25412 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121024

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/91 863
/proc/meminfo: memFree=1491628/2055920 swapFree=4146768/4192956
[pid=795] ppid=793 vsize=13600 CPUtime=5.67
/proc/795/stat : 795 (sugar) S 793 795 32285 0 -1 4194304 1022 15657 0 2 3 0 518 46 16 0 1 0 677072060 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/795/statm: 3400 799 370 3 0 500 0
[pid=818] ppid=795 vsize=5356 CPUtime=0
/proc/818/stat : 818 (sh) S 795 795 32285 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677072680 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/818/statm: 1339 232 193 169 0 50 0
[pid=819] ppid=818 vsize=102068 CPUtime=1794.34
/proc/819/stat : 819 (picosat) R 818 795 32285 0 -1 4194304 23154 0 0 0 178501 933 0 0 25 0 1 0 677072906 104517632 23044 996147200 134512640 134931368 4294956256 18446744073709551615 134522819 0 0 4096 0 0 0 0 17 0 0 0
/proc/819/statm: 25517 23044 48 102 0 25412 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 121024

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 795 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=220206
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=497924
# CPU time returned by wait4() is 5.71813
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.35
CPU time (s): 1800.01
CPU user time (s): 1790.22
CPU system time (s): 9.79
CPU usage (%): 99.7596
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.22021
system time used= 0.497924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17034
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10675
involuntary context switches= 10591

runsolver used 2.47562 second user time and 7.19491 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-05 01:17:35
IDJOB=1080851
IDBENCH=57035
IDSOLVER=345
FILE ID=node90/1080851-1215213455
PBS_JOBID= 7881806
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-95-9.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-1080851-1215213455/watcher-1080851-1215213455 -o /tmp/evaluation-result-1080851-1215213455/solver-1080851-1215213455 -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-1080851-1215213455.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 062c12e95edc5eb24e32ca6160b7df4f
RANDOM SEED=604092043

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:       1023860 kB
Buffers:         54600 kB
Cached:         158188 kB
SwapCached:      37656 kB
Active:         904480 kB
Inactive:        66852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1023860 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         772024 kB
Slab:            43696 kB
Committed_AS:  1689628 kB
PageTables:       3928 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 01:47:41