Trace number 232476

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
sugar 0.40UNSAT 846.447 847.739

General information on the benchmark

Nametaillard/
js-taillard-20/js-taillard-20-95-8.xml
MD5SUM06acadaa04457724e64ccc767794c510
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark846.447
SatisfiableNO
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/232476-1170106519/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/232476-1170106519/unknown.xml [Mon Jan 29 22:35:19 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/232476-1170106519/unknown.xml /tmp/evaluation/232476-1170106519/sugar31827.csp [Mon Jan 29 22:35:19 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232476-1170106519/sugar-v0-40.jar -convert /tmp/evaluation/232476-1170106519/unknown.xml /tmp/evaluation/232476-1170106519/sugar31827.csp
0.16	c BEGIN convert /tmp/evaluation/232476-1170106519/unknown.xml
0.86	c END convert (0.695301 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/232476-1170106519/sugar31827.csp 201601 bytes (1 seconds) [Mon Jan 29 22:35:20 2007]
0.91	c # CONVERT_XML  CPU : 0.8 = 0 + 0 + 0.73 + 0.07
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/232476-1170106519/sugar31827.bcnf [Mon Jan 29 22:35:20 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/232476-1170106519/sugar-v0-40.jar -bcnf -map /tmp/evaluation/232476-1170106519/sugar31827.map /tmp/evaluation/232476-1170106519/sugar31827.csp /tmp/evaluation/232476-1170106519/sugar31827.bcnf
1.08	c BEGIN parse /tmp/evaluation/232476-1170106519/sugar31827.csp
1.73	c END parse (0.655925 seconds)
1.73	c BEGIN simplify
1.77	c END simplify (0.032626 seconds)
1.77	c BEGIN encode /tmp/evaluation/232476-1170106519/sugar31827.bcnf
12.24	c END encode (10.474176 seconds)
12.37	c # GENERATE_SAT  END : 607818 variables 12175377 clauses 190123804 bytes (11 seconds) [Mon Jan 29 22:35:31 2007]
12.37	c # GENERATE_SAT  CPU : 11.26 = 0.07 + 0 + 10.48 + 0.71
12.37	
12.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/232476-1170106519/sugar31827.bcnf [Mon Jan 29 22:35:31 2007]
12.37	c # CMD : /tmp/evaluation/232476-1170106519/minisat /tmp/evaluation/232476-1170106519/sugar31827.bcnf /tmp/evaluation/232476-1170106519/sugar31827.out
25.47	c ==================================[MINISAT]===================================
25.47	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
25.47	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
25.47	c ==============================================================================
25.47	c |         0 | 4009307 11110561 | 1336435       0        0     nan |  0.000 % |
28.22	c |       100 | 4009307 11110561 | 1470078     100     1244    12.4 | 66.012 % |
30.75	c |       251 | 4009307 11110561 | 1617086     251     2966    11.8 | 66.012 % |
33.82	c |       476 | 4009310 11110561 | 1778794     473     5888    12.4 | 66.012 % |
39.25	c |       813 | 4009311 11110561 | 1956674     809    10010    12.4 | 66.012 % |
45.95	c |      1319 | 4009313 11110561 | 2152341    1313    18620    14.2 | 66.012 % |
56.99	c |      2079 | 4009318 11110561 | 2367576    2068    30465    14.7 | 66.012 % |
73.73	c |      3218 | 4009320 11110561 | 2604333    3205    50390    15.7 | 66.012 % |
99.69	c |      4927 | 4009323 11110561 | 2864767    4911    75039    15.3 | 66.012 % |
137.28	c |      7490 | 4004700 11096788 | 3151243    7025   113662    16.2 | 66.047 % |
201.59	c |     11334 | 4004712 11096788 | 3466368   10857   175723    16.2 | 66.047 % |
292.02	c |     17101 | 4004720 11096788 | 3813005   16616   285363    17.2 | 66.047 % |
434.00	c |     25751 | 3993713 11063851 | 4194305   21158   366531    17.3 | 66.087 % |
630.13	c |     38726 | 3993718 11063851 | 4613736   34128   649065    19.0 | 66.087 % |
847.55	c ==============================================================================
847.55	c restarts              : 14
847.55	c conflicts             : 52181          (63 /sec)
847.55	c decisions             : 69313          (83 /sec)
847.55	c propagations          : 1159873127     (1392158 /sec)
847.55	c conflict literals     : 1013441        (40.43 % deleted)
847.55	c Memory used           : 502.57 MB
847.55	c CPU time              : 833.147 s
847.55	c 
847.55	c UNSATISFIABLE
847.63	c # SOLVE_SAT  END : UNSATISFIABLE (836 seconds) [Mon Jan 29 22:49:27 2007]
847.64	c # SOLVE_SAT  CPU : 834.22 = 0 + 0 + 833.15 + 1.07
847.64	
847.64	c # RESULT : UNSATISFIABLE
847.64	
847.64	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 22:49:27 2007]
847.64	s UNSATISFIABLE
847.64	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:49:27 2007]
847.64	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
847.64	
847.64	c # MAIN  END :  (848 seconds) [Mon Jan 29 22:49:27 2007]
847.64	c # MAIN  CPU : 846.28 = 0.07 + 0 + 844.36 + 1.85
847.64	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-232476-1170106519 -o ROOT/results/node2/solver-232476-1170106519 -C 1800 -M 900 /tmp/evaluation/232476-1170106519/solver /tmp/evaluation/232476-1170106519 /tmp/evaluation/232476-1170106519/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.90 2.20 2.55 5/87 31828
/proc/meminfo: memFree=1813704/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=12272 CPUtime=0
/proc/31827/stat : 31827 (sugar) R 31825 31827 31064 0 -1 4194304 654 0 0 0 0 0 0 0 18 0 1 0 30606857 12566528 373 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206381480549 0 0 4224 0 0 0 0 17 0 0 0
/proc/31827/statm: 3068 373 275 3 0 168 0

[startup+0.112632 s]
/proc/loadavg: 1.90 2.20 2.55 5/87 31828
/proc/meminfo: memFree=1813704/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=13724 CPUtime=0.04
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30606857 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.520676 s]
/proc/loadavg: 1.90 2.20 2.55 5/87 31828
/proc/meminfo: memFree=1813704/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=13724 CPUtime=0.04
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30606857 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34176 s]
/proc/loadavg: 1.90 2.20 2.55 3/95 31844
/proc/meminfo: memFree=1806472/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=13724 CPUtime=0.84
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 1190 9541 0 1 3 1 73 7 15 0 1 0 30606857 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 3431 809 371 3 0 531 0
[pid=31837] ppid=31827 vsize=807064 CPUtime=0.36
/proc/31837/stat : 31837 (java) R 31827 31827 31064 0 -1 0 6544 0 1 0 32 4 0 0 25 0 8 0 30606949 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380305 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31837/statm: 201766 6294 1494 14 0 189044 0
[pid=31837/tid=31838] ppid=31827 vsize=807064 CPUtime=0.02
/proc/31837/task/31838/stat : 31838 (java) S 31827 31827 31064 0 -1 64 492 0 0 0 2 0 0 0 16 0 8 0 30606957 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31839] ppid=31827 vsize=807064 CPUtime=0
/proc/31837/task/31839/stat : 31839 (java) S 31827 31827 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606958 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31840] ppid=31827 vsize=807064 CPUtime=0
/proc/31837/task/31840/stat : 31840 (java) S 31827 31827 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606958 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31841] ppid=31827 vsize=807064 CPUtime=0
/proc/31837/task/31841/stat : 31841 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30606961 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31842] ppid=31827 vsize=807064 CPUtime=0.05
/proc/31837/task/31842/stat : 31842 (java) S 31827 31827 31064 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30606961 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31843] ppid=31827 vsize=807064 CPUtime=0
/proc/31837/task/31843/stat : 31843 (java) S 31827 31827 31064 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30606961 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31844] ppid=31827 vsize=807064 CPUtime=0
/proc/31837/task/31844/stat : 31844 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606961 826433536 6294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 820788

