Trace number 1056069

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 1801.33

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-9.xml
MD5SUM87a3523ef2aacb9925cbe2e7c09e1eed
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 variables82
Number of constraints3262
Maximum constraint arity2
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3262
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 Thu Jul  3 06:59:30 2008
0.00/0.04	c 0	PID 17870
0.03/0.05	c 0	HOST node41.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1056069-1215061170.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-1056069-1215061170.xml' 'HOME/temp.csp'
0.03/0.82	c 1	2 domains, 82 variables, 3 predicates, 0 relations, 3262 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.79/0.91	c 1	Parsing HOME/temp.csp
0.95/1.10	c 1	parsed 3349 expressions
1.05/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.11	c 1	Converting to clausal form CSP
1.23/1.32	c 1	converted 335 (10%) expressions
1.23/1.34	c 1	converted 670 (20%) expressions
1.23/1.35	c 1	converted 1005 (30%) expressions
1.23/1.37	c 1	converted 1340 (40%) expressions
1.23/1.38	c 1	converted 1675 (50%) expressions
1.23/1.39	c 2	converted 2010 (60%) expressions
1.33/1.40	c 2	converted 2345 (70%) expressions
1.33/1.41	c 2	converted 2680 (80%) expressions
1.33/1.43	c 2	converted 3015 (90%) expressions
1.33/1.45	c 2	converted 3349 (100%) expressions
1.33/1.45	c 2	CSP : 608 integers, 270 booleans, 5210 clauses, largest domain size 81
1.33/1.45	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.45	c 2	Propagation in CSP
1.44/1.54	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.44/1.54	c 2	CSP : 608 integers, 270 booleans, 5210 clauses, largest domain size 81
1.44/1.54	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.44/1.55	c 2	Simplifing CSP by introducing new Boolean variables
1.44/1.58	c 2	CSP : 608 integers, 7362 booleans, 12302 clauses, largest domain size 81
1.44/1.58	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.63	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.66	c 2	61 (10%) CSP integer variables are encoded (4753 clauses, 59672 bytes)
1.53/1.66	c 2	122 (20%) CSP integer variables are encoded (6760 clauses, 85763 bytes)
1.53/1.67	c 2	183 (30%) CSP integer variables are encoded (7335 clauses, 93238 bytes)
1.53/1.67	c 2	244 (40%) CSP integer variables are encoded (7914 clauses, 100765 bytes)
1.53/1.67	c 2	304 (50%) CSP integer variables are encoded (8482 clauses, 108149 bytes)
1.53/1.67	c 2	365 (60%) CSP integer variables are encoded (9057 clauses, 115624 bytes)
1.53/1.67	c 2	426 (70%) CSP integer variables are encoded (9508 clauses, 121487 bytes)
1.53/1.67	c 2	487 (80%) CSP integer variables are encoded (9935 clauses, 127779 bytes)
1.53/1.67	c 2	548 (90%) CSP integer variables are encoded (10362 clauses, 134184 bytes)
1.53/1.67	c 2	608 (100%) CSP integer variables are encoded (10782 clauses, 140484 bytes)
1.72/1.81	c 2	1231 (10%) CSP clauses are encoded (55119 clauses, 951511 bytes)
1.83/1.92	c 2	2461 (20%) CSP clauses are encoded (117177 clauses, 2113327 bytes)
1.93/2.03	c 2	3691 (30%) CSP clauses are encoded (179235 clauses, 3279673 bytes)
2.03/2.15	c 2	4921 (40%) CSP clauses are encoded (241449 clauses, 4498951 bytes)
2.13/2.26	c 2	6151 (50%) CSP clauses are encoded (302351 clauses, 5702476 bytes)
2.23/2.37	c 2	7382 (60%) CSP clauses are encoded (362826 clauses, 6901333 bytes)
2.33/2.48	c 3	8612 (70%) CSP clauses are encoded (422300 clauses, 8080103 bytes)
2.42/2.58	c 3	9842 (80%) CSP clauses are encoded (480602 clauses, 9235649 bytes)
2.53/2.67	c 3	11072 (90%) CSP clauses are encoded (537180 clauses, 10357055 bytes)
2.62/2.75	c 3	12302 (100%) CSP clauses are encoded (583350 clauses, 11271289 bytes)
2.62/2.75	c 3	12302 CSP clauses encoded
2.62/2.75	c 3	Writing map file : HOME/temp.map
2.62/2.76	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.76	c 3	SAT : 18752 SAT variables, 583350 SAT clauses, 11271289 bytes
2.62/2.76	c 3	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.62/2.78	c 3	SOLVING HOME/temp.cnf
2.62/2.78	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1801.31	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1801.31	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1801.32	c ERROR INTERRUPTED
1800.01/1801.32	s UNKNOWN
1800.01/1801.32	c 1801	CPU 2.53 (0.03 0.01 2.5 0.18)
1800.01/1801.32	c 1801	END Thu Jul  3 07:29:31 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-1056069-1215061170/watcher-1056069-1215061170 -o /tmp/evaluation-result-1056069-1215061170/solver-1056069-1215061170 -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-1056069-1215061170.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.10 2.07 2.01 4/72 17870
/proc/meminfo: memFree=1858984/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=12268 CPUtime=0
/proc/17870/stat : 17870 (sugar) R 17868 17870 17833 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985090016 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17870/statm: 3067 316 241 3 0 167 0

