Trace number 328561

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.23 601.927

General information on the benchmark

Nameindustrial/crypto/
mizh-sha0-36-2.cnf
MD5SUM82bf685774b76ba263c886940c3aa94d
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark174.274
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210239
Sum of the clauses size628391
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286996
Number of clauses of size 338042
Number of clauses of size 485024
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 int
0.00/0.00	c parsing...
0.49/0.54	c ...done
0.49/0.54	c nbVar=50073 nbClause=210239
0.59/0.62	c nbVar=50073 nbClause=210239
0.69/0.74	c complete search running
0.69/0.74	c local search running
0.69/0.79	c flip 0 nbSat=178623 maxSat=0
3.84/2.32	c nbDecision=10000 #clauses=214709
7.43/4.10	c nbDecision=20000 #clauses=221237
11.02/5.91	c nbDecision=30000 #clauses=226565
13.81/7.33	c flip 10000 nbSat=187309 maxSat=187309
14.62/7.75	c nbDecision=40000 #clauses=231700
18.21/9.58	c nbDecision=50000 #clauses=236937
22.59/11.79	c nbDecision=60000 #clauses=242087
27.57/14.24	c nbDecision=70000 #clauses=245633
29.56/15.22	c flip 20000 nbSat=193928 maxSat=193930
32.95/16.98	c nbDecision=80000 #clauses=250721
37.35/19.14	c nbDecision=90000 #clauses=255742
42.53/21.75	c nbDecision=100000 #clauses=261183
47.72/24.31	c nbDecision=110000 #clauses=266520
49.33/25.13	c flip 30000 nbSat=196706 maxSat=196711
53.51/27.28	c nbDecision=120000 #clauses=272210
60.29/30.61	c nbDecision=130000 #clauses=277255
67.48/34.21	c nbDecision=140000 #clauses=282184
71.86/36.44	c flip 40000 nbSat=198168 maxSat=198179
72.27/36.68	c nbDecision=150000 #clauses=286412
80.26/40.62	c nbDecision=160000 #clauses=290626
85.84/43.42	c nbDecision=170000 #clauses=297434
89.04/45.09	c flip 50000 nbSat=199237 maxSat=199398
92.02/46.55	c nbDecision=180000 #clauses=301379
98.61/49.87	c nbDecision=190000 #clauses=306108
104.19/52.61	c nbDecision=200000 #clauses=310448
111.98/56.54	c flip 60000 nbSat=200231 maxSat=200236
113.76/57.40	c nbDecision=210000 #clauses=313790
120.94/61.06	c nbDecision=220000 #clauses=317438
126.34/63.70	c nbDecision=230000 #clauses=322490
133.92/67.54	c nbDecision=240000 #clauses=325943
136.31/68.75	c flip 70000 nbSat=198447 maxSat=200808
141.71/71.42	c nbDecision=250000 #clauses=329610
148.09/74.67	c nbDecision=260000 #clauses=332733
159.06/80.16	c flip 80000 nbSat=201049 maxSat=201265
160.25/80.80	c nbDecision=270000 #clauses=335839
170.04/85.70	c nbDecision=280000 #clauses=337799
177.62/89.45	c nbDecision=290000 #clauses=339453
183.41/92.34	c flip 90000 nbSat=201764 maxSat=201796
185.61/93.42	c nbDecision=300000 #clauses=343089
194.39/97.81	c nbDecision=310000 #clauses=345370
203.55/102.50	c nbDecision=320000 #clauses=347846
208.53/104.99	c flip 100000 nbSat=201958 maxSat=201977
211.33/106.40	c nbDecision=330000 #clauses=351345
219.51/110.49	c nbDecision=340000 #clauses=355878
227.09/114.23	c nbDecision=350000 #clauses=357972
234.28/117.81	c flip 110000 nbSat=202164 maxSat=202176
236.08/118.79	c nbDecision=360000 #clauses=360741
245.45/123.48	c nbDecision=370000 #clauses=364399
254.44/127.98	c nbDecision=380000 #clauses=366338
261.82/131.63	c flip 120000 nbSat=202083 maxSat=202350
264.02/132.79	c nbDecision=390000 #clauses=367418
273.40/137.44	c nbDecision=400000 #clauses=371216
284.17/142.83	c nbDecision=410000 #clauses=373920
291.36/146.41	c flip 130000 nbSat=202051 maxSat=202419
291.76/146.66	c nbDecision=420000 #clauses=378689
296.52/149.03	c nbDecision=430000 #clauses=381964
306.31/153.92	c nbDecision=440000 #clauses=384730
316.89/159.26	c flip 140000 nbSat=199619 maxSat=202625
339.83/170.76	c flip 150000 nbSat=202757 maxSat=202797
362.98/182.37	c flip 160000 nbSat=202824 maxSat=202855
386.71/194.23	c flip 170000 nbSat=203017 maxSat=203043
409.46/205.66	c flip 180000 nbSat=203049 maxSat=203075
432.21/217.01	c flip 190000 nbSat=203254 maxSat=203256
456.75/229.31	c flip 200000 nbSat=203201 maxSat=203303
479.29/240.60	c flip 210000 nbSat=200484 maxSat=203437
502.44/252.27	c flip 220000 nbSat=203208 maxSat=203483
526.39/264.27	c flip 230000 nbSat=203190 maxSat=203488
549.74/275.93	c flip 240000 nbSat=203330 maxSat=203581
572.47/287.38	c flip 250000 nbSat=203282 maxSat=203628
596.23/299.22	c flip 260000 nbSat=203349 maxSat=203726
619.77/311.02	c flip 270000 nbSat=200679 maxSat=203726
645.51/323.96	c flip 280000 nbSat=203431 maxSat=203859
670.85/336.69	c flip 290000 nbSat=203546 maxSat=203926
695.79/349.12	c flip 300000 nbSat=203600 maxSat=203926
720.94/361.72	c flip 310000 nbSat=203664 maxSat=203926
746.07/374.37	c flip 320000 nbSat=203713 maxSat=203926
772.61/387.61	c flip 330000 nbSat=203715 maxSat=203954
798.16/400.50	c flip 340000 nbSat=200830 maxSat=203954
822.70/412.71	c flip 350000 nbSat=203771 maxSat=203954
847.03/424.93	c flip 360000 nbSat=203826 maxSat=203979
872.77/437.84	c flip 370000 nbSat=203898 maxSat=203979
897.11/450.05	c flip 380000 nbSat=204049 maxSat=204078
923.07/463.01	c flip 390000 nbSat=203958 maxSat=204078
949.59/476.36	c flip 400000 nbSat=203988 maxSat=204094
975.13/489.17	c flip 410000 nbSat=204075 maxSat=204163
999.68/501.47	c flip 420000 nbSat=204130 maxSat=204196
1026.21/514.71	c flip 430000 nbSat=203995 maxSat=204196
1036.57/519.96	c nbDecision=450000 #clauses=388029
1053.14/528.24	c flip 440000 nbSat=204070 maxSat=204196
1079.28/541.32	c flip 450000 nbSat=204023 maxSat=204196
1092.26/547.83	c nbDecision=460000 #clauses=390277
1105.62/554.50	c nbDecision=470000 #clauses=392276
1111.41/557.40	c flip 460000 nbSat=204047 maxSat=204196
1114.79/559.18	c nbDecision=480000 #clauses=394334
1130.15/566.88	c nbDecision=490000 #clauses=396489
1139.53/571.54	c nbDecision=500000 #clauses=398316
1145.32/574.42	c flip 470000 nbSat=204086 maxSat=204196
1152.31/577.93	c nbDecision=510000 #clauses=399767
1163.08/583.39	c nbDecision=520000 #clauses=401508
1174.26/588.98	c nbDecision=530000 #clauses=404383
1176.05/589.89	c flip 480000 nbSat=204047 maxSat=204196
1186.03/594.88	c nbDecision=540000 #clauses=405795
1194.80/599.20	c nbDecision=550000 #clauses=408005

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/node48/watcher-328561-1173112459 -o ROOT/results/node48/solver-328561-1173112459 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328561-1173112459/ornithorynque /tmp/evaluation/328561-1173112459/instance-328561-1173112459.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.92 3/64 13099
/proc/meminfo: memFree=1044344/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=23220 CPUtime=0
/proc/13099/stat : 13099 (ornithorynque) R 13097 13099 12180 0 -1 4194304 274 0 0 0 0 0 0 0 18 0 1 0 37039894 23777280 255 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255536960624 0 0 4096 0 0 0 0 17 1 0 0
/proc/13099/statm: 5805 255 217 42 0 45 0

