Trace number 328094

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.08 601.425

General information on the benchmark

Namerandom/OnTreshold/3SAT/v600/
unif-k3-r4.261-v600-c2556-S1540370200-13.SAT.shuffled.cnf
MD5SUM14cd9bd82ac5a6c9d608f66e5d6145a0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.148976
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.00/0.01	c ...done
0.00/0.01	c nbVar=600 nbClause=2556
0.00/0.01	c nbVar=600 nbClause=2556
0.00/0.01	c complete search running
0.00/0.03	c local search running
0.00/0.03	c flip 0 nbSat=2245 maxSat=0
0.00/0.07	c flip 10000 nbSat=2521 maxSat=2537
0.00/0.09	c flip 0 nbSat=2963 maxSat=2537
0.38/0.25	c flip 10000 nbSat=3255 maxSat=3289
0.38/0.29	c flip 0 nbSat=4606 maxSat=3289
1.37/0.73	c flip 10000 nbSat=4898 maxSat=4901
1.57/0.83	c flip 0 nbSat=7668 maxSat=4902
2.37/1.22	c nbDecision=10000 #clauses=9703
2.97/1.59	c flip 10000 nbSat=7940 maxSat=7955
3.57/1.84	c flip 0 nbSat=11380 maxSat=7963
6.57/3.38	c flip 10000 nbSat=11677 maxSat=11701
7.16/3.66	c flip 0 nbSat=15428 maxSat=11701
8.15/4.14	c nbDecision=20000 #clauses=16647
13.14/6.62	c flip 10000 nbSat=15705 maxSat=15717
14.34/7.27	c flip 0 nbSat=20774 maxSat=15717
18.93/9.58	c nbDecision=30000 #clauses=23876
26.31/13.23	c flip 10000 nbSat=21052 maxSat=21080
28.52/14.39	c flip 0 nbSat=28752 maxSat=21080
33.30/16.74	c nbDecision=40000 #clauses=31150
47.86/24.02	c flip 10000 nbSat=29013 maxSat=29040
52.05/26.12	c flip 0 nbSat=37905 maxSat=29041
52.66/26.50	c nbDecision=50000 #clauses=38505
76.99/38.60	c nbDecision=60000 #clauses=45817
77.59/38.92	c flip 10000 nbSat=38197 maxSat=38206
82.58/41.46	c flip 0 nbSat=46681 maxSat=38206
109.91/55.19	c nbDecision=70000 #clauses=53241
119.69/60.01	c flip 10000 nbSat=46919 maxSat=46953
126.29/63.36	c flip 0 nbSat=56371 maxSat=46954
145.63/73.04	c nbDecision=80000 #clauses=60582
175.58/88.05	c flip 10000 nbSat=56672 maxSat=56689
181.16/90.90	c nbDecision=90000 #clauses=67973
185.15/92.83	c flip 0 nbSat=68252 maxSat=56692
221.87/111.22	c nbDecision=100000 #clauses=75382
244.41/122.53	c flip 10000 nbSat=68574 maxSat=68597
256.79/128.72	c flip 0 nbSat=80418 maxSat=68597
270.76/135.76	c nbDecision=110000 #clauses=82871
310.87/155.90	c nbDecision=120000 #clauses=90212
322.64/161.72	c flip 10000 nbSat=80740 maxSat=80756
336.00/168.47	c flip 0 nbSat=94667 maxSat=80756
351.37/176.19	c nbDecision=130000 #clauses=97508
401.26/201.16	c nbDecision=140000 #clauses=105080
421.61/211.36	c flip 10000 nbSat=94960 maxSat=94992
441.76/221.48	c flip 0 nbSat=110207 maxSat=94997
455.34/228.25	c nbDecision=150000 #clauses=112503
516.79/259.00	c nbDecision=160000 #clauses=119738
539.14/270.28	c flip 10000 nbSat=110551 maxSat=110581
555.91/278.68	c flip 0 nbSat=124124 maxSat=110583
579.85/290.63	c nbDecision=170000 #clauses=127284
658.08/329.85	c nbDecision=180000 #clauses=134784
666.06/333.89	c flip 10000 nbSat=124396 maxSat=124446
684.02/342.82	c flip 0 nbSat=137307 maxSat=124446
719.94/360.80	c nbDecision=190000 #clauses=142164
773.80/387.86	c nbDecision=200000 #clauses=149663
795.35/398.63	c flip 10000 nbSat=137656 maxSat=137677
818.11/410.09	c flip 0 nbSat=154635 maxSat=137677
834.47/418.26	c nbDecision=210000 #clauses=157104
912.49/457.35	c nbDecision=220000 #clauses=164666
956.19/479.21	c flip 10000 nbSat=154913 maxSat=154957
984.73/493.54	c nbDecision=230000 #clauses=172251
986.92/494.61	c flip 0 nbSat=172143 maxSat=154967
1065.74/534.13	c nbDecision=240000 #clauses=179668
1131.99/567.32	c flip 10000 nbSat=172392 maxSat=172436
1143.57/573.16	c nbDecision=250000 #clauses=187118
1158.33/580.58	c flip 0 nbSat=188077 maxSat=172436

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/node29/watcher-328094-1173107683 -o ROOT/results/node29/solver-328094-1173107683 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328094-1173107683/ornithorynque /tmp/evaluation/328094-1173107683/instance-328094-1173107683.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.74 3/77 10695
/proc/meminfo: memFree=1324384/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=23220 CPUtime=0
/proc/10695/stat : 10695 (ornithorynque) R 10693 10695 10314 0 -1 4194304 284 0 0 0 0 0 0 0 18 0 1 0 304532555 23777280 263 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221778049941 0 0 4096 0 0 0 0 17 1 0 0
/proc/10695/statm: 5805 263 218 42 0 45 0

