Trace number 1092519

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.02 1800.23

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-0.xml
MD5SUM694094fc9258bd0927570f73a0c21c65
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 18:35:04 2008
0.00/0.05	c 0	PID 535
0.03/0.05	c 0	HOST node16.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1092519-1215275704.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092519-1215275704.xml' 'HOME/temp.csp'
0.03/0.93	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.90/1.07	c 1	Parsing HOME/temp.csp
1.21/1.32	c 1	parsed 4982 expressions
1.21/1.33	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.33	c 1	Converting to clausal form CSP
1.21/1.35	c 1	converted 499 (10%) expressions
1.32/1.41	c 1	converted 997 (20%) expressions
1.32/1.45	c 1	converted 1495 (30%) expressions
1.32/1.49	c 1	converted 1993 (40%) expressions
1.50/1.51	c 1	converted 2491 (50%) expressions
1.50/1.52	c 1	converted 2990 (60%) expressions
1.50/1.53	c 1	converted 3488 (70%) expressions
1.50/1.55	c 1	converted 3986 (80%) expressions
1.50/1.56	c 1	converted 4484 (90%) expressions
1.60/1.61	c 1	converted 4982 (100%) expressions
1.60/1.61	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1663
1.60/1.61	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.60/1.61	c 1	Propagation in CSP
1.81/1.86	c 2	383211 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.81/1.86	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 901
1.81/1.86	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.87	c 2	Simplifing CSP by introducing new Boolean variables
1.90/1.91	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 901
1.90/1.91	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/1.96	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.00/2.00	c 2	40 (10%) CSP integer variables are encoded (20820 clauses, 290192 bytes)
2.00/2.02	c 2	80 (20%) CSP integer variables are encoded (41440 clauses, 599492 bytes)
2.00/2.05	c 2	120 (30%) CSP integer variables are encoded (66000 clauses, 967892 bytes)
2.00/2.08	c 2	160 (40%) CSP integer variables are encoded (90840 clauses, 1340492 bytes)
2.11/2.11	c 2	200 (50%) CSP integer variables are encoded (114740 clauses, 1728827 bytes)
2.11/2.14	c 2	240 (60%) CSP integer variables are encoded (139240 clauses, 2145327 bytes)
2.11/2.18	c 2	280 (70%) CSP integer variables are encoded (169500 clauses, 2659747 bytes)
2.22/2.22	c 2	320 (80%) CSP integer variables are encoded (203120 clauses, 3231287 bytes)
2.22/2.26	c 2	360 (90%) CSP integer variables are encoded (234920 clauses, 3771887 bytes)
2.22/2.29	c 2	400 (100%) CSP integer variables are encoded (261420 clauses, 4222387 bytes)
2.70/2.75	c 2	1178 (10%) CSP clauses are encoded (481437 clauses, 9097237 bytes)
3.10/3.14	c 3	2356 (20%) CSP clauses are encoded (677144 clauses, 13632594 bytes)
3.60/3.61	c 3	3534 (30%) CSP clauses are encoded (920345 clauses, 19283573 bytes)
4.00/4.07	c 4	4712 (40%) CSP clauses are encoded (1153087 clauses, 24681574 bytes)
4.59/4.64	c 4	5890 (50%) CSP clauses are encoded (1422132 clauses, 30948237 bytes)
5.08/5.16	c 5	7068 (60%) CSP clauses are encoded (1669392 clauses, 36708465 bytes)
5.68/5.75	c 5	8246 (70%) CSP clauses are encoded (1955885 clauses, 43410810 bytes)
6.27/6.36	c 6	9424 (80%) CSP clauses are encoded (2260596 clauses, 50821264 bytes)
6.96/7.02	c 7	10602 (90%) CSP clauses are encoded (2589303 clauses, 58754974 bytes)
7.76/7.84	c 8	11780 (100%) CSP clauses are encoded (3019882 clauses, 68766875 bytes)
7.76/7.84	c 8	11780 CSP clauses encoded
7.76/7.84	c 8	Writing map file : HOME/temp.map
7.76/7.85	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.85	c 8	SAT : 269420 SAT variables, 3019882 SAT clauses, 68766875 bytes
7.76/7.85	c 8	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.76/7.87	c 8	SOLVING HOME/temp.cnf
7.76/7.87	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1800.21	c ERROR INTERRUPTED
1800.02/1800.22	s UNKNOWN
1800.02/1800.22	c 1800	CPU 7.21 (0.04 0.01 7.17 0.62)
1800.02/1800.22	c 1800	END Sat Jul  5 19:05:04 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-1092519-1215275704/watcher-1092519-1215275704 -o /tmp/evaluation-result-1092519-1215275704/solver-1092519-1215275704 -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-1092519-1215275704.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.04 2.01 2.00 4/81 535
/proc/meminfo: memFree=1023112/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=12268 CPUtime=0
/proc/535/stat : 535 (sugar) R 533 535 31941 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2006544965 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/535/statm: 3067 316 241 3 0 167 0