[startup+0.0726851 s]
/proc/loadavg: 1.83 1.94 1.92 3/64 13099
/proc/meminfo: memFree=1044344/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=25780 CPUtime=0.06
/proc/13099/stat : 13099 (ornithorynque) R 13097 13099 12180 0 -1 4194304 1131 0 0 0 6 0 0 0 18 0 1 0 37039894 26398720 1059 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 216588075757 0 0 4096 1088 0 0 0 17 1 0 0
/proc/13099/statm: 6445 1060 379 42 0 697 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 25780

[startup+0.101689 s]
/proc/loadavg: 1.83 1.94 1.92 3/64 13099
/proc/meminfo: memFree=1044344/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=27124 CPUtime=0.09
/proc/13099/stat : 13099 (ornithorynque) R 13097 13099 12180 0 -1 4194304 1467 0 0 0 9 0 0 0 18 0 1 0 37039894 27774976 1330 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 216588076216 0 0 4096 1088 0 0 0 17 1 0 0
/proc/13099/statm: 6781 1330 379 42 0 1033 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27124

[startup+0.301723 s]
/proc/loadavg: 1.83 1.94 1.92 3/64 13099
/proc/meminfo: memFree=1044344/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=34000 CPUtime=0.29
/proc/13099/stat : 13099 (ornithorynque) R 13097 13099 12180 0 -1 4194304 3393 0 0 0 27 2 0 0 19 0 1 0 37039894 34816000 3086 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255539450593 0 0 4096 1088 0 0 0 17 1 0 0
/proc/13099/statm: 8500 3086 379 42 0 2752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34000