[startup+2.97993 s]
/proc/loadavg: 1.90 2.20 2.55 3/95 31844
/proc/meminfo: memFree=1775240/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=13724 CPUtime=0.84
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 1190 9541 0 1 3 1 73 7 16 0 1 0 30606857 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 3431 809 371 3 0 531 0
[pid=31837] ppid=31827 vsize=807344 CPUtime=1.99
/proc/31837/stat : 31837 (java) R 31827 31827 31064 0 -1 0 8784 0 1 0 188 11 0 0 25 0 8 0 30606949 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816269 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31837/statm: 201836 8530 1510 14 0 189114 0
[pid=31837/tid=31838] ppid=31827 vsize=807344 CPUtime=0.13
/proc/31837/task/31838/stat : 31838 (java) S 31827 31827 31064 0 -1 64 2552 0 0 0 12 1 0 0 17 0 8 0 30606957 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31839] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31839/stat : 31839 (java) S 31827 31827 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606958 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31840] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31840/stat : 31840 (java) S 31827 31827 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606958 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31841] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31841/stat : 31841 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30606961 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31842] ppid=31827 vsize=807344 CPUtime=0.15
/proc/31837/task/31842/stat : 31842 (java) S 31827 31827 31064 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 30606961 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31843] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31843/stat : 31843 (java) S 31827 31827 31064 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30606961 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31844] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31844/stat : 31844 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606961 826720256 8530 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 821068