[startup+0.012736 s]
/proc/loadavg: 1.83 1.94 1.74 3/77 10695
/proc/meminfo: memFree=1324384/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=23440 CPUtime=0
/proc/10695/stat : 10695 (ornithorynque) R 10693 10695 10314 0 -1 4194304 531 0 0 0 0 0 0 0 18 0 1 0 304532555 24002560 492 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4277688 0 0 4096 1088 0 0 0 17 1 0 0
/proc/10695/statm: 5860 492 377 42 0 112 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23440

[startup+0.101742 s]
/proc/loadavg: 1.83 1.94 1.74 3/77 10695
/proc/meminfo: memFree=1324384/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=45388 CPUtime=0.18
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 704 0 0 0 18 0 0 0 18 0 3 0 304532555 46477312 665 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 11347 665 387 42 0 5599 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 45388

[startup+0.301755 s]
/proc/loadavg: 1.83 1.94 1.74 3/77 10695
/proc/meminfo: memFree=1324384/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=45848 CPUtime=0.57
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 874 0 0 0 57 0 0 0 18 0 3 0 304532555 46948352 835 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 11462 835 387 42 0 5714 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 45848

[startup+0.701779 s]
/proc/loadavg: 1.83 1.94 1.74 3/77 10695
/proc/meminfo: memFree=1324384/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=45848 CPUtime=1.37
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 969 0 0 0 137 0 0 0 18 0 3 0 304532555 46948352 930 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 11462 930 387 42 0 5714 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 45848

[startup+1.50283 s]
/proc/loadavg: 1.83 1.94 1.74 3/80 10698
/proc/meminfo: memFree=1321224/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=47420 CPUtime=2.97
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 1280 0 0 0 297 0 0 0 18 0 3 0 304532555 48558080 1241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 11855 1241 387 42 0 6107 0
[pid=10695/tid=10697] ppid=10693 vsize=47420 CPUtime=1.48
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 411 0 0 0 148 0 0 0 25 0 3 0 304532557 48558080 1241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311267 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=47420 CPUtime=1.48
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 256 0 0 0 148 0 0 0 25 0 3 0 304532557 48558080 1241 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241651 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 47420

