Trace number 328479

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, and are wall clock time (not CPU 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
ornithorynque 0.1 alpha? (TO) 1200.14 601.528

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1174.88
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data (download as text)

0.00/0.00	c This is Ornithorynque version 0.1 alpha
0.00/0.00	c (c) roussel@cril.univ-artois.fr
0.00/0.00	c using unsigned short
0.00/0.00	c parsing...
0.01/0.03	c ...done
0.01/0.03	c nbVar=3114 nbClause=10827
0.01/0.03	c nbVar=3114 nbClause=10827
0.01/0.04	c complete search running
0.01/0.04	c local search running
0.01/0.04	c flip 0 nbSat=8959 maxSat=0
0.15/0.11	c flip 10000 nbSat=10383 maxSat=10421
0.15/0.19	c flip 20000 nbSat=10340 maxSat=10452
0.35/0.27	c flip 30000 nbSat=10418 maxSat=10468
0.55/0.35	c flip 40000 nbSat=10442 maxSat=10495
0.75/0.43	c flip 50000 nbSat=10435 maxSat=10501
0.95/0.51	c flip 60000 nbSat=10451 maxSat=10501
0.95/0.54	c flip 0 nbSat=10453 maxSat=10501
1.35/0.79	c flip 10000 nbSat=11885 maxSat=11924
2.15/1.15	c flip 20000 nbSat=11905 maxSat=12001
2.94/1.55	c flip 30000 nbSat=11910 maxSat=12030
3.75/1.95	c flip 40000 nbSat=11965 maxSat=12051
4.15/2.15	c nbDecision=10000 #clauses=15671
4.54/2.37	c flip 50000 nbSat=11931 maxSat=12056
5.34/2.79	c flip 60000 nbSat=11907 maxSat=12062
5.74/2.91	c flip 0 nbSat=14544 maxSat=12062
7.94/4.04	c flip 10000 nbSat=16164 maxSat=16211
10.93/5.51	c nbDecision=20000 #clauses=20867
10.93/5.53	c flip 20000 nbSat=16179 maxSat=16289
14.12/7.18	c flip 30000 nbSat=16239 maxSat=16344
17.71/8.99	c flip 40000 nbSat=16227 maxSat=16344
20.50/10.39	c nbDecision=30000 #clauses=26957
21.30/10.71	c flip 50000 nbSat=16226 maxSat=16344
24.69/12.41	c flip 60000 nbSat=16260 maxSat=16350
25.48/12.85	c flip 0 nbSat=27350 maxSat=16350
34.67/17.45	c flip 10000 nbSat=28720 maxSat=28777
35.27/17.73	c nbDecision=40000 #clauses=33435
45.85/23.07	c flip 20000 nbSat=28759 maxSat=28877
53.23/26.73	c nbDecision=50000 #clauses=40019
57.22/28.77	c flip 30000 nbSat=28879 maxSat=28954
69.19/34.78	c flip 40000 nbSat=28912 maxSat=28965
76.17/38.22	c nbDecision=60000 #clauses=47158
81.36/40.86	c flip 50000 nbSat=28922 maxSat=29001
94.34/47.33	c flip 60000 nbSat=28922 maxSat=29001
97.72/49.08	c flip 0 nbSat=49760 maxSat=29003
108.28/54.35	c nbDecision=70000 #clauses=54220
132.44/66.43	c flip 10000 nbSat=51223 maxSat=51272
138.23/69.32	c nbDecision=80000 #clauses=61590
179.53/90.09	c flip 20000 nbSat=51272 maxSat=51415
187.71/94.19	c nbDecision=90000 #clauses=68987
225.42/113.01	c nbDecision=100000 #clauses=76660
227.82/114.20	c flip 30000 nbSat=51343 maxSat=51415
259.94/130.40	c nbDecision=110000 #clauses=83705
278.09/139.48	c flip 40000 nbSat=51362 maxSat=51455
303.23/152.05	c nbDecision=120000 #clauses=90807
327.98/164.47	c flip 50000 nbSat=51333 maxSat=51455
348.33/174.70	c nbDecision=130000 #clauses=98139
375.47/188.22	c flip 60000 nbSat=51256 maxSat=51455
386.24/193.67	c flip 0 nbSat=96438 maxSat=51455
486.79/244.03	c flip 10000 nbSat=97796 maxSat=97932
597.93/299.76	c nbDecision=140000 #clauses=105607
610.71/306.13	c flip 20000 nbSat=98069 maxSat=98083
650.40/326.00	c nbDecision=150000 #clauses=113195
703.49/352.65	c nbDecision=160000 #clauses=120964
747.97/374.93	c flip 30000 nbSat=98000 maxSat=98117
782.50/392.29	c nbDecision=170000 #clauses=128657
885.85/444.08	c flip 40000 nbSat=98057 maxSat=98138
1031.30/516.95	c flip 50000 nbSat=98027 maxSat=98138
1166.78/584.84	c flip 60000 nbSat=97992 maxSat=98138
1195.10/599.07	c nbDecision=180000 #clauses=136243
1199.09/601.04	c flip 0 nbSat=134652 maxSat=98138

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-328479-1173111773 -o ROOT/results/node44/solver-328479-1173111773 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328479-1173111773/ornithorynque /tmp/evaluation/328479-1173111773/instance-328479-1173111773.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 1.83 1.94 1.90 3/64 14550
/proc/meminfo: memFree=1410208/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=23220 CPUtime=0
/proc/14550/stat : 14550 (ornithorynque) R 14548 14550 13672 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 331133435 23777280 258 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264837827857 0 0 4096 0 0 0 0 17 1 0 0
/proc/14550/statm: 5805 261 218 42 0 45 0

[startup+0.0207721 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14550
/proc/meminfo: memFree=1410208/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=23760 CPUtime=0.01
/proc/14550/stat : 14550 (ornithorynque) R 14548 14550 13672 0 -1 4194304 620 0 0 0 1 0 0 0 18 0 1 0 331133435 24330240 581 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264840319713 0 0 4096 1088 0 0 0 17 1 0 0
/proc/14550/statm: 5940 581 377 42 0 192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23760

[startup+0.10179 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14550
/proc/meminfo: memFree=1410208/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=46164 CPUtime=0.15
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 1054 0 0 0 15 0 0 0 18 0 3 0 331133435 47271936 1015 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 11541 1015 387 42 0 5793 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 46164

[startup+0.301824 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14550
/proc/meminfo: memFree=1410208/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=46296 CPUtime=0.55
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 1089 0 0 0 55 0 0 0 18 0 3 0 331133435 47407104 1050 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 11574 1050 387 42 0 5826 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 46296

[startup+0.701899 s]
/proc/loadavg: 1.83 1.94 1.90 3/64 14550
/proc/meminfo: memFree=1410208/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=48476 CPUtime=1.35
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 1258 0 0 0 135 0 0 0 18 0 3 0 331133435 49639424 1219 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 12119 1219 387 42 0 6371 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 48476

[startup+1.50205 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1406536/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=48476 CPUtime=2.94
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 1382 0 0 0 294 0 0 0 18 0 3 0 331133435 49639424 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 12119 1343 387 42 0 6371 0
[pid=14550/tid=14552] ppid=14548 vsize=48476 CPUtime=1.45
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 248 0 0 0 145 0 0 0 25 0 3 0 331133440 49639424 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314358 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=48476 CPUtime=1.45
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 100 0 0 0 145 0 0 0 25 0 3 0 331133440 49639424 1343 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241590 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 48476

[startup+3.10134 s]
/proc/loadavg: 1.83 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1405704/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=50912 CPUtime=6.14
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 1937 0 0 0 613 1 0 0 18 0 3 0 331133435 52133888 1865 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 12728 1865 387 42 0 6980 0
[pid=14550/tid=14552] ppid=14548 vsize=50912 CPUtime=3.05
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 501 0 0 0 305 0 0 0 18 0 3 0 331133440 52133888 1865 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=50912 CPUtime=3.04
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 402 0 0 0 304 0 0 0 25 0 3 0 331133440 52133888 1865 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 50912

[startup+6.30293 s]
/proc/loadavg: 1.85 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1402568/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=53132 CPUtime=12.53
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 2380 0 0 0 1251 2 0 0 18 0 3 0 331133435 54407168 2308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 13283 2308 387 42 0 7535 0
[pid=14550/tid=14552] ppid=14548 vsize=53132 CPUtime=6.25
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 944 0 0 0 624 1 0 0 25 0 3 0 331133440 54407168 2308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=53132 CPUtime=6.23
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 402 0 0 0 623 0 0 0 25 0 3 0 331133440 54407168 2308 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 53132

[startup+12.7011 s]
/proc/loadavg: 1.86 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1399880/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=55180 CPUtime=25.28
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 2978 0 0 0 2525 3 0 0 18 0 3 0 331133435 56504320 2906 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 13795 2906 387 42 0 8047 0
[pid=14550/tid=14552] ppid=14548 vsize=55180 CPUtime=12.65
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 1542 0 0 0 1263 2 0 0 25 0 3 0 331133440 56504320 2906 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4312188 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=55180 CPUtime=12.59
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 402 0 0 0 1259 0 0 0 25 0 3 0 331133440 56504320 2906 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241629 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 55180

[startup+25.5014 s]
/proc/loadavg: 1.89 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1392584/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=61580 CPUtime=50.83
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 4841 0 0 0 5077 6 0 0 18 0 3 0 331133435 63057920 4704 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 15395 4704 387 42 0 9647 0
[pid=14550/tid=14552] ppid=14548 vsize=61580 CPUtime=25.44
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 2505 0 0 0 2540 4 0 0 25 0 3 0 331133440 63057920 4704 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=61580 CPUtime=25.34
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 1302 0 0 0 2533 1 0 0 25 0 3 0 331133440 63057920 4704 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 61580

[startup+51.1011 s]
/proc/loadavg: 1.93 1.94 1.90 3/67 14553
/proc/meminfo: memFree=1382344/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=74324 CPUtime=101.91
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 7529 0 0 0 10183 8 0 0 18 0 3 0 331133435 76107776 7284 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 18581 7284 387 42 0 12833 0
[pid=14550/tid=14552] ppid=14548 vsize=74324 CPUtime=51.03
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 3721 0 0 0 5098 5 0 0 25 0 3 0 331133440 76107776 7284 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=74324 CPUtime=50.83
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 2774 0 0 0 5081 2 0 0 25 0 3 0 331133440 76107776 7284 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241539 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 74324

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.91 3/67 14553
/proc/meminfo: memFree=1375112/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=82004 CPUtime=204.07
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 9422 0 0 0 20395 12 0 0 18 0 3 0 331133435 83972096 9048 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 20501 9048 387 42 0 14753 0
[pid=14550/tid=14552] ppid=14548 vsize=82004 CPUtime=102.22
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 5614 0 0 0 10212 10 0 0 25 0 3 0 331133440 83972096 9048 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=82004 CPUtime=101.81
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 2774 0 0 0 10179 2 0 0 25 0 3 0 331133440 83972096 9048 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 82004

[startup+162.301 s]
/proc/loadavg: 1.99 1.95 1.91 3/67 14553
/proc/meminfo: memFree=1366792/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=90168 CPUtime=323.79
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 11592 0 0 0 32362 17 0 0 18 0 3 0 331133435 92332032 11133 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 22542 11133 387 42 0 16794 0
[pid=14550/tid=14552] ppid=14548 vsize=90168 CPUtime=162.19
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 7784 0 0 0 16205 14 0 0 25 0 3 0 331133440 92332032 11133 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311264 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=90168 CPUtime=161.55
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 2774 0 0 0 16153 2 0 0 25 0 3 0 331133440 92332032 11133 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242557 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.79
Current children cumulated vsize (KiB) 90168

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.91 3/67 14553
/proc/meminfo: memFree=1353672/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=105600 CPUtime=443.5
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 15335 0 0 0 44331 19 0 0 18 0 3 0 331133435 108134400 14417 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 26400 14417 387 42 0 20652 0
[pid=14550/tid=14552] ppid=14548 vsize=105600 CPUtime=222.17
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 8264 0 0 0 22202 15 0 0 25 0 3 0 331133440 108134400 14417 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314353 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=105600 CPUtime=221.29
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 22125 4 0 0 25 0 3 0 331133440 108134400 14417 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241092 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 105600

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1351944/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=106624 CPUtime=563.21
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 15754 0 0 0 56300 21 0 0 18 0 3 0 331133435 109182976 14836 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 26656 14836 387 42 0 20908 0
[pid=14550/tid=14552] ppid=14548 vsize=106624 CPUtime=282.15
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 8683 0 0 0 28199 16 0 0 25 0 3 0 331133440 109182976 14836 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242898 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=106624 CPUtime=281.02
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 28098 4 0 0 25 0 3 0 331133440 109182976 14836 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241705 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.21
Current children cumulated vsize (KiB) 106624

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1346632/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=112272 CPUtime=682.93
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 17069 0 0 0 68270 23 0 0 18 0 3 0 331133435 114966528 16151 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 28068 16151 387 42 0 22320 0
[pid=14550/tid=14552] ppid=14548 vsize=112272 CPUtime=342.12
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 9998 0 0 0 34194 18 0 0 25 0 3 0 331133440 114966528 16151 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4314435 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=112272 CPUtime=340.76
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 34072 4 0 0 25 0 3 0 331133440 114966528 16151 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.93
Current children cumulated vsize (KiB) 112272

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1341640/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=117016 CPUtime=802.65
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 18394 0 0 0 80240 25 0 0 18 0 3 0 331133435 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 29254 17377 387 42 0 23506 0
[pid=14550/tid=14552] ppid=14548 vsize=117016 CPUtime=402.1
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 11323 0 0 0 40190 20 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242946 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=117016 CPUtime=400.5
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 40046 4 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241098 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.65
Current children cumulated vsize (KiB) 117016

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1341640/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=117016 CPUtime=922.36
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 18394 0 0 0 92210 26 0 0 18 0 3 0 331133435 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 29254 17377 387 42 0 23506 0
[pid=14550/tid=14552] ppid=14548 vsize=117016 CPUtime=462.08
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 11323 0 0 0 46188 20 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242884 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=117016 CPUtime=460.22
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 46018 4 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241024 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.36
Current children cumulated vsize (KiB) 117016

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1341576/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=117016 CPUtime=1042.07
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 18394 0 0 0 104181 26 0 0 18 0 3 0 331133435 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 29254 17377 387 42 0 23506 0
[pid=14550/tid=14552] ppid=14548 vsize=117016 CPUtime=522.06
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 11323 0 0 0 52185 21 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242906 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=117016 CPUtime=519.96
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 51992 4 0 0 25 0 3 0 331133440 119824384 17377 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283709 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.07
Current children cumulated vsize (KiB) 117016

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1340808/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=119196 CPUtime=1161.79
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 18857 0 0 0 116153 26 0 0 18 0 3 0 331133435 122056704 17583 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 29799 17583 387 42 0 24051 0
[pid=14550/tid=14552] ppid=14548 vsize=119196 CPUtime=582.04
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 11786 0 0 0 58183 21 0 0 25 0 3 0 331133440 122056704 17583 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242903 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=119196 CPUtime=579.7
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 6037 0 0 0 57966 4 0 0 25 0 3 0 331133440 122056704 17583 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.79
Current children cumulated vsize (KiB) 119196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.503 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1331144/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=133944 CPUtime=1200.11
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 22595 0 0 0 119982 29 0 0 18 0 3 0 331133435 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 33486 20034 387 42 0 27738 0
[pid=14550/tid=14552] ppid=14548 vsize=133944 CPUtime=601.23
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 12185 0 0 0 60101 22 0 0 22 0 3 0 331133440 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4310848 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=133944 CPUtime=598.81
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 9376 0 0 0 59876 5 0 0 25 0 3 0 331133440 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 133944

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

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

[startup+601.503 s]
/proc/loadavg: 1.99 1.97 1.91 3/67 14553
/proc/meminfo: memFree=1331144/2055920 swapFree=4183400/4192956
[pid=14550] ppid=14548 vsize=133944 CPUtime=1200.11
/proc/14550/stat : 14550 (ornithorynque) S 14548 14550 13672 0 -1 4194304 22595 0 0 0 119982 29 0 0 18 0 3 0 331133435 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 264849354619 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/14550/statm: 33486 20034 387 42 0 27738 0
[pid=14550/tid=14552] ppid=14548 vsize=133944 CPUtime=601.23
/proc/14550/task/14552/stat : 14552 (ornithorynque) R 14548 14550 13672 0 -1 4194368 12185 0 0 0 60101 22 0 0 22 0 3 0 331133440 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4310848 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=14550/tid=14553] ppid=14548 vsize=133944 CPUtime=598.81
/proc/14550/task/14553/stat : 14553 (ornithorynque) R 14548 14550 13672 0 -1 4194368 9376 0 0 0 59876 5 0 0 25 0 3 0 331133440 137158656 20034 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241632 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 133944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.528
CPU time (s): 1200.14
CPU user time (s): 1199.83
CPU system time (s): 0.302953
CPU usage (%): 199.515
Max. virtual memory (cumulated for all children) (KiB): 133944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.83
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22596
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 9144

runsolver used 0.6519 second user time and 1.55376 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Mon Mar  5 16:22:53 UTC 2007

IDJOB= 328479
IDBENCH= 20401
IDSOLVER= 139
FILE ID= node44/328479-1173111773

PBS_JOBID= 4013891

Free space on /tmp= 66560 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= /tmp/evaluation/328479-1173111773/ornithorynque /tmp/evaluation/328479-1173111773/instance-328479-1173111773.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-328479-1173111773 -o ROOT/results/node44/solver-328479-1173111773 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328479-1173111773/ornithorynque /tmp/evaluation/328479-1173111773/instance-328479-1173111773.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  8c67f78ca36ec96e662a91c74844da21

RANDOM SEED= 54021950

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node44.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.261
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.261
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:       1410680 kB
Buffers:         35116 kB
Cached:         522508 kB
SwapCached:       3512 kB
Active:          95056 kB
Inactive:       473616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1410680 kB
SwapTotal:     4192956 kB
SwapFree:      4183400 kB
Dirty:             408 kB
Writeback:           0 kB
Mapped:          16972 kB
Slab:            62644 kB
Committed_AS:   677664 kB
PageTables:       1396 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= 66560 MiB

End job on node44 on Mon Mar  5 16:32:57 UTC 2007