[startup+0.049884 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 17870
/proc/meminfo: memFree=1858984/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=0.03
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1985090016 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101988 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 17870
/proc/meminfo: memFree=1858984/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=0.03
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985090016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302001 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 17870
/proc/meminfo: memFree=1858984/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=0.03
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985090016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701047 s]
/proc/loadavg: 2.10 2.07 2.01 4/72 17870
/proc/meminfo: memFree=1858984/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=0.03
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985090016 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.10 2.07 2.01 4/83 17892
/proc/meminfo: memFree=1851344/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=0.79
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 974 6684 0 1 3 0 72 4 15 0 1 0 1985090016 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17870/statm: 3400 797 370 3 0 500 0
[pid=17883] ppid=17870 vsize=5356 CPUtime=0
/proc/17883/stat : 17883 (sh) S 17870 17870 17833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985090100 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17883/statm: 1339 233 193 169 0 50 0
[pid=17884] ppid=17883 vsize=869192 CPUtime=0.65
/proc/17884/stat : 17884 (java) S 17883 17870 17833 0 -1 0 6018 0 1 0 61 4 0 0 18 0 9 0 1985090100 890052608 5403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17884/statm: 217298 5406 1797 9 0 211873 0
[pid=17884/tid=17885] ppid=17883 vsize=869192 CPUtime=0.4
/proc/17884/task/17885/stat : 17885 (java) R 17883 17870 17833 0 -1 64 2656 0 1 0 39 1 0 0 21 0 9 0 1985090101 890052608 5407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17884/tid=17886] ppid=17883 vsize=869192 CPUtime=0.05
/proc/17884/task/17886/stat : 17886 (java) R 17883 17870 17833 0 -1 64 1171 0 0 0 4 1 0 0 16 0 9 0 1985090102 890052608 5409 996147200 134512640 134550740 4294955952 18446744073709551615 102477904 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17884/tid=17887] ppid=17883 vsize=869192 CPUtime=0
/proc/17884/task/17887/stat : 17887 (java) S 17883 17870 17833 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985090102 890052608 5410 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17884/tid=17888] ppid=17883 vsize=869192 CPUtime=0
/proc/17884/task/17888/stat : 17888 (java) S 17883 17870 17833 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985090102 890052608 5411 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17884/tid=17889] ppid=17883 vsize=869192 CPUtime=0
/proc/17884/task/17889/stat : 17889 (java) S 17883 17870 17833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985090104 890052608 5412 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17884/tid=17890] ppid=17883 vsize=869192 CPUtime=0.16
/proc/17884/task/17890/stat : 17890 (java) S 17883 17870 17833 0 -1 64 1508 0 0 0 16 0 0 0 16 0 9 0 1985090104 890052608 5413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17884/tid=17891] ppid=17883 vsize=869192 CPUtime=0
/proc/17884/task/17891/stat : 17891 (java) S 17883 17870 17833 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985090104 890052608 5416 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17884/tid=17892] ppid=17883 vsize=869192 CPUtime=0
/proc/17884/task/17892/stat : 17892 (java) S 17883 17870 17833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985090104 890052608 5420 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 888148