[startup+3.10194 s]
/proc/loadavg: 1.85 1.94 1.74 3/80 10698
/proc/meminfo: memFree=1319624/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=49264 CPUtime=6.15
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 1659 0 0 0 615 0 0 0 18 0 3 0 304532555 50446336 1620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 12316 1620 387 42 0 6568 0
[pid=10695/tid=10697] ppid=10693 vsize=49264 CPUtime=3.08
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 633 0 0 0 308 0 0 0 25 0 3 0 304532557 50446336 1620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=49264 CPUtime=3.06
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 413 0 0 0 306 0 0 0 25 0 3 0 304532557 50446336 1620 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4283714 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 49264

[startup+6.30113 s]
/proc/loadavg: 1.85 1.94 1.74 3/80 10698
/proc/meminfo: memFree=1317704/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=51156 CPUtime=12.54
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 2088 0 0 0 1253 1 0 0 18 0 3 0 304532555 52383744 2016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 12789 2016 387 42 0 7041 0
[pid=10695/tid=10697] ppid=10693 vsize=51156 CPUtime=6.27
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 927 0 0 0 627 0 0 0 25 0 3 0 304532557 52383744 2016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=51156 CPUtime=6.24
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 548 0 0 0 624 0 0 0 25 0 3 0 304532557 52383744 2016 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 51156

[startup+12.7015 s]
/proc/loadavg: 1.87 1.94 1.74 3/80 10698
/proc/meminfo: memFree=1314952/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=53496 CPUtime=25.31
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 2772 0 0 0 2529 2 0 0 18 0 3 0 304532555 54779904 2667 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 13374 2667 387 42 0 7626 0
[pid=10695/tid=10697] ppid=10693 vsize=53496 CPUtime=12.67
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 1333 0 0 0 1266 1 0 0 25 0 3 0 304532557 54779904 2667 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311226 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=53496 CPUtime=12.62
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 826 0 0 0 1262 0 0 0 25 0 3 0 304532557 54779904 2667 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 53496

[startup+25.5013 s]
/proc/loadavg: 1.89 1.94 1.74 3/80 10698
/proc/meminfo: memFree=1311240/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=57216 CPUtime=50.85
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 3763 0 0 0 5081 4 0 0 18 0 3 0 304532555 58589184 3556 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 14304 3556 387 42 0 8556 0
[pid=10695/tid=10697] ppid=10693 vsize=57216 CPUtime=25.46
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 1996 0 0 0 2544 2 0 0 25 0 3 0 304532557 58589184 3556 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311133 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=57216 CPUtime=25.35
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 1154 0 0 0 2535 0 0 0 25 0 3 0 304532557 58589184 3556 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 57216

[startup+51.1019 s]
/proc/loadavg: 1.93 1.94 1.75 3/80 10698
/proc/meminfo: memFree=1305224/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=64216 CPUtime=101.93
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 5347 0 0 0 10187 6 0 0 18 0 3 0 304532555 65757184 5075 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 16054 5075 387 42 0 10306 0
[pid=10695/tid=10697] ppid=10693 vsize=64216 CPUtime=51.07
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 2765 0 0 0 5102 5 0 0 25 0 3 0 304532557 65757184 5075 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311171 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=64216 CPUtime=50.85
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 1969 0 0 0 5084 1 0 0 25 0 3 0 304532557 65757184 5075 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241847 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 64216

[startup+102.306 s]
/proc/loadavg: 1.97 1.95 1.76 3/80 10698
/proc/meminfo: memFree=1297224/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=74064 CPUtime=204.11
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 7879 0 0 0 20402 9 0 0 18 0 3 0 304532555 75841536 7019 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 18516 7019 387 42 0 12768 0
[pid=10695/tid=10697] ppid=10693 vsize=74064 CPUtime=102.25
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 4028 0 0 0 10218 7 0 0 25 0 3 0 304532557 75841536 7019 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311262 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=74064 CPUtime=101.83
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 3238 0 0 0 10182 1 0 0 25 0 3 0 304532557 75841536 7019 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 74064