[startup+6.19359 s]
/proc/loadavg: 1.90 2.20 2.54 3/95 31844
/proc/meminfo: memFree=1711368/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=13724 CPUtime=0.84
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 1190 9541 0 1 3 1 73 7 16 0 1 0 30606857 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 3431 809 371 3 0 531 0
[pid=31837] ppid=31827 vsize=807344 CPUtime=5.19
/proc/31837/stat : 31837 (java) R 31827 31827 31064 0 -1 0 8785 0 1 0 487 32 0 0 25 0 8 0 30606949 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807546 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31837/statm: 201836 8531 1510 14 0 189114 0
[pid=31837/tid=31838] ppid=31827 vsize=807344 CPUtime=0.13
/proc/31837/task/31838/stat : 31838 (java) S 31827 31827 31064 0 -1 64 2552 0 0 0 12 1 0 0 16 0 8 0 30606957 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31839] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31839/stat : 31839 (java) S 31827 31827 31064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30606958 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31840] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31840/stat : 31840 (java) S 31827 31827 31064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30606958 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31841] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31841/stat : 31841 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30606961 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31842] ppid=31827 vsize=807344 CPUtime=0.15
/proc/31837/task/31842/stat : 31842 (java) S 31827 31827 31064 0 -1 64 421 0 0 0 15 0 0 0 16 0 8 0 30606961 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31843] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31843/stat : 31843 (java) S 31827 31827 31064 0 -1 64 2 0 0 0 0 0 0 0 23 0 8 0 30606961 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31837/tid=31844] ppid=31827 vsize=807344 CPUtime=0
/proc/31837/task/31844/stat : 31844 (java) S 31827 31827 31064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30606961 826720256 8531 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821068

[startup+12.6749 s]
/proc/loadavg: 1.84 2.17 2.53 3/88 31845
/proc/meminfo: memFree=1595904/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2413 18342 0 2 10 1 1121 78 19 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=52812 CPUtime=0.29
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 11419 0 0 0 22 7 0 0 19 0 1 0 30608095 54079488 11214 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134635984 0 0 4096 0 0 0 0 17 1 0 0
/proc/31845/statm: 13203 11214 35 112 0 13087 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 71184

[startup+25.5243 s]
/proc/loadavg: 1.86 2.17 2.53 3/88 31845
/proc/meminfo: memFree=1115136/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=513716 CPUtime=13.08
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126682 0 0 0 1212 96 0 0 25 0 1 0 30608095 526045184 125451 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134639503 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128429 125451 49 112 0 128313 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 532088

[startup+51.2039 s]
/proc/loadavg: 1.91 2.15 2.51 3/88 31847
/proc/meminfo: memFree=1112704/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=38.49
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126826 0 0 0 3753 96 0 0 25 0 1 0 30608095 526979072 125595 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125595 51 112 0 128541 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 533000

[startup+102.454 s]
/proc/loadavg: 1.96 2.13 2.48 3/88 31847
/proc/meminfo: memFree=1112576/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=89.5
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 8854 96 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528070 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 101.6
Current children cumulated vsize (KiB) 533000

[startup+162.543 s]
/proc/loadavg: 2.12 2.15 2.46 3/88 31847
/proc/meminfo: memFree=1112320/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=149.3
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 14834 96 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 533000

[startup+222.59 s]
/proc/loadavg: 2.04 2.12 2.43 3/88 31847
/proc/meminfo: memFree=1110720/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=209.33
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 20837 96 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 221.43
Current children cumulated vsize (KiB) 533000

[startup+282.665 s]
/proc/loadavg: 2.01 2.09 2.40 3/88 31847
/proc/meminfo: memFree=1108736/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=269.39
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 26843 96 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 281.49
Current children cumulated vsize (KiB) 533000

[startup+342.73 s]
/proc/loadavg: 2.00 2.07 2.37 3/88 31847
/proc/meminfo: memFree=1108416/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=329.45
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 32848 97 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528807 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 341.55
Current children cumulated vsize (KiB) 533000