[startup+0.701792 s]
/proc/loadavg: 1.83 1.94 1.92 3/64 13099
/proc/meminfo: memFree=1044344/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=64580 CPUtime=0.69
/proc/13099/stat : 13099 (ornithorynque) R 13097 13099 12180 0 -1 4194304 11628 0 0 0 64 5 0 0 22 0 1 0 37039894 66129920 10499 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255539450593 0 0 4096 1088 0 0 0 17 1 0 0
/proc/13099/statm: 16145 10499 386 42 0 10397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64580

[startup+1.50194 s]
/proc/loadavg: 1.83 1.94 1.92 3/67 13102
/proc/meminfo: memFree=1002080/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=88292 CPUtime=2.24
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 13932 0 0 0 218 6 0 0 23 0 3 0 37039894 90411008 10922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 22073 10922 389 42 0 16325 0
[pid=13099/tid=13101] ppid=13097 vsize=88292 CPUtime=0.74
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 1968 0 0 0 74 0 0 0 25 0 3 0 37039969 90411008 10922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326393 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=88292 CPUtime=0.75
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 75 0 0 0 25 0 3 0 37039969 90411008 10922 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 88292

[startup+3.10121 s]
/proc/loadavg: 1.85 1.94 1.92 3/67 13102
/proc/meminfo: memFree=1001376/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=89464 CPUtime=5.43
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 14836 0 0 0 536 7 0 0 23 0 3 0 37039894 91611136 11238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 22366 11238 389 42 0 16618 0
[pid=13099/tid=13101] ppid=13097 vsize=89464 CPUtime=2.34
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2872 0 0 0 233 1 0 0 25 0 3 0 37039969 91611136 11238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=89464 CPUtime=2.34
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 234 0 0 0 25 0 3 0 37039969 91611136 11238 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 89464

[startup+6.30177 s]
/proc/loadavg: 1.85 1.94 1.92 3/67 13102
/proc/meminfo: memFree=998560/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=91672 CPUtime=11.82
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 15626 0 0 0 1174 8 0 0 23 0 3 0 37039894 93872128 11832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 22918 11832 389 42 0 17170 0
[pid=13099/tid=13101] ppid=13097 vsize=91672 CPUtime=5.54
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 3662 0 0 0 552 2 0 0 25 0 3 0 37039969 93872128 11832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326797 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=91672 CPUtime=5.53
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 553 0 0 0 25 0 3 0 37039969 93872128 11832 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 91672

[startup+12.7019 s]
/proc/loadavg: 1.87 1.94 1.92 3/67 13102
/proc/meminfo: memFree=994472/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=94924 CPUtime=24.59
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 20337 0 0 0 2447 12 0 0 23 0 3 0 37039894 97202176 12721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 23731 12721 389 42 0 17983 0
[pid=13099/tid=13101] ppid=13097 vsize=94924 CPUtime=11.94
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 8373 0 0 0 1188 6 0 0 25 0 3 0 37039969 97202176 12721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4326433 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=94924 CPUtime=11.89
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 1189 0 0 0 25 0 3 0 37039969 97202176 12721 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 94924

[startup+25.5011 s]
/proc/loadavg: 1.89 1.94 1.92 3/67 13102
/proc/meminfo: memFree=988328/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=102724 CPUtime=50.12
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 26677 0 0 0 4995 17 0 0 23 0 3 0 37039894 105189376 14236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 25681 14236 389 42 0 19933 0
[pid=13099/tid=13101] ppid=13097 vsize=102724 CPUtime=24.74
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 14713 0 0 0 2463 11 0 0 25 0 3 0 37039969 105189376 14236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=102724 CPUtime=24.63
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 2463 0 0 0 25 0 3 0 37039969 105189376 14236 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4245734 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 102724