[startup+162.302 s]
/proc/loadavg: 1.99 1.96 1.77 3/80 10698
/proc/meminfo: memFree=1291208/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=80740 CPUtime=323.83
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 9665 0 0 0 32371 12 0 0 18 0 3 0 304532555 82677760 8534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 20185 8534 387 42 0 14437 0
[pid=10695/tid=10697] ppid=10693 vsize=80740 CPUtime=162.23
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 5223 0 0 0 16213 10 0 0 25 0 3 0 304532557 82677760 8534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311247 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=80740 CPUtime=161.57
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 3829 0 0 0 16156 1 0 0 25 0 3 0 304532557 82677760 8534 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.83
Current children cumulated vsize (KiB) 80740

[startup+222.301 s]
/proc/loadavg: 1.99 1.96 1.78 3/80 10698
/proc/meminfo: memFree=1283336/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=89488 CPUtime=443.56
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 12176 0 0 0 44340 16 0 0 18 0 3 0 304532555 91635712 10519 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 22372 10519 387 42 0 16624 0
[pid=10695/tid=10697] ppid=10693 vsize=89488 CPUtime=222.22
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 6192 0 0 0 22209 13 0 0 25 0 3 0 304532557 91635712 10519 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=89488 CPUtime=221.32
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 5371 0 0 0 22130 2 0 0 25 0 3 0 304532557 91635712 10519 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241190 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.56
Current children cumulated vsize (KiB) 89488

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.79 3/80 10698
/proc/meminfo: memFree=1277896/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=95372 CPUtime=563.29
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 14033 0 0 0 56311 18 0 0 18 0 3 0 304532555 97660928 11864 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 23843 11864 387 42 0 18095 0
[pid=10695/tid=10697] ppid=10693 vsize=95372 CPUtime=282.2
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 7021 0 0 0 28205 15 0 0 25 0 3 0 304532557 97660928 11864 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311141 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=95372 CPUtime=281.06
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 6399 0 0 0 28104 2 0 0 25 0 3 0 304532557 97660928 11864 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.29
Current children cumulated vsize (KiB) 95372

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.80 3/80 10698
/proc/meminfo: memFree=1274824/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=100248 CPUtime=683.01
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 15137 0 0 0 68281 20 0 0 18 0 3 0 304532555 102653952 12613 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 25062 12613 387 42 0 19314 0
[pid=10695/tid=10697] ppid=10693 vsize=100248 CPUtime=342.19
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 8125 0 0 0 34202 17 0 0 25 0 3 0 304532557 102653952 12613 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221780546215 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=100248 CPUtime=340.79
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 6399 0 0 0 34077 2 0 0 25 0 3 0 304532557 102653952 12613 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.01
Current children cumulated vsize (KiB) 100248

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.82 3/80 10698
/proc/meminfo: memFree=1270280/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=106520 CPUtime=802.74
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 17061 0 0 0 80252 22 0 0 18 0 3 0 304532555 109076480 13776 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 26630 13776 387 42 0 20882 0
[pid=10695/tid=10697] ppid=10693 vsize=106520 CPUtime=402.18
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 9014 0 0 0 40199 19 0 0 25 0 3 0 304532557 109076480 13776 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311191 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=106520 CPUtime=400.55
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 7434 0 0 0 40052 3 0 0 25 0 3 0 304532557 109076480 13776 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.74
Current children cumulated vsize (KiB) 106520

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.82 3/80 10698
/proc/meminfo: memFree=1265160/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=112308 CPUtime=922.47
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 18657 0 0 0 92222 25 0 0 18 0 3 0 304532555 115003392 15045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 28077 15045 387 42 0 22329 0
[pid=10695/tid=10697] ppid=10693 vsize=112308 CPUtime=462.16
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 9682 0 0 0 46195 21 0 0 25 0 3 0 304532557 115003392 15045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311234 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=112308 CPUtime=460.3
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 8362 0 0 0 46026 4 0 0 25 0 3 0 304532557 115003392 15045 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4240892 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.47
Current children cumulated vsize (KiB) 112308

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/80 10698
/proc/meminfo: memFree=1259656/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=118256 CPUtime=1042.19
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 20446 0 0 0 104192 27 0 0 18 0 3 0 304532555 121094144 16411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 29564 16411 387 42 0 23816 0
[pid=10695/tid=10697] ppid=10693 vsize=118256 CPUtime=522.14
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 10322 0 0 0 52192 22 0 0 25 0 3 0 304532557 121094144 16411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311177 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=118256 CPUtime=520.02
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 9511 0 0 0 51998 4 0 0 25 0 3 0 304532557 121094144 16411 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4241176 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.19
Current children cumulated vsize (KiB) 118256

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.83 3/80 10698
/proc/meminfo: memFree=1255368/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=122904 CPUtime=1161.92
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 21997 0 0 0 116164 28 0 0 18 0 3 0 304532555 125853696 17506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 30726 17506 387 42 0 24978 0
[pid=10695/tid=10697] ppid=10693 vsize=122904 CPUtime=582.13
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 10940 0 0 0 58190 23 0 0 25 0 3 0 304532557 125853696 17506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4311229 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=122904 CPUtime=579.77
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 10444 0 0 0 57973 4 0 0 25 0 3 0 304532557 125853696 17506 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.92
Current children cumulated vsize (KiB) 122904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 1.99 1.97 1.84 3/80 10698
/proc/meminfo: memFree=1254664/2055920 swapFree=4147724/4192956
[pid=10695] ppid=10693 vsize=123928 CPUtime=1200.05
/proc/10695/stat : 10695 (ornithorynque) S 10693 10695 10314 0 -1 4194304 22141 0 0 0 119976 29 0 0 18 0 3 0 304532555 126902272 17650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 221789581179 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/10695/statm: 30982 17650 387 42 0 25234 0
[pid=10695/tid=10697] ppid=10693 vsize=123928 CPUtime=601.22
/proc/10695/task/10697/stat : 10697 (ornithorynque) R 10693 10695 10314 0 -1 4194368 11084 0 0 0 60099 23 0 0 25 0 3 0 304532557 126902272 17650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4238100 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=10695/tid=10698] ppid=10693 vsize=123928 CPUtime=598.79
/proc/10695/task/10698/stat : 10698 (ornithorynque) R 10693 10695 10314 0 -1 4194368 10444 0 0 0 59875 4 0 0 25 0 3 0 304532557 126902272 17650 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4242166 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 123928

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.425
CPU time (s): 1200.08
CPU user time (s): 1199.78
CPU system time (s): 0.304953
CPU usage (%): 199.54
Max. virtual memory (cumulated for all children) (KiB): 123928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.304953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22141
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= 24
involuntary context switches= 22703