[startup+3.10125 s]
/proc/loadavg: 2.10 2.07 2.01 3/83 17892
/proc/meminfo: memFree=1835280/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 13600

[startup+6.30154 s]
/proc/loadavg: 2.09 2.07 2.01 3/75 17894
/proc/meminfo: memFree=1834384/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=15440 CPUtime=3.47
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 3633 0 0 0 158 189 0 0 25 0 1 0 1985090294 15810560 3619 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17894/statm: 3860 3619 40 102 0 3755 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 34396

[startup+12.7021 s]
/proc/loadavg: 2.09 2.07 2.01 3/75 17894
/proc/meminfo: memFree=1823320/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=25292 CPUtime=9.81
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 5587 0 0 0 696 285 0 0 25 0 1 0 1985090294 25899008 5565 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/17894/statm: 6323 5565 42 102 0 6218 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 44248

[startup+25.5012 s]
/proc/loadavg: 2.07 2.06 2.01 3/75 17894
/proc/meminfo: memFree=1820888/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=27800 CPUtime=22.49
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 6212 0 0 0 1963 286 0 0 25 0 1 0 1985090294 28467200 6190 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17894/statm: 6950 6190 42 102 0 6845 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 46756

[startup+51.1015 s]
/proc/loadavg: 2.10 2.07 2.01 3/75 17894
/proc/meminfo: memFree=1816792/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=31628 CPUtime=47.85
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 7234 0 0 0 4497 288 0 0 25 0 1 0 1985090294 32387072 7212 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17894/statm: 7907 7212 42 102 0 7802 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 50584

[startup+102.307 s]
/proc/loadavg: 2.12 2.07 2.01 3/83 17966
/proc/meminfo: memFree=1772496/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=34660 CPUtime=98.93
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 8087 0 0 0 9602 291 0 0 25 0 1 0 1985090294 35491840 7959 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 8665 7959 48 102 0 8560 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 53616

[startup+162.301 s]
/proc/loadavg: 2.04 2.06 2.01 3/83 17966
/proc/meminfo: memFree=1767440/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=39148 CPUtime=158.9
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 9395 0 0 0 15598 292 0 0 25 0 1 0 1985090294 40087552 9146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 9787 9146 48 102 0 9682 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 58104

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 17966
/proc/meminfo: memFree=1767376/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=39148 CPUtime=218.88
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 9395 0 0 0 21596 292 0 0 25 0 1 0 1985090294 40087552 9146 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 9787 9146 48 102 0 9682 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 58104

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