[startup+51.1015 s]
/proc/loadavg: 1.93 1.94 1.92 3/67 13102
/proc/meminfo: memFree=979304/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=111080 CPUtime=101.21
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 54288 0 0 0 10086 35 0 0 23 0 3 0 37039894 113745920 16465 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 27770 16465 389 42 0 22022 0
[pid=13099/tid=13101] ppid=13097 vsize=111080 CPUtime=50.32
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 42324 0 0 0 5004 28 0 0 25 0 3 0 37039969 113745920 16465 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4329362 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=111080 CPUtime=50.13
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 5013 0 0 0 25 0 3 0 37039969 113745920 16465 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 111080

[startup+102.305 s]
/proc/loadavg: 1.97 1.95 1.92 3/67 13102
/proc/meminfo: memFree=970152/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=119804 CPUtime=203.36
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 139753 0 0 0 20250 86 0 0 23 0 3 0 37039894 122679296 18826 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 29951 18826 389 42 0 24203 0
[pid=13099/tid=13101] ppid=13097 vsize=119804 CPUtime=101.51
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 127789 0 0 0 10071 80 0 0 25 0 3 0 37039969 122679296 18826 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4273705 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=119804 CPUtime=101.1
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 10110 0 0 0 25 0 3 0 37039969 122679296 18826 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.36
Current children cumulated vsize (KiB) 119804

[startup+162.303 s]
/proc/loadavg: 1.99 1.95 1.92 3/67 13102
/proc/meminfo: memFree=961512/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=323.07
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231885 0 0 0 32170 137 0 0 23 0 3 0 37039894 130539520 20896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20896 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=161.49
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219921 0 0 0 16018 131 0 0 25 0 3 0 37039969 130539520 20896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246508 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=160.83
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 16083 0 0 0 25 0 3 0 37039969 130539520 20896 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.07
Current children cumulated vsize (KiB) 127480

[startup+222.303 s]
/proc/loadavg: 1.99 1.96 1.92 3/67 13102
/proc/meminfo: memFree=961512/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=442.79
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231886 0 0 0 44142 137 0 0 23 0 3 0 37039894 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20897 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=221.47
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219922 0 0 0 22016 131 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246457 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=220.57
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 22057 0 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.79
Current children cumulated vsize (KiB) 127480

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13102
/proc/meminfo: memFree=961576/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=562.51
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231886 0 0 0 56114 137 0 0 23 0 3 0 37039894 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20897 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=281.44
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219922 0 0 0 28013 131 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4239088 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=280.31
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 28031 0 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.51
Current children cumulated vsize (KiB) 127480

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13102
/proc/meminfo: memFree=961640/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=682.22
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231886 0 0 0 68084 138 0 0 23 0 3 0 37039894 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20897 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=341.42
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219922 0 0 0 34011 131 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246488 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=340.04
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 34004 0 0 0 25 0 3 0 37039969 130539520 20897 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4297770 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.22
Current children cumulated vsize (KiB) 127480

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13102
/proc/meminfo: memFree=961640/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=801.94
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231889 0 0 0 80056 138 0 0 23 0 3 0 37039894 130539520 20900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20900 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=401.4
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219925 0 0 0 40009 131 0 0 25 0 3 0 37039969 130539520 20900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=399.79
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 39978 1 0 0 25 0 3 0 37039969 130539520 20900 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.94
Current children cumulated vsize (KiB) 127480

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13102
/proc/meminfo: memFree=961576/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=921.66
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231892 0 0 0 92028 138 0 0 23 0 3 0 37039894 130539520 20903 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20903 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=461.38
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 219928 0 0 0 46007 131 0 0 25 0 3 0 37039969 130539520 20903 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246465 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=459.53
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 45952 1 0 0 25 0 3 0 37039969 130539520 20903 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.66
Current children cumulated vsize (KiB) 127480