runsolver used 0.710891 second user time and 1.49277 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Mon Mar  5 15:14:43 UTC 2007

IDJOB= 328094
IDBENCH= 20002
IDSOLVER= 139
FILE ID= node29/328094-1173107683

PBS_JOBID= 4013909

Free space on /tmp= 66552 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v600/unif-k3-r4.261-v600-c2556-S1540370200-13.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/328094-1173107683/ornithorynque /tmp/evaluation/328094-1173107683/instance-328094-1173107683.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-328094-1173107683 -o ROOT/results/node29/solver-328094-1173107683 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328094-1173107683/ornithorynque /tmp/evaluation/328094-1173107683/instance-328094-1173107683.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  14cd9bd82ac5a6c9d608f66e5d6145a0

RANDOM SEED= 21115765

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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	: 5931.00
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.209
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:       1324792 kB
Buffers:         46256 kB
Cached:         586852 kB
SwapCached:      12144 kB
Active:         191776 kB
Inactive:       464524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324792 kB
SwapTotal:     4192956 kB
SwapFree:      4147724 kB
Dirty:             304 kB
Writeback:           0 kB
Mapped:          30404 kB
Slab:            60308 kB
Committed_AS:   846992 kB
PageTables:       1864 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= 66552 MiB

End job on node29 on Mon Mar  5 15:24:47 UTC 2007