[startup+0.0512401 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 535
/proc/meminfo: memFree=1023112/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.03
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2006544965 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101832 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 535
/proc/meminfo: memFree=1023112/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.03
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006544965 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301774 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 535
/proc/meminfo: memFree=1023112/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.03
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006544965 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702677 s]
/proc/loadavg: 2.04 2.01 2.00 4/81 535
/proc/meminfo: memFree=1023112/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.03
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2006544965 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50146 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 549
/proc/meminfo: memFree=1020656/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.9
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 974 7190 0 1 3 0 83 4 16 0 1 0 2006544965 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 797 370 3 0 500 0
[pid=548] ppid=535 vsize=5356 CPUtime=0
/proc/548/stat : 548 (sh) S 535 535 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545064 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/548/statm: 1339 233 193 169 0 50 0
[pid=549] ppid=548 vsize=869264 CPUtime=0.6
/proc/549/stat : 549 (java) S 548 535 31941 0 -1 0 5585 0 1 0 56 4 0 0 18 0 9 0 2006545064 890126336 4982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/549/statm: 217316 4982 1734 9 0 211891 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 888220

[startup+3.10105 s]
/proc/loadavg: 2.04 2.01 2.00 4/93 595
/proc/meminfo: memFree=1721128/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.91
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 974 7190 0 1 3 1 83 4 15 0 1 0 2006544965 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/535/statm: 3400 797 370 3 0 500 0
[pid=548] ppid=535 vsize=5356 CPUtime=0
/proc/548/stat : 548 (sh) S 535 535 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545064 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/548/statm: 1339 233 193 169 0 50 0
[pid=549] ppid=548 vsize=869376 CPUtime=2.19
/proc/549/stat : 549 (java) S 548 535 31941 0 -1 0 8275 0 1 0 205 14 0 0 18 0 9 0 2006545064 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/549/statm: 217344 7085 2564 9 0 211891 0
[pid=549/tid=550] ppid=548 vsize=869376 CPUtime=1.7
/proc/549/task/550/stat : 550 (java) R 548 535 31941 0 -1 64 3103 0 1 0 160 10 0 0 25 0 9 0 2006545066 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=551] ppid=548 vsize=869376 CPUtime=0.25
/proc/549/task/551/stat : 551 (java) S 548 535 31941 0 -1 64 2933 0 0 0 23 2 0 0 16 0 9 0 2006545067 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=552] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/552/stat : 552 (java) S 548 535 31941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006545067 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=553] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/553/stat : 553 (java) S 548 535 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006545067 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=554] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/554/stat : 554 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006545069 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=555] ppid=548 vsize=869376 CPUtime=0.22
/proc/549/task/555/stat : 555 (java) S 548 535 31941 0 -1 64 1546 0 0 0 22 0 0 0 16 0 9 0 2006545069 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=556] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/556/stat : 556 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006545069 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=557] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/557/stat : 557 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006545069 890241024 7085 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 888332

[startup+6.30228 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 605
/proc/meminfo: memFree=1653608/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=0.91
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 974 7190 0 1 3 1 83 4 15 0 1 0 2006544965 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 797 370 3 0 500 0
[pid=548] ppid=535 vsize=5356 CPUtime=0
/proc/548/stat : 548 (sh) S 535 535 31941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006545064 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/548/statm: 1339 233 193 169 0 50 0
[pid=549] ppid=548 vsize=869376 CPUtime=5.36
/proc/549/stat : 549 (java) S 548 535 31941 0 -1 0 9248 0 1 0 495 41 0 0 18 0 9 0 2006545064 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/549/statm: 217344 7092 2565 9 0 211891 0
[pid=549/tid=550] ppid=548 vsize=869376 CPUtime=4.64
/proc/549/task/550/stat : 550 (java) R 548 535 31941 0 -1 64 4069 0 1 0 431 33 0 0 25 0 9 0 2006545066 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=551] ppid=548 vsize=869376 CPUtime=0.46
/proc/549/task/551/stat : 551 (java) S 548 535 31941 0 -1 64 2933 0 0 0 40 6 0 0 15 0 9 0 2006545067 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=552] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/552/stat : 552 (java) S 548 535 31941 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006545067 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=553] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/553/stat : 553 (java) S 548 535 31941 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2006545067 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=549/tid=554] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/554/stat : 554 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006545069 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=555] ppid=548 vsize=869376 CPUtime=0.23
/proc/549/task/555/stat : 555 (java) S 548 535 31941 0 -1 64 1553 0 0 0 23 0 0 0 16 0 9 0 2006545069 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=556] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/556/stat : 556 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006545069 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=549/tid=557] ppid=548 vsize=869376 CPUtime=0
/proc/549/task/557/stat : 557 (java) S 548 535 31941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2006545069 890241024 7092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 888332