[startup+522.303 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13104
/proc/meminfo: memFree=961384/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=127480 CPUtime=1041.37
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 231998 0 0 0 103999 138 0 0 23 0 3 0 37039894 130539520 20911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 31870 20911 389 42 0 26122 0
[pid=13099/tid=13101] ppid=13097 vsize=127480 CPUtime=521.36
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 220034 0 0 0 52005 131 0 0 25 0 3 0 37039969 130539520 20911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4246462 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=127480 CPUtime=519.26
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 51925 1 0 0 25 0 3 0 37039969 130539520 20911 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.37
Current children cumulated vsize (KiB) 127480

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13104
/proc/meminfo: memFree=958632/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=129808 CPUtime=1161.09
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 300350 0 0 0 115931 178 0 0 23 0 3 0 37039894 132923392 21545 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 32452 21545 389 42 0 26704 0
[pid=13099/tid=13101] ppid=13097 vsize=129808 CPUtime=581.33
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 288386 0 0 0 57963 170 0 0 25 0 3 0 37039969 132923392 21545 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4300885 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=129808 CPUtime=579
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 57899 1 0 0 25 0 3 0 37039969 132923392 21545 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.09
Current children cumulated vsize (KiB) 129808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.901 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13104
/proc/meminfo: memFree=957032/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=131756 CPUtime=1200.2
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 335737 0 0 0 119823 197 0 0 23 0 3 0 37039894 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 32939 22044 389 42 0 27191 0
[pid=13099/tid=13101] ppid=13097 vsize=131756 CPUtime=600.93
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 323773 0 0 0 59903 190 0 0 25 0 3 0 37039969 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274717 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=131756 CPUtime=598.51
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 59850 1 0 0 25 0 3 0 37039969 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 131756

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

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

[startup+601.901 s]
/proc/loadavg: 1.99 1.97 1.92 3/67 13104
/proc/meminfo: memFree=957032/2055920 swapFree=4192812/4192956
[pid=13099] ppid=13097 vsize=131756 CPUtime=1200.2
/proc/13099/stat : 13099 (ornithorynque) S 13097 13099 12180 0 -1 4194304 335737 0 0 0 119823 197 0 0 23 0 3 0 37039894 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 255548485499 0 0 4096 1088 18446744073709551615 0 0 17 1 0 0
/proc/13099/statm: 32939 22044 389 42 0 27191 0
[pid=13099/tid=13101] ppid=13097 vsize=131756 CPUtime=600.93
/proc/13099/task/13101/stat : 13101 (ornithorynque) R 13097 13099 12180 0 -1 4194368 323773 0 0 0 59903 190 0 0 25 0 3 0 37039969 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4274717 0 0 4096 1088 0 0 0 -1 1 0 0
[pid=13099/tid=13102] ppid=13097 vsize=131756 CPUtime=598.51
/proc/13099/task/13102/stat : 13102 (ornithorynque) R 13097 13099 12180 0 -1 4194368 2 0 0 0 59850 1 0 0 25 0 3 0 37039969 134918144 22044 18446744073709551615 4194304 4368192 548682069328 18446744073709551615 4244164 0 0 4096 1088 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.2
Current children cumulated vsize (KiB) 131756

Child ended because it received signal 15 (SIGTERM)
Real time (s): 601.927
CPU time (s): 1200.23
CPU user time (s): 1198.24
CPU system time (s): 1.9877
CPU usage (%): 199.398
Max. virtual memory (cumulated for all children) (KiB): 131756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.24
system time used= 1.9877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335737
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= 12
involuntary context switches= 9192

runsolver used 0.601908 second user time and 1.60476 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Mar  5 16:34:19 UTC 2007

IDJOB= 328561
IDBENCH= 20483
IDSOLVER= 139
FILE ID= node48/328561-1173112459

PBS_JOBID= 4013896

Free space on /tmp= 66517 MiB

SOLVER NAME= ornithorynque 0.1 alpha
BENCH NAME= HOME/pub/bench/SAT07/industrial/crypto/mizh-sha0-36-2.cnf
COMMAND LINE= /tmp/evaluation/328561-1173112459/ornithorynque /tmp/evaluation/328561-1173112459/instance-328561-1173112459.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-328561-1173112459 -o ROOT/results/node48/solver-328561-1173112459 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328561-1173112459/ornithorynque /tmp/evaluation/328561-1173112459/instance-328561-1173112459.cnf            

META MD5SUM SOLVER= b0bc7f551c6adfb05c7d941bc5c3b662
MD5SUM BENCH=  82bf685774b76ba263c886940c3aa94d

RANDOM SEED= 972213932

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.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.259
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.259
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:       1044752 kB
Buffers:         34676 kB
Cached:         893992 kB
SwapCached:        144 kB
Active:         266848 kB
Inactive:       678772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1044752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4372 kB
Writeback:           0 kB
Mapped:          26980 kB
Slab:            51476 kB
Committed_AS:    87512 kB
PageTables:       1392 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= 66517 MiB

End job on node48 on Mon Mar  5 16:44:23 UTC 2007