[startup+402.793 s]
/proc/loadavg: 2.00 2.06 2.35 3/88 31847
/proc/meminfo: memFree=1108032/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=389.49
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 38852 97 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528151 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 401.59
Current children cumulated vsize (KiB) 533000

[startup+462.859 s]
/proc/loadavg: 2.00 2.05 2.32 3/88 31847
/proc/meminfo: memFree=1106368/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=449.54
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 44857 97 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 461.64
Current children cumulated vsize (KiB) 533000

[startup+522.927 s]
/proc/loadavg: 2.00 2.03 2.30 3/88 31847
/proc/meminfo: memFree=1105920/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=509.58
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126827 0 0 0 50861 97 0 0 25 0 1 0 30608095 526979072 125596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528000 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125596 51 112 0 128541 0
Current children cumulated CPU time (s) 521.68
Current children cumulated vsize (KiB) 533000

[startup+582.992 s]
/proc/loadavg: 2.04 2.04 2.28 3/88 31847
/proc/meminfo: memFree=1105472/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=569.64
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126830 0 0 0 56867 97 0 0 25 0 1 0 30608095 526979072 125599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125599 51 112 0 128541 0
Current children cumulated CPU time (s) 581.74
Current children cumulated vsize (KiB) 533000

[startup+643.062 s]
/proc/loadavg: 2.01 2.03 2.26 3/88 31847
/proc/meminfo: memFree=1103680/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=629.68
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126830 0 0 0 62871 97 0 0 25 0 1 0 30608095 526979072 125599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125599 51 112 0 128541 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 533000

[startup+703.131 s]
/proc/loadavg: 2.00 2.02 2.24 3/88 31847
/proc/meminfo: memFree=1102656/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=689.74
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126830 0 0 0 68876 98 0 0 25 0 1 0 30608095 526979072 125599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125599 51 112 0 128541 0
Current children cumulated CPU time (s) 701.84
Current children cumulated vsize (KiB) 533000

[startup+763.198 s]
/proc/loadavg: 2.00 2.02 2.23 3/88 31847
/proc/meminfo: memFree=1102272/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=749.79
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126830 0 0 0 74881 98 0 0 25 0 1 0 30608095 526979072 125599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125599 51 112 0 128541 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 533000

[startup+823.264 s]
/proc/loadavg: 2.00 2.01 2.21 3/88 31847
/proc/meminfo: memFree=1102080/2055920 swapFree=4192812/4192956
[pid=31827] ppid=31825 vsize=18372 CPUtime=12.1
/proc/31827/stat : 31827 (sugar) S 31825 31827 31064 0 -1 4194304 2423 18342 0 2 10 1 1121 78 16 0 1 0 30606857 18812928 1934 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31827/statm: 4593 1934 373 3 0 1693 0
[pid=31845] ppid=31827 vsize=514628 CPUtime=809.84
/proc/31845/stat : 31845 (minisat) R 31827 31827 31064 0 -1 0 126830 0 0 0 80886 98 0 0 25 0 1 0 30608095 526979072 125599 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/31845/statm: 128657 125599 51 112 0 128541 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 533000

Child status: 0
Real time (s): 847.739
CPU time (s): 846.447
CPU user time (s): 844.474
CPU system time (s): 1.9737
CPU usage (%): 99.8476
Max. virtual memory (cumulated for all children) (KiB): 821068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.474
system time used= 1.9737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147692
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1733
involuntary context switches= 20607

runsolver used 0.969852 s user time and 2.55361 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Mon Jan 29 21:35:19 UTC 2007


IDJOB= 232476
IDBENCH= 6521
IDSOLVER= 86
FILE ID= node2/232476-1170106519

PBS_JOBID= 3689777

Free space on /tmp= 66549 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20/js-taillard-20-95-8.xml
COMMAND LINE= /tmp/evaluation/232476-1170106519/solver /tmp/evaluation/232476-1170106519 /tmp/evaluation/232476-1170106519/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-232476-1170106519 -o ROOT/results/node2/solver-232476-1170106519 -C 1800 -M 900  /tmp/evaluation/232476-1170106519/solver /tmp/evaluation/232476-1170106519 /tmp/evaluation/232476-1170106519/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  06acadaa04457724e64ccc767794c510

RANDOM SEED= 140444646

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.247
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.247
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:       1814376 kB
Buffers:         14804 kB
Cached:          77200 kB
SwapCached:          0 kB
Active:         152036 kB
Inactive:        37240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1814376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         116988 kB
Slab:            37104 kB
Committed_AS:   887824 kB
PageTables:       2228 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= 66549 MiB



End job on node2 on Mon Jan 29 21:49:27 UTC 2007