[startup+12.7016 s]
/proc/loadavg: 2.11 2.02 2.01 3/77 609
/proc/meminfo: memFree=1434344/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=53212 CPUtime=4.8
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 9108 0 0 0 215 265 0 0 25 0 1 0 2006545752 54489088 9094 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 13303 9094 40 102 0 13198 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 72168

[startup+25.5022 s]
/proc/loadavg: 2.09 2.02 2.00 3/77 609
/proc/meminfo: memFree=1383272/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=104368 CPUtime=17.6
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 21843 0 0 0 806 954 0 0 25 0 1 0 2006545752 106872832 21829 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 26092 21829 40 102 0 25987 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 123324

[startup+51.1026 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 609
/proc/meminfo: memFree=1354856/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=139504 CPUtime=43.19
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 28578 0 0 0 2988 1331 0 0 25 0 1 0 2006545752 142852096 28564 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 34876 28564 42 102 0 34771 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 158460

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 609
/proc/meminfo: memFree=1353832/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=139900 CPUtime=94.31
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 28697 0 0 0 8100 1331 0 0 25 0 1 0 2006545752 143257600 28683 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 34975 28683 42 102 0 34870 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 158856

[startup+162.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 609
/proc/meminfo: memFree=1352680/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1327728/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152044 CPUtime=1294.29
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 31844 0 0 0 128091 1338 0 0 25 0 1 0 2006545752 155693056 31830 996147200 134512640 134931368 4294956256 18446744073709551615 134522712 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38011 31830 42 102 0 37906 0
Current children cumulated CPU time (s) 1302.13
Current children cumulated vsize (KiB) 171000

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1325936/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152836 CPUtime=1354.29
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32022 0 0 0 134090 1339 0 0 25 0 1 0 2006545752 156504064 32008 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38209 32008 42 102 0 38104 0
Current children cumulated CPU time (s) 1362.13
Current children cumulated vsize (KiB) 171792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1324464/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1414.29
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 140090 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1422.13
Current children cumulated vsize (KiB) 171932

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 611
/proc/meminfo: memFree=1323312/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1474.28
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 146089 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1482.12
Current children cumulated vsize (KiB) 171932

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 611
/proc/meminfo: memFree=1322608/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1534.28
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 152089 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1542.12
Current children cumulated vsize (KiB) 171932

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 617
/proc/meminfo: memFree=1321896/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1594.28
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 158089 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1602.12
Current children cumulated vsize (KiB) 171932

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 617
/proc/meminfo: memFree=1321256/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1654.27
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 164088 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1662.11
Current children cumulated vsize (KiB) 171932

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 617
/proc/meminfo: memFree=1320552/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1714.27
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 170088 1339 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 171932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 617
/proc/meminfo: memFree=1319784/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1774.28
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 176088 1340 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 171932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 617
/proc/meminfo: memFree=1319656/2055920 swapFree=4180124/4192956
[pid=535] ppid=533 vsize=13600 CPUtime=7.84
/proc/535/stat : 535 (sugar) S 533 535 31941 0 -1 4194304 1022 17218 0 2 4 1 717 62 16 0 1 0 2006544965 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/535/statm: 3400 799 370 3 0 500 0
[pid=606] ppid=535 vsize=5356 CPUtime=0
/proc/606/stat : 606 (sh) S 535 535 31941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006545752 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/606/statm: 1339 232 193 169 0 50 0
[pid=607] ppid=606 vsize=152976 CPUtime=1792.18
/proc/607/stat : 607 (picosat) R 606 535 31941 0 -1 4194304 32227 0 0 0 177878 1340 0 0 25 0 1 0 2006545752 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/607/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 171932

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 535 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=220902
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=638902
# CPU time returned by wait4() is 7.8598
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.23
CPU time (s): 1800.02
CPU user time (s): 1785.99
CPU system time (s): 14.03
CPU usage (%): 99.9883
Max. virtual memory (cumulated for all children) (KiB): 888332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.2209
system time used= 0.638902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18595
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= 14484
involuntary context switches= 14392

runsolver used 2.18867 second user time and 6.01009 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-05 18:35:04
IDJOB=1092519
IDBENCH=58632
IDSOLVER=345
FILE ID=node16/1092519-1215275704
PBS_JOBID= 7882240
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-0.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-1092519-1215275704/watcher-1092519-1215275704 -o /tmp/evaluation-result-1092519-1215275704/solver-1092519-1215275704 -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-1092519-1215275704.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 694094fc9258bd0927570f73a0c21c65
RANDOM SEED=1722491753

node16.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.213
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.213
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:       1023592 kB
Buffers:         41268 kB
Cached:         198040 kB
SwapCached:       7056 kB
Active:         888364 kB
Inactive:        91592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1023592 kB
SwapTotal:     4192956 kB
SwapFree:      4180124 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:         756768 kB
Slab:            36168 kB
Committed_AS:  4269796 kB
PageTables:       3340 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= 66456 MiB
End job on node16 at 2008-07-05 19:05:06