/proc/meminfo: memFree=1754392/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=51540 CPUtime=1358.44
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13588 0 0 0 135547 297 0 0 25 0 1 0 1985090294 52776960 12152 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 12885 12152 48 102 0 12780 0
Current children cumulated CPU time (s) 1361.16
Current children cumulated vsize (KiB) 70496

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1754328/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=51540 CPUtime=1418.42
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13588 0 0 0 141545 297 0 0 25 0 1 0 1985090294 52776960 12152 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 12885 12152 48 102 0 12780 0
Current children cumulated CPU time (s) 1421.14
Current children cumulated vsize (KiB) 70496

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1754328/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=51540 CPUtime=1478.4
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13588 0 0 0 147543 297 0 0 25 0 1 0 1985090294 52776960 12152 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 12885 12152 48 102 0 12780 0
Current children cumulated CPU time (s) 1481.12
Current children cumulated vsize (KiB) 70496

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1753688/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=52068 CPUtime=1538.37
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13916 0 0 0 153540 297 0 0 25 0 1 0 1985090294 53317632 12302 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13017 12302 48 102 0 12912 0
Current children cumulated CPU time (s) 1541.09
Current children cumulated vsize (KiB) 71024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1753688/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=52068 CPUtime=1598.36
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13916 0 0 0 159538 298 0 0 25 0 1 0 1985090294 53317632 12302 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13017 12302 48 102 0 12912 0
Current children cumulated CPU time (s) 1601.08
Current children cumulated vsize (KiB) 71024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1753688/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=52068 CPUtime=1658.34
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 13916 0 0 0 165536 298 0 0 25 0 1 0 1985090294 53317632 12302 996147200 134512640 134931368 4294956256 18446744073709551615 134530162 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13017 12302 48 102 0 12912 0
Current children cumulated CPU time (s) 1661.06
Current children cumulated vsize (KiB) 71024

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1753368/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=52596 CPUtime=1718.31
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 14049 0 0 0 171533 298 0 0 25 0 1 0 1985090294 53858304 12435 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13149 12435 48 102 0 13044 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 71552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1751576/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=54048 CPUtime=1778.28
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 14603 0 0 0 177530 298 0 0 25 0 1 0 1985090294 55345152 12804 996147200 134512640 134931368 4294956256 18446744073709551615 134525804 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13512 12804 48 102 0 13407 0
Current children cumulated CPU time (s) 1781
Current children cumulated vsize (KiB) 73004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1751576/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=54048 CPUtime=1797.29
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 14603 0 0 0 179431 298 0 0 25 0 1 0 1985090294 55345152 12804 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13512 12804 48 102 0 13407 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 73004

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

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

[startup+1801.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17966
/proc/meminfo: memFree=1751576/2055920 swapFree=4180688/4192956
[pid=17870] ppid=17868 vsize=13600 CPUtime=2.72
/proc/17870/stat : 17870 (sugar) S 17868 17870 17833 0 -1 4194304 1023 14984 0 2 3 1 250 18 17 0 1 0 1985090016 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17870/statm: 3400 798 370 3 0 500 0
[pid=17893] ppid=17870 vsize=5356 CPUtime=0
/proc/17893/stat : 17893 (sh) S 17870 17870 17833 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 1985090294 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17893/statm: 1339 232 193 169 0 50 0
[pid=17894] ppid=17893 vsize=54048 CPUtime=1797.29
/proc/17894/stat : 17894 (picosat) R 17893 17870 17833 0 -1 4194304 14603 0 0 0 179431 298 0 0 25 0 1 0 1985090294 55345152 12804 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17894/statm: 13512 12804 48 102 0 13407 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 73004

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17870 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=540613
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=205968
# CPU time returned by wait4() is 2.74658
# 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): 1801.33
CPU time (s): 1800.01
CPU user time (s): 1796.84
CPU system time (s): 3.17
CPU usage (%): 99.9268
Max. virtual memory (cumulated for all children) (KiB): 888372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.54061
system time used= 0.205968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16443
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= 4240
involuntary context switches= 4057

runsolver used 2.70659 second user time and 5.38318 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-03 06:59:30
IDJOB=1056069
IDBENCH=57397
IDSOLVER=345
FILE ID=node41/1056069-1215061170
PBS_JOBID= 7875238
Free space on /tmp= 66196 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-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-1056069-1215061170/watcher-1056069-1215061170 -o /tmp/evaluation-result-1056069-1215061170/solver-1056069-1215061170 -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-1056069-1215061170.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 87a3523ef2aacb9925cbe2e7c09e1eed
RANDOM SEED=1311376766

node41.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.232
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.232
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:       1859528 kB
Buffers:         16576 kB
Cached:         107200 kB
SwapCached:       6172 kB
Active:         109244 kB
Inactive:        29164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859528 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          22364 kB
Slab:            43412 kB
Committed_AS:  3546560 kB
PageTables:       1828 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= 66192 MiB
End job on node41 at 2008-07-03 